Forum seçeneklerinden ve kullanılan temadan kapatıyorum ama yine görünüyor.
Tema Dilber MC ve Smf 1.1.5
Boardindex.template.php' de oynama yapacaksın sanırım.
Bir dene..
Olmadı buraya koy bi bakalım.
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
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
hangi kodlar olduğu konusunda beni biraz bilgilendirebilir misiniz?
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 :)
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>';
// Assuming there are.... diye başlayan bloğu silsen galiba işini görür. Denemeden önce yedek al...
teşekkürler şimdi oldu
rica ederim :)