The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I've attached an image of what I would ideally like to do..
Unfortunately, it's not as simple as removing the extra <td> tag because it is needed for the new colspan and such to set the table up differently.. This is the section of html that was added: Code:
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<if condition="$forum['subforumcolumns'] > 1">
<tr>
<td class="alt2" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%">
$childforumbits
</table>
</td>
</tr>
<else />
$childforumbits
</if>
</tbody>
</if>
|
|
#2
|
|||
|
|||
|
You could try using $forumid in a <if> tag to hide that for the one forum the layout is used for.
|
|
#3
|
||||
|
||||
|
I think Xenon ported it
|
|
#4
|
||||
|
||||
|
Quote:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|