The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help keping both fixed and fluid skin in my forum
Hello
i want to keep both the skins FLUID and FIXED skins in my site in my homepage i want to keep FLUID and in my sub forums page i want to keep FIXED. can u help me how can i do it |
#2
|
|||
|
|||
can anybody help me out
|
#3
|
||||
|
||||
You probably need to change this line in your header:
HTML Code:
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
HTML Code:
<if condition="THIS_SCRIPT == 'index'"> <table border="0" width="xx%" cellpadding="0" cellspacing="0" align="center"> <else /> <table border="0" width="yyypx" cellpadding="0" cellspacing="0" align="center"> </if> I have NOT tried this! |
#4
|
|||
|
|||
i did what you have said . that code os for changing the header logo . but not the forum pages
|
#5
|
||||
|
||||
I believe in default vB, that changes it all. But, if not, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and find the template that is setting the width of the pages. Then do the same thing I posted above in the template you found.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|