I do not have this code as I am using a custom theme heres my
forumbit_depth1_cat
forumbit_depth2_forum
Is there anyway to make this mod work on the code above? THANKS
EDIT : SOLVED!
forumbit_depth1_cat
<div class="thead_2" id="th{$forum['fid']}">
<span class="forumtitle"><a href="{$forum_url}">{$forum['name']}</a></span><span class="forumdesc">{$forum['description']}</span>
<span class="expcolimage expcol_close"><img src="{$theme['imgdir']}/collapse_2.gif" /></span>
<span class="expcolimage expcol_open"><img src="{$theme['imgdir']}/collapse_collapsed_2.gif" /></span>
</div>
<div id="expcol_box{$forum['fid']}">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tborder_2">
<tbody style="{$expdisplay}">
{$sub_forums}
</tbody>
</table>
</div>
<br />
forumbit_depth2_forum
<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 class="forumtitle_d2" href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext"><span class="forumdesc_d2">{$forum['description']}</span>{$subforums}</div>
</td>
<td class="{$bgcolor} postcountgrid" valign="top" align="center" style="white-space: nowrap">
{$posts}{$unapproved['unapproved_posts']} posts<br />
{$threads}{$unapproved['unapproved_threads']} threads</td>
<td class="{$bgcolor} lastpostgrid" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
Is there anyway to make this mod work on the code above? THANKS
EDIT : SOLVED!