PDA

View Full Version : help me with this


srikanthbr
05-09-2008, 10:49 AM
https://vborg.vbsupport.ru/external/2008/05/69.jpg

i dont need the top row....need to remove it

Dismounted
05-09-2008, 11:27 AM
Look in your FORUMHOME template.

srikanthbr
05-09-2008, 04:30 PM
i could not find where to edit

srikanthbr
05-22-2008, 11:31 AM
help me with this stuff

Lynne
05-22-2008, 03:13 PM
Find this code in your FORUMHOME template and remove the stuff in red:

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

srikanthbr
07-05-2008, 12:29 AM
thx ....