• 26-01-2008, 14:14:25
    #1
    Katicon Kullananlar için bir tüyo vereyim dedim İLk önce:

    BoardIndex.template.php dosyasinda bunu bul:
    // 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:
    // 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
    // Show the "Moderators: ". Each has name, href, link, and id.
    öncesine ekleyin:
    //newmessage
    			if ($board['new'])
    				echo'
    				<a name="b', $board['id'], '"></a>
    			<img align="absmiddle" src="', $settings['images_url'], '/newmessagejd2.gif" border="0" />';
    Sonuç olarak böyle olacaktır :
  • 28-02-2008, 20:59:33
    #2
    bunu nasıl yaptın ya bu modun adı koticanmı
  • 08-03-2008, 07:51:49
    #3
    evet katicon
  • 08-03-2008, 08:39:32
    #4
    Üyeliği durduruldu
    Teşekürler.