PDA

View Full Version : How to include thead in the collapsing



Mazinger
Fri 11th May '07, 12:44pm
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:



Move:


<tr align="center">
<td class="thead">&nbsp;</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.)

Floris
Fri 11th May '07, 12:52pm
Nice addon, maybe explain a bit more that it is already there, but originally not included, and this mod is to show how to include it.