The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
redirecting page (incorrect window size)
Hello
I am trying to get the Quote:
http://www.djpassion.co.uk/forums/ How do I get the default window size for the redirecting window to be the same size as the rest of the forum template? This is the only code I can find at the moment which is in the located in STANDARD_REDIRECT Quote:
I can't figure this out... please help as it's bugging the hell out of me see how the redirect box is going over on each side i want it in line with the rest of the template help would be much appreciated chris |
#2
|
|||
|
|||
Find 70% in that template and change it to a fixed width. If your forums are 800 wide I would say make it 640 or 760.
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="70%" align="center"> Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="760" align="center"> You'll also have to do this for the REGISTER template, and others. I had to when changing to fixed width, and I'm not quite sure why vBulletin didn't set it up so that it always followed the width you had set in the style. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|