Forum Zero

Web Master Yardım Konuları (No Warez - No Crack) => Forum Sistemleri => Smf Forum => Konuyu başlatan: Zero - 09 Şubat 2011, 02:13:47

Başlık: Katicon Kullananlar İçin Yeni Mesaj Simgesi
Gönderen: Zero - 09 Şubat 2011, 02:13:47
BoardIndex.template.php dosyasinda bunu bul:
Kod: [Seç]
// 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: [Seç]
// 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 "(http://img111.imageshack.us/img111/5082/newmessagejd2.gif)" eklemeye :
board.index.template.php de bulun
Kod: [Seç]
// Show the "Moderators: ". Each has name, href, link, and id.öncesine ekleyin:
Kod: [Seç]
//newmessage
if ($board['new'])
echo'
<a name="b', $board['id'], '"></a>
<img align="absmiddle" src="', $settings['images_url'], '/newmessagejd2.gif" border="0" />';
(http://img525.imageshack.us/img525/7913/yenigu9.png)