PDA

View Full Version : Changing location of catagory strip on forumhome


dricho
04-03-2008, 04:54 AM
Hey everyone, just looking for a bit of help. I've seen it done before but couldnt find the source of how so i'll explain what i'm trying to do.

On the FORUMHOME the default setup is to have the tcat (Catagory Strip) Below the thead. I was wanting to know how to change the order so that on the forumhome the tcat is above the thead.

This is the part of the code i figured was where i needed to do the modification, but cant seem to locate the tcat part....

<!-- main -->

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr align="center">
<td class="thead">&nbsp;</td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$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>
</thead>
$forumbits

Thanks for the help in advance! <3

--------------- Added 1207205046 at 1207205046 ---------------

new question, how do i access $forumbits ? i think thats where i can change it

Lynne
04-03-2008, 02:26 PM
Are you thinking of something like this: ForumHome Category Spacing (https://vborg.vbsupport.ru/showthread.php?t=123530&highlight=category)

I think the templates you want to play with are the "forumhome_forumbit_level1_etc" templates.