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>
|
Thanks so much. I really appreciate the help. :up: