The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
[SOLVED] Help me please cms grid
Hello everyone can help create a grid for the CMS because I have tried so far but I can not. I attach a picture to see how I want it thanks
please |
#2
|
||||
|
||||
not sure if that would work since u have a combined 2 column primary content there..
You can try first making a 3 column layout and then place in grid but still ur primary content might not cover 2 columns together. |
#3
|
||||
|
||||
Hello, thanks for the reply,
I use this I would like to swap the yellow squares instead portals header. Thanks IMG |
#4
|
||||
|
||||
Resolved in official forum
demo HERE this is code HTML Code:
<div id="doc3"> <div id="bd"> <div class="yui-gb"> <div class="yui-u first yui-panel"> <ul class="list_no_decoration widget_list" id="widgetlist_column1">$column[1]</ul> </div> <div class="yui-u yui-panel"> <ul class="list_no_decoration widget_list" id="widgetlist_column2">$column[2]</ul> </div> <div class="yui-u yui-panel"> <ul class="list_no_decoration widget_list" id="widgetlist_column3">$column[3]</ul> </div> </div> <div class="yui-gc"> <div class="yui-u first yui-panel"> <ul class="list_no_decoration widget_list" id="widgetlist_column4">$column[4]</ul> </div> <div class="yui-u yui-panel"> <ul class="list_no_decoration widget_list" id="widgetlist_column5">$column[5]</ul> </div> </div> <div class="yui-gb"> <div class="yui-u first yui-panel"> <ul class="list_no_decoration widget_list" id="widgetlist_column6">$column[6]</ul> </div> <div class="yui-u yui-panel"> <ul class="list_no_decoration widget_list" id="widgetlist_column7">$column[7]</ul> </div> <div class="yui-u yui-panel"> <ul class="list_no_decoration widget_list" id="widgetlist_column8">$column[8]</ul> </div> </div> </div> </div> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|