News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Online üyeler ana sayfada görünmesin

Started by artmen, June 26, 2008, 09:00:27 AM

Previous topic - Next topic

artmen

Forum seçeneklerinden ve kullanılan temadan kapatıyorum ama yine görünüyor.
Tema Dilber MC ve Smf 1.1.5
www.okulplatformu.com
EĞİTİMİN YÜKSELEN DEĞERİ
www.avanosgazetesi.com

CiHaD

Boardindex.template.php' de oynama yapacaksın sanırım.
Bir dene..

Olmadı buraya koy bi bakalım.

artmen

Teşekkür ederim ama daha kolay bir yolu olmalı diye düşünüyorum...Bir kaç arkadaştan daha yardım bekleyelim olmazsa senden yardım alayım. tekrar teşekkürler
www.okulplatformu.com
EĞİTİMİN YÜKSELEN DEĞERİ
www.avanosgazetesi.com

TiReDsOuL

Quote from: CiHaD on June 26, 2008, 09:21:15 AM
Boardindex.template.php' de oynama yapacaksın sanırım.
Bir dene..

Olmadı buraya koy bi bakalım.

en kolay çözüm bence onlıne users la ılıgılı kodları sileceksin

smfthemes.org --language moderator
Özel mesajla yardım istemeyin artık okumuyorum bile..
Do NOT PM me for support unless I invite you, I will ignore you.
--------------------------------------
Uzun bir süre yok....

artmen

hangi kodlar olduğu konusunda beni biraz bilgilendirebilir misiniz?
www.okulplatformu.com
EĞİTİMİN YÜKSELEN DEĞERİ
www.avanosgazetesi.com

ZorbAA

boardindex.template.php içerisinde "users online" tarzında bi kod ara bulduğun kod bloğunu silerek deneme yanılma yöntemine göre kaldır :)
by ZorbAA

artmen

O kodlar sanırım şu arada var. Neresini silmem gerekir

}

   // Handle hidden users and buddies.
   if (!empty($context['num_users_hidden']) || ($context['show_buddies'] && !empty($context['show_buddies'])))
   {
      echo ' (';

      // Show the number of buddies online?
      if ($context['show_buddies'])
         echo $context['num_buddies'], ' ', $context['num_buddies'] == 1 ? $txt['buddy'] : $txt['buddies'];

      // How about hidden users?
      if (!empty($context['num_users_hidden']))
         echo $context['show_buddies'] ? ', ' : '', $context['num_users_hidden'] . ' ' . $txt['hidden'];

      echo ')';
   }

   echo $context['show_who'] ? '</a>' : '', '
                  <div class="smalltext">';

   // Assuming there ARE users online... each user in users_online has an id, username, name, group, href, and link.
   if (!empty($context['users_online']))
      echo '
                     ', $txt[140], ':<br />', implode(', ', $context['list_users_online']);

   echo '
                     <br />
                     ', $context['show_stats'] && !$settings['show_sp1_info'] ? '<a href="' . $scripturl . '?action=stats">' . $txt['smf223'] . '</a>' : '', '
                  </div>
               </td>
            </tr>
            <tr>
               <td class="windowbg2" width="100%">
                  <span class="middletext">
                     ', $txt['most_online_today'], ': <b>', $modSettings['mostOnlineToday'], '</b>.
                     ', $txt['most_online_ever'], ': ', $modSettings['mostOnline'], ' (' , timeformat($modSettings['mostDate']), ')
                  </span>
               </td>
            </tr>';
www.okulplatformu.com
EĞİTİMİN YÜKSELEN DEĞERİ
www.avanosgazetesi.com

ZorbAA

// Assuming there are.... diye başlayan bloğu silsen galiba işini görür. Denemeden önce yedek al...
by ZorbAA

artmen

www.okulplatformu.com
EĞİTİMİN YÜKSELEN DEĞERİ
www.avanosgazetesi.com

ZorbAA

by ZorbAA

Advertisement: