GüLe SeVDaLi BiR GeNçLiK

WEBMASTER SAHASI => Hazır Sistemler => SMF => Konuyu başlatan: sevdaligul - 17 Mayıs 2011, 19:54:57

Başlık: Konuları Ayırma
Gönderen: sevdaligul - 17 Mayıs 2011, 19:54:57
Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
MessageIndex.template.php dosyasında..
Bul:
Kod: Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
foreach($context['topics'] as $topic)
{

Değiştir:
Kod: Linklerin Görülmesine İzin Verilmiyor. Üye Ol ya da Giriş Yap
$stickybar = false;
$normalbar = false;
foreach($context['topics'] as $topic)
{
if($topic['is_sticky'] && !$stickybar)
{
echo'<tr class="titlebg"><td colspan="', empty($options['display_quick_mod']) ? '7' : '8', '"><b>Önemli Konular</b></td></tr>';
$stickybar = true;
}
else if(!$topic['is_sticky'] && $stickybar && !$normalbar)
{
echo'<tr class="titlebg"><td colspan="', empty($options['display_quick_mod']) ? '7' : '8', '"><b>Normal Konular</b></td></tr>';
$normalbar = true;
}

Bir Ben_S (http://www.simplemachines.org/community/index.php?action=profile;u=9) yapımıdır..
Orjinal Konu (http://www.simplemachines.org/community/index.php?topic=17230.msg135326#msg135326)