
01-11-2010, 12:04 PM
|
 |
|
|
Join Date: Nov 2008
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Raug
I was wondering if there was a way to fix this issue when dealing with subforums.
Attachment 100205
Where there's an extra forums, last post, etc. row above the subforum.
You can try something like this in forumhome_forumbit_level1_nopost and adjust the %'s as you like.
PHP Code:
<td class="thead" width="5%"> </td>
<td class="thead" width="56%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="25%">$vbphrase[last_post]</td>
<td class="thead" width="7%">$vbphrase[threads]</td>
<td class="thead" width="7%">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="0%">$vbphrase[moderator]</td>
|
This worked for me.
Thanks
|