Simple Machines Community Forum

SMF Support => Türkçe Bölümü (Turkish) => Language Specific Support => Özelleştirme => Topic started by: ozgur007 on January 05, 2017, 10:53:39 AM

Title: istatistikleri sağ tarafa alma
Post by: ozgur007 on January 05, 2017, 10:53:39 AM
merhaba konuyu doğru yere mi açtım bilmiyorum, lakin şu sıralar istatistikleri yana taşınmış bir forum gördüm ve çok hoşuma gitti acaba tüm istatiskleri nasıl sağ tarafta toplayabiliriz ? yardımcı olabilirmisiniz acaba default tema için...

temsili resim;

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi.hizliresim.com%2F0l0XaR.png&hash=1056ddc4284fa71d11dd40770c0bd7f2fbddf3a5)

Title: Re: istatistikleri sağ tarafa alma
Post by: Snrj on January 05, 2017, 03:14:28 PM

ilgili temayı yayınladım şurdan ulaşabilirsiniz temaya
http://smf.konusal.com/index.php?action=downloads;sa=view;down=90 (http://smf.konusal.com/index.php?action=downloads;sa=view;down=90)
burayada gönderdim temayı henüz onaylanmadığı için göremezsiniz
http://custom.simplemachines.org/themes/index.php?lemma=2873 (http://custom.simplemachines.org/themes/index.php?lemma=2873)


default tema için Boardİndex.template.php de bul   

echo '
   <div id="boardindex_table">

değiştir
echo '<div class="anagovde">
   <div id="boardindex_table">

bul
   echo '
      </table>
   </div>';

değiştir
   echo '
      </table>';

bul
   template_info_center();
}

function template_info_center()
{
   global $context, $settings, $options, $txt, $scripturl, $modSettings;

   // Here's where the "Info Center" starts...
   echo '
   <span class="clear upperframe"><span></span></span>
   <div class="roundframe"><div class="innerframe">
      <div class="cat_bar">
         <h3 class="catbg">
            <img class="icon" id="upshrink_ic" src="', $settings['images_url'], '/collapse.gif" alt="*" title="', $txt['upshrink_description'], '" style="display: none;" />
            ', sprintf($txt['info_center_title'], $context['forum_name_html_safe']), '
         </h3>
      <>
      <div id="upshrinkHeaderIC"', empty($options['collapse_header_ic']) ? '' : ' style="display: none;"', '>';

değiştir
   echo '
      <><img class="solicon" id="upshrink_ic" src="', $settings['images_url'], '/collapse.gif" alt="*" title="', $txt['upshrink_description'], '" style="display: none;" /><div class="boardsol" id="upshrinkHeaderIC"', empty($options['collapse_header_ic']) ? '' : ' style="display: none;"', '>';
   template_info_center();
   echo '<><>';
}

function template_info_center()
{
   global $context, $settings, $options, $txt, $scripturl, $modSettings,$memberContext;

   // Here's where the "Info Center" starts...
   echo '
      <div class="cat_bar">
         <h3 class="catbg">
            ', sprintf($txt['info_center_title'], $context['forum_name_html_safe']), '
         </h3>
      <>';

index.css ye en alta ekle
.anagovde{display:inline-flex;width:100%;position:relative;}
.boardindextable{float:left;width:100%;}
.boardsol{float:left;width:25%;margin-left:10px;min-width:225px;}
img#upshrink_ic.solicon{transform:rotate(90deg);position:absolute;top:0px;right:-32px;}
Title: Re: istatistikleri sağ tarafa alma
Post by: duhann on February 26, 2017, 01:45:47 PM
Emeğine SağLık.
Title: Re: istatistikleri sağ tarafa alma
Post by: Emre A. on February 27, 2017, 01:54:01 PM
xenForo teması ha :) o da güzel :)