I need help!
Screenie tell what my problems are:
http://www.ani-community.net/screenie.jpg
forumhome_forumbit_level1_nopost's Template :
PHP Code:
<if condition="$forum[forumid] == X">
<else />
</table> <br /><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
</if>
</table>
</td>
</tr>
</table>
<table width="$stylevar[tablewidth]" align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="23" class="tcat"><img src="acr_img/cats/catheader_left.gif"></td>
<td align="center" class="tcat" width="100%"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><span class="normalfont"><b>$forum[title]</b></span></a></td>
<td width="23" class="tcat"><img src="acr_img/cats/catheader_right.gif" border="0"></td>
</tr>
</table>
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" width="$stylevar[tablewidth]" align="center"><tr><td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="100" nowrap>$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
<tr>
<td class="thead" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"><img src="clear.gif" alt="" width="1" height="1" /></td>
</tr>
</tbody>
</if>
This was install on RC2 but i was wondering if anyone know how to fix this ?