Quote:
Originally Posted by Freakpyromaniac
Installed
1 thing i want to have change.
The Post count and Thread Count smaller.
How can we make the size of these smaller.
|
Change forumhome_forumbit_level2_post to this:
Code:
<table width="100%">
<tr>
<td>
<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> <span class="smallfont">( <b>$forum[replycount]</b> Posts | <b>$forum[threadcount]</b> Topics )</span>
</div></td>
<td align="right"><div align="right"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></div></td>
</tr>
</table>