The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help needed, problem with thread show edages
hello
I recently changed the design of my vbulletin and i've set the width of the forum to be 1000px using and external CSS file. every thing seems fine but when viewing a thread, the width goes longer that it is set. see example: please be informed that this problem only when viewing threads. all other pages seems fine Thank you |
#2
|
||||
|
||||
You probably have something else in the showthread page that is pushing out the width. We really can't tell what is it from an image. You can try disabling your mods, to see if it's a mod.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php PHP Code:
|
#3
|
|||
|
|||
No it is not Mod,
i have edited the config file to see if it is a mod, but it is not... any other idea ? |
#4
|
||||
|
||||
Then it is something in your template. Get the firebug addon for firefox (or another web developer addon) and it should help you trace what the problem is. If you don't use one of those, you will have to chase it through looking at the css classes and widths of the tables/divs.
|
#5
|
|||
|
|||
if you post a link to the forum it will be easy to troubleshoot that way and also if you have to be logged in or not.
|
#6
|
|||
|
|||
|
#7
|
||||
|
||||
Here are a couple of things I see right off the bat. Again, I strongly urge you to get some sort of web developer toolbar if you are going to chase classes/styling on a site:
- the css for the div your posts are in is not written int he same way the others are written. example HTML Code:
.header_middle {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background:transparent url(http://www.farfosh.com/style/images/side_edges.png) repeat-y scroll center top;height:181px;padding-left:14px;padding-right:14px;} - in your posts div, you have another div in there where the width is set to 100%. Your other divs are set to 978px. That is what pushes it out. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|