Quote:
Originally Posted by Hasann
Nice but what about with subforums on forumhome? 
|
open template : forumhome_forumbit_level2_post
-- Replace all it's content with :
HTML Code:
<table border="0" width="100%" dir="$stylevar[direction]" cellpadding="6" class="tborder" style="border-collapse: collapse" cellspacing="2">
<tr>
<td class="tcat" align="center" colspan="2">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a></td>
</tr>
<tr>
<td align="center" class="alt1" colspan="2">
<p align="center">$forum[description]</td>
</tr>
<tr>
<td class="alt2" align="center" width="50%">$vbphrase[threads]</td>
<td class="alt2" width="50%" align="center">$vbphrase[posts]</td>
</tr>
<tr>
<td class="alt1" align="center">
<p dir="ltr">
<span style="font-size: 8pt;">$forum[threadcount]</span></td>
<td class="alt1" align="center">
<p dir="ltr">
<span style="font-size: 8pt;">$forum[replycount] </span>
</td>
</tr>
<tr>
<td align="center" class="alt1" colspan="2">
$forum[subforums]</td>
</tr>
</table>
enjoy!!