The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom grid ? how do I ...
I want to have three vertical sections on my Articles page. I'm using the grid below ...
Code:
<grids> <grid name="Mine" auxheader="0" auxfooter="0" addcolumn="1" addcolumnsnap="1" addcolumnsize="4" columns="4"><![CDATA[<div id="doc3" class="yui-tvb-r4"> <div id="bd"> <div id="yui-main"> <div class="yui-b"> <div class="yui-gd"> <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> </div> </div> <div class="yui-b yui-sidebar"> <ul class="list_no_decoration widget_list" id="widgetlist_column3">$column[3]</ul> </div> </div> </div> ]]></grid> </grids> What I want and need is for the left column to be the same width (300px) as the right side sidebar that I have set at 300px. Using the code example above, what changes in it have to be made to accomplish what I want? |
#2
|
||||
|
||||
Did you try a search? I think your grid has been posted before. There are also a bunch of grids in the modifications area.
|
#3
|
|||
|
|||
Lynne I never got it the first time, maybe I should just settle for what I have. I ain't very bright.
|
#4
|
||||
|
||||
searching "grid*" in all forums/titles only gives me these (and several other threads)....
https://vborg.vbsupport.ru/showthrea...hlight=grid%2A https://vborg.vbsupport.ru/showthrea...hlight=grid%2A https://vborg.vbsupport.ru/showthrea...hlight=grid%2A https://vborg.vbsupport.ru/showthrea...hlight=grid%2A |
#5
|
|||
|
|||
Quote:
My next move will be to bum around and find other vb forums that have the layout I want and then hound them for their grid code. It really shouldn't be that hard to do. |
#6
|
||||
|
||||
Your own thread that you started here - https://vborg.vbsupport.ru/showthrea...hlight=grid%2A - does what you want except it has the two side columns at 240px instead of 300px. I'm sure you can modify the CSS to change it for you.
|
#7
|
|||
|
|||
My left column was 25%. I want a set left column at whatever pixel I choose. The 300px on the right column is the only thing I have control of in pixels.
Or, am I also not understanding what you are trying to tell me? |
#8
|
||||
|
||||
In that thread, the second post here - https://vborg.vbsupport.ru/showpost....66&postcount=2 - is a 240px, 100%, 240px grid. Just change the couple of lines at the top that mention 240 and 250 to 300 and 310 and it should work fine.
|
#9
|
|||
|
|||
Quote:
* after seeing code* Does the style portion of that code stay with the code or does it go in additional? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|