I want to place stats between some forums, i edit "forumhome_forumbit_level1_nopost" template as in the codebox but it doesnt show up.. How can i enable it between forums in forumhome?
PHP Code:
<if condition="$forum[forumid] == 140">
</table>
<br />
<div align="center">
$cybtopstats
</div>
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr align="center">
</if>
</tr>
</thead>
</if>