My "
forumhome_forumbit_level1_nopost" was already pretty heavily modified that I could not figure out how to fit your hack into it.
My colums show up on
http://www.hr3rdgen.org/forum.php?
But the Last Post colum also shows up.
Here is a copy of my "
forumhome_forumbit_level1_nopost"
PHP Code:
</table><div style="padding:5px 0px 5px 0px;"></div><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
<tr>
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
</tr>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
<td class="thead" width="30"> </td>
<td class="thead" align="$stylevar[left]"><if condition="$forum[forumid] == '35'">Link<else />$vbphrase[forum]</if></td>
<td class="thead" width="240"><if condition="$forum[forumid] == '35'">Banner<else />$vbphrase[last_post]</if></td>
<if condition="$forum[forumid] == '35'"><else />
</if>
</tr>
$childforumbits
<tr><td class="thead" style="line-height: 0; padding: 0; margin: 0;" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"><img src="$vboptions[cleargifurl]" alt="" width="1" height="12" /></td></tr>
</tbody>
</if>