The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
CMS Fixes - Forum Fluid
Hi guys !
Anyone knows how to make vBCMS fixed while forum fluid ? Cause if i change the stylevar to fixed....both are affected.. And i Want only The CMS fixed... Any clue? Ty in advance. Regards |
#2
|
||||
|
||||
Usually you should ask a question like this on the VBAdvanced forum since it's their product... But I recently did something like this myself.
Edit your spacer_open template and use this code instead: Code:
<!-- open content container --> <if condition="$show['old_explorer']"> <table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"><tr><td class="page" style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> <else /> <div align="center"> <if condition="THIS_SCRIPT=='adv_index'"> <div class="page" style="width:1200px; text-align:$stylevar[left]"> <else /> <div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]"> </if> <div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px" align="$stylevar[left]"> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|