
Katicon kuran sitelerde.Bölümün iconu yeni mesaj olsada olmasada aynı olsun diye(çünkü tüm iconları editleyemiyorlar) on_x.gif on2_x.gif off_x.gif şeklinde atıyorlar sitelerine...
Şu elimde görmüş olduğunuz(off el nerden çıktı yha).Şimdi yapacağımız şey sayesinde.KAticon kuran siteler
katicon klasörüne ikonları sadece on_xx.gif şeklinde resimlerini atacak ;
-Yeni mesaj varsa ikonun sağ alt köşesinde

resimciği çıkıyor.
-Eğer
Alt Bölümler'de mesaj varsa resim olduğu gibi kalıyor.
-Eğer yeni mesaj yoksa ikon
otomatik olarak hafif saydamlaşıyor...
Umarım resim herşeyi anlatmaya yetiyordur...
Şimdi kuruluma geçelim..
Katicon'u kurduktan sonra
BoardIndex.template.php'de 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.
//SMFGrup'tan cok kiyak katicon tüyoları.
if ($board['new'])
echo '
<table style="background-image: url(', $settings['images_url'], '/katicon/on_' . $board['id'] . '.gif); background-repeat: no-repeat; width: 50px; height: 50px;" cellspacing="0" cellpaddin="0" border="0">
<tr><td valign="bottom" align="right">
<img src="', $settings['images_url'], '/mesaj_kaynio.png" alt="', $txt[333], '" title="', $txt[333], '" border="0" />
</td></tr></table>';
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/on_' . $board['id'] . '.gif" alt="', $txt[334], '" title="', $txt[334], '" border="0" id="yeni_mesaj_yok"/>';
style.css'de en alta ekle/* Katiconun mıcıkladık.Daha kolay oldu.SMFGrup.Com*/
img#yeni_mesaj_yok{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}Şimdiii.katicon klasöründeki tüm
on2_xx.gif ve
off_2.gif'leri silin.
Sadece on_xx gifler kalsın..
Şu

resmide
images'e atın