The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
It appears that the programmer who designed the social group overview page got a little overzelous with DIVs and style sheets and created a whole bunch of problematic situations and conflicts for people who dont use the standard vBulletin skin (which is FUGLY).
I add the following to my "header" template (before the spacer_open): Code:
<div align="center"> <div class="page" style="width:$stylevar[outerdivwidth];"> <div style="background-image: url($stylevar[imgdir_misc]/body-bottom.png); background-repeat: repeat-x; background-position: bottom center"> <div style="background-image: url($stylevar[imgdir_misc]/body-left.png); background-repeat: repeat-y; background-position: top left"> <div style="background-image: url($stylevar[imgdir_misc]/body-right.png); background-repeat: repeat-y; background-position: top right"> Code:
</div> </div> </div> </div> </div> This is how its supposed to look (no need to log in): http://www.8wayrun.com/forumdisplay.php?f=18&styleid=3 This construction has worked for me for a long time now... there has been nothing to show that it wouldn't work. All I am doing is wrapping the entire content table in a series of five DIVs. But now, there is one page its not working on: http://www.8wayrun.com/group.php?styleid=3 Notice how all five DIVs are being cut off prematurely. How do I fix this? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|