Forum Zero
ForumZero

Katicon Kullananlar İçin Yeni Mesaj Simgesi

Zero · 1 · 1055

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı Zero

  • Administrator
  • *
    • İleti: 1.757
    • Rep: 3153
    • Cinsiyet:Bay
    • Profili Görüntüle
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 "" 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" />';
ForumZero♥♥♥