The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Different number of columns on one page
Hi all I have been searching for ages but can't find what I'm after
I want to be able to show a different number of columns on my front page for example under the nav bar I would like 2 columns taking up 50% of the page each below that I would like 4 columns taking up 35%, 35% 15% 15% then three columns taking up 50% 25% 25% [/////////] [/////////] < Row 1 [////] [////] [//] [//] < Row 2 [/////////] [///] [///] < Row 3 [/////////] [///] [///] [/////////] [///] [///] Hope that makes sense |
#2
|
|||
|
|||
i would like this aswell =)
|
#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 | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|