Quote:
Originally Posted by pjkcards
For step 3, which part exactly do we remove? Just the red if's, or everything between the 2 ifs?
Here is my problem thread, any help would be greatly appreciated. Thanks
|
for step three you need to remove all the code mentioned in step two, which is:
Code:
<tr align="center">
<td class="thead"> </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>
I checked
this website you mentioned in
this thread and everything is ok as I saw..
are you still having the problem?