0
EXE RANK
Kafle
Fexe Kullanıcısı
Caps:
Nasıl Eklerim ?
Admin Kp > Şablon&Stil > Şablonlar > Temanız > ForumBit Şablonları
forumbit_depth1_cat
aşağıdaki ile tamamını degiştirin.
forumbit_depth2_forum
asagıdaki kodların tamamı ile degiştirin

Nasıl Eklerim ?
Admin Kp > Şablon&Stil > Şablonlar > Temanız > ForumBit Şablonları
forumbit_depth1_cat
aşağıdaki ile tamamını degiştirin.
Kod:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="1035"><thead><tr><td class="thead" colspan="7"><div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div><div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div></td></tr></thead><tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e"><tr><td class="tcat" colspan="2" width="600"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td><td class="tcat" width="70" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td><td class="tcat" width="70" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td><td class="tcat" width="130" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td><td class="tcat" width="80" align="center"><b> Moderatör </b></td></tr>{$sub_forums}</tbody></table><br />
forumbit_depth2_forum
asagıdaki kodların tamamı ile degiştirin
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}" valign="top"><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><td height="50" width="80" class="trow1" valign="middle" align="center" style="white-space: nowrap">{$moderators}</td></tr>