The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
found out how to do it
you need to add to adv_portal but first vba cmps ---->settings----->Main Options Add to list locations example topleft topcenter topright I then added a table above the main table (below $navbar) <table cellspacing="0" cellpadding="0" width="100%"> <tr> <if condition="$show['topleft_column']"> <td> $home[topleftblocks]</td> </if> <if condition="$show['topcenter_column']"> <td>$home[topcenterblocks]</td> </if> <if condition="$show['topright_column']"> <td>$home[toprightblocks]</td> </if> </tr> </table> This added 3 columns completely seperate to the others see my site http://miaclan.co.uk |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|