The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Somebody pls help me ...
Thanks! |
#12
|
||||
|
||||
You have this div tag right before the table:
Code:
<div style="padding:0px 25px 0px 25px"> |
#13
|
|||
|
|||
:/
Well, might be, i am not sure. I am no expert in this, its more like newbie ) I really would need like .. someone to tell me exactly what to do ... about this problem. Thank you tho |
#14
|
||||
|
||||
If you go to Admin CP > vBulletin Options > General Settings, you can turn on "Add Template Name in HTML Comments" and then when you look in the source code of the page, you can see which template that div tag is located in. Then you can remove the style part of the div tag and see if the page then renders how you want it.
|
#15
|
|||
|
|||
Hi,
looks like spacer_open is the problem, but, i dont know what to remove\add\modify there. I tried to remove : <div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> That did not help. Here is full code of spacer_open: <!-- 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"> <div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]"> <div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> </if> Thank you! D |
#16
|
|||
|
|||
I got the same problem when i add the ads google in the 1first post and last, maybe for you the Marketing hack is the problem,
|
#17
|
|||
|
|||
Hi,
I just tried disabling that hack, still, the same problem. D |
#18
|
||||
|
||||
Well, I would either try changing the div tag to simply <div> or I would go into my Style Vars and set "spacersize" to 0 and see if that fixes the problem.
|
#19
|
|||
|
|||
Hi,
Just tried both of them, still the same problem. Any other advice? Thanks, D |
#20
|
||||
|
||||
There are three places in the showthread where you have spacer_open. When I saved your page to my comp, I replaced all three of the div tags (the one with the 25px left/right padding) with a plain div tag. It got rid of the problem, however it also got rid of the 25px left/right padding on that page. I think you need to find where the spacer_open template gets called in the postbit_wrapper template and get rid of it (and spacer_closed in there too) and see if that fixes the problem. Don't forget to do a force refresh on the page because you should have seen a difference before.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|