News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

istatistikleri sağ tarafa alma

Started by ozgur007, January 05, 2017, 10:53:39 AM

Previous topic - Next topic

ozgur007

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;




Snrj


ilgili temayı yayınladım şurdan ulaşabilirsiniz temaya
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


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;}

duhann


Emre A.


Advertisement: