Log in

View Full Version : Trying to remove this....


MrDiaz
04-23-2006, 04:10 PM
Hi everyone, I am having troubles finding the template to remove this. Take a look at the picture below.

https://vborg.vbsupport.ru/ (http://img180.imageshack.us/my.php?image=untitled22zc.jpg)

I want to remove the top part on the picture, so that way I have Forum Name - Threads - Posts below the name of the forum. I added the ones below using the template forumhome_forumbit_level1_nopost but there is nothing there to remove the one on top.

Any ideas?

Boofo
04-23-2006, 04:29 PM
Hi everyone, I am having troubles finding the template to remove this. Take a look at the picture below.

http://img180.imageshack.us/img180/7828/untitled22zc.th.jpg (http://img180.imageshack.us/my.php?image=untitled22zc.jpg)

I want to remove the top part on the picture, so that way I have Forum Name - Threads - Posts below the name of the forum. I added the ones below using the template forumhome_forumbit_level1_nopost but there is nothing there to remove the one on top.

Any ideas?

Try deleting this from the forumhome template:

<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>

Make sure you make a backup of the template first.

MrDiaz
04-23-2006, 04:35 PM
Perfect! Thanks so much for your help. :)