20.11.2011, Saat: 02:35
Bu özelliği kullanıp katagori başlıkları görünmeyenler CraCkEr-16 isimli adminimizin verdiği kodu kullansınlar (Not defterine yapıştırıp sonra şablonlara ekleyin kodlarda hata olusuyor) ;
Kod:
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" width="500" valign="top"
style='background:#fff no-repeat bottom right;'
onclick="window.location.href='forumdisplay.php?fid={$forum['fid']}'" onMouseOver="this.style.background='#DDFFFF url(no.png) no-repeat bottom right'; this.style.cursor='pointer'"
onMouseOut="this.style.background='#fff no-repeat bottom right';">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>