Joshva
04-30-2007, 02:56 AM
Hi,
I need wrap all of vbulletin body in a div. This is because i am adding a right nav.
I am using both vb 3.6.2 and 3.6.5
I do a require_once in the global_start plugin hook that brings in my header and right nav.
After that i need to wrap vbulletin in a div like so:
<div id="contentExternal">
</div>
I have tried putting the open div in the style's header and the close div in the style's footer.
The main forum listing page looks as expected. The individual forum pages again look as expected...
BUT when i click on a thread the thread page looks like only the vbulletin nav is in the div and not the rest of the page.
When i view html that is confirmed.
How do i get the div to always wrap around the rendered html?
The site is www.joshandfriends.com.au/forums I had to take out the div and just use a 65% width for the moment because it wasn't working properly. The site should give you an idea of what i'm trying to do.
Thanks heaps,
Josh
fixed please ignore
I need wrap all of vbulletin body in a div. This is because i am adding a right nav.
I am using both vb 3.6.2 and 3.6.5
I do a require_once in the global_start plugin hook that brings in my header and right nav.
After that i need to wrap vbulletin in a div like so:
<div id="contentExternal">
</div>
I have tried putting the open div in the style's header and the close div in the style's footer.
The main forum listing page looks as expected. The individual forum pages again look as expected...
BUT when i click on a thread the thread page looks like only the vbulletin nav is in the div and not the rest of the page.
When i view html that is confirmed.
How do i get the div to always wrap around the rendered html?
The site is www.joshandfriends.com.au/forums I had to take out the div and just use a 65% width for the moment because it wasn't working properly. The site should give you an idea of what i'm trying to do.
Thanks heaps,
Josh
fixed please ignore