The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
style problem ..
Hi,
I have a little template problem. To be honest with you i dont have idea where problem could be. I hope somone will be able to help me with this. My website is : www.diskusije.net Problem: Here it shows that table is aligned properly when user is logged in. Here it shows that table is not aligned properly when user is logged off. ... this only happens when user is logged in or logged off. Any1 have idea how to fix this? Thank you! |
#2
|
||||
|
||||
check postbit_wrraper ... $spacer_open, $spacer_close
|
#3
|
|||
|
|||
Hi,
I really dont know what to look there for ) Here is my wrapper: <!-- 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] --> Thank you sir! |
#4
|
||||
|
||||
Remove $spacer_open and $spacer_close from that code
|
#5
|
|||
|
|||
That did not work for me.
Here is a picture of what happens when i remove it. Now its not good when i am logged-in, but when logged - off its ok |
#6
|
||||
|
||||
Try replacing spacer_open with this:
Code:
<!-- 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: 0"> <else /> <div align="center"> <div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]"> <div style="padding: 0"> </if> |
#7
|
|||
|
|||
After i did that, all tables are going to the end of the page, it is all connected.
|
#8
|
||||
|
||||
Another solution is edit template postbit_wrapper, and replace $spacer_open with code I posted above. Or you can open header template and add padding to main table instead of using spacer_ templates.
|
#9
|
|||
|
|||
Hi,
After i do edit postbit_wrapper i get the same as: Problem fixed, thanks to CyberAlien. |
#10
|
|||
|
|||
Daky is back with the same problem :/
After upgrading to 3.6.8 and reverting the templates i have the same problem. I tried to reach CyberAlien, but he does not respond. Is there anyone else who could help me with this? Thank you! D Any1 pls? :erm: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|