The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
Hi,
In this code: <!-- post #$post[postid] --> <if condition="$show['spacer']"> $spacer_open <div id="edit$post[postid]" style="padding:0px 0px $stylevar[cellpadding]px 0px"> <if condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if> </if> $postbit <if condition="$show['spacer']"> </div> $spacer_close </if> <!-- / post #$post[postid] --> When i remove this: $spacer_open , top of the page looks ok, but not the bottom. If i remove $spacer_close , again it is not ok. |
#22
|
||||
|
||||
I think you need to remove both spacer_open AND spacer_close in order for it to look right. I did it on my harddrive and it looked fine. Like this (copy/pasted from yours above):
In this code: <!-- post #$post[postid] --> <if condition="$show['spacer']"> <div id="edit$post[postid]" style="padding:0px 0px $stylevar[cellpadding]px 0px"> <if condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if> </if> $postbit <if condition="$show['spacer']"> </div> </if> <!-- / post #$post[postid] --> |
#23
|
|||
|
|||
Hi
After i remove both of them, this happens: |
#24
|
||||
|
||||
OK, you know what I noticed. in comparing it to my test site is that you do not have a spacer_open and spacer_close after the navbar template. When I added that to my test page, it made everything in line. It seems like that got removed somewhere along the way.
(You closed your forums so I was unable to take a new copy of your source to see if this really was the problem.) Oh, and you also have an empty "spacer_close" after the <!-- / toolbar --> that needs to not be empty. |
#25
|
|||
|
|||
Actually...
Can you log in my forum with Admin access and check it? see if you can fix it. Thank you! D |
#26
|
||||
|
||||
I can try. I'll send you a PM.
|
#27
|
|||
|
|||
I just would like to thank Lynne.
Thank you! for helping me fix my problem! Without you nothing would be done. D |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|