PDA

View Full Version : Help with Category


atrljoe
02-08-2005, 08:31 PM
I am trying to make it so that when a user clicks the hide button that it only displays the forum name, like here on Vbulletin.org, i want the Forum, Last Post, Threads, Posts, Moderators to be below the category name how do i do that?

Thanks
Joe S.

Andreas
02-08-2005, 08:44 PM
Edit Template forumhome_forumbit_level1_nopost (I think this is the correct one, but I am not 100% sure)

atrljoe
02-09-2005, 01:22 AM
What do I change in this?


<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}">
$childforumbits
</tbody>
</if>