Mazinger
Fri 11th May '07, 11:44am
This is to be included in this thread: How To Put A Space Between Each Forum Category (http://www.vbulletin.com/forum/showthread.php?t=156783)
A screenshot:
22763
Move:
<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>
Under:
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
(Done with help from Wayne Luke.)
A screenshot:
22763
Move:
<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>
Under:
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
(Done with help from Wayne Luke.)