Katicon Kullananlar İçin Yeni Mesaj Simgesi

  • Konbuyu başlatan Konbuyu başlatan zero
  • Başlangıç tarihi Başlangıç tarihi

zero

Administrator
Yönetici
BoardIndex.template.php dosyasinda bunu bul:
Kod:
// If the board is new, show a strong indicator.
            if ($board['new'])
               echo '<img src="', $settings['images_url'], '/katicon/on_' . $board['id'] . '.gif" alt="', $txt[333], '" title="', $txt[333], '" border="0" />';
            // This board doesn't have new posts, but its children do.
            elseif ($board['children_new'])
               echo '<img src="', $settings['images_url'], '/katicon/on_' . $board['id'] . '.gif" alt="', $txt[333], '" title="', $txt[333], '" border="0" />';
            // No new posts at all!  The agony!!
            else
               echo '<img src="', $settings['images_url'], '/katicon/off_' . $board['id'] . '.gif" alt="', $txt[334], '" title="', $txt[334], '" border="0" />';
Değiştir:
Kod:
// If the board is new, show a strong indicator.
            if ($board['new'])
               echo '<img src="', $settings['images_url'], '/katicon/off_' . $board['id'] . '.gif" alt="', $txt[333], '" title="', $txt[333], '" border="0" />';
            // This board doesn't have new posts, but its children do.
            elseif ($board['children_new'])
               echo '<img src="', $settings['images_url'], '/katicon/off_' . $board['id'] . '.gif" alt="', $txt[333], '" title="', $txt[333], '" border="0" />';
            // No new posts at all!  The agony!!
            else
               echo '<img src="', $settings['images_url'], '/katicon/off_' . $board['id'] . '.gif" alt="', $txt[334], '" title="', $txt[334], '" border="0" />';
Eğer yeni mesaj simgesi modunu kurmadıysanız aşağıdaki i$lemleri uygulayın.Kuranlar varsa gerek yok..
Şimdi sıra geldi "
newmessagejd2.gif
" eklemeye :
board.index.template.php de bulun
Kod:
// Show the "Moderators: ". Each has name, href, link, and id.
öncesine ekleyin:
Kod:
//newmessage
			if ($board['new'])
				echo'
				<a name="b', $board['id'], '"></a>
			<img align="absmiddle" src="', $settings['images_url'], '/newmessagejd2.gif" border="0" />';
yenigu9.png
 

Konuyu görüntüleyen kullanıcılar

Geri
Üst