Quote:
Originally Posted by Sofia
Hi Mikey.
Arf, sorry... In forumhome_forumbit_level1_nopost
Find:
HTML Code:
<tr align="center">
<td class="thead" width="30"> </td>
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$vbphrase[forum]</td>
<td class="thead" width="<if condition="is_numeric($stylevar[outertablewidth])">200<else />250</if>" nowrap="nowrap">$vbphrase[last_post]</td>
<td class="thead" width="60" nowrap="nowrap">$vbphrase[threads]</td>
<td class="thead" width="50" nowrap="nowrap">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="150" nowrap="nowrap">$vbphrase[moderator]</td>
</if>
</tr>
Replace by:
HTML 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>
In this style, I modified more than 120 templates. So it's possible there are some errors. Normally, the style works correctly
|
Hi, i had same problem and following your guideline but can't solve this issue, Somebody please help, i install Blue templates
EDIT: SOLVED