21-05-2015, 08:47 AMAoki Wrote: Post your forumbit_depth1_cat and forumbit_depth2_cat template here.
<table class="tborder"> <thead> <tr> <td class="thead" colspan="5"> <div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div> <div><a href="{$forum_url}">{$forum['name']}</a><br><div class="smalltext"></div></div> </td> </tr> </thead> <tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e"> <tr> <td class="tcat" colspan="2"><span class="smalltext">Forum</span></td> <td class="tcat" align="right" width="140px">Stats</td> <td class="tcat lastpost_cell" width="240px"><span class="smalltext">Last Post</span></td> </tr> {$sub_forums} </tbody> </table> <br />
<tr> <td class="trow1" align="center" width="32px"><span class="theme_text forum_status_icon forum_status forum_{$lightbulb['folder']} ajax_mark_read" style="font-size: 26px; cursor: pointer;" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td> <td class="trow1"> <a href="{$forum_url}">{$forum['name']}</a>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div> </td> <td class="trow1 smalltext" align="right">{$posts}{$unapproved['unapproved_posts']} Posts<br>{$threads}{$unapproved['unapproved_threads']} Threads</td> <td class="trow1 lastpost_cell">{$lastpost}</td> </tr>
Loading Info...