The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
IE Image Problem
I've been trying to figure out this problem for the last 3-4 weeks and have gotten no where. If anyone can figure this one out, you're a superstar...
This only happens in IE For some reason when I add an image to a GARS thread, the template gets all messed up. This is the same thread, first with only text: http://www.prenatalyogacenter.com/fo...t=2061&garpg=3 Now with an image: http://www.prenatalyogacenter.com/fo...ead.php?t=2061 I have no clue what could be causing this. Here's some background if it helps... This happens under the following conditions: If you have a fixed width forum Are trying to post images in a GARS forum Have a left hand column hack Have the spaceropen template hacked as below This is complicated and I do not know how to fix it. left column hack works fine for most pages on fixed width boards. The only page it doesn't work with is the post view. If order to make it work you need to change your spaceropen template from: 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: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> Code:
<!-- open content container --> <if condition="$show['old_explorer']"> <table cellpadding="0" cellspacing="0" border="0" width="100%" 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:100%; text-align:$stylevar[left]"> <div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> </if> There is some conflict between the left column, the spaceropen template and GARS. But I have no clue what. All I know is that when I remove the left column and revert the spaceropen template, the GARS forum looks fine. And when I remove the GARS forum but leave the left column and the spaceropen (with the width change above) everything is fine. I just can't have both. Well I can as long as I do not add images. once I add images everything get mucked up. Can someone else please try to recreate this so I don't feel crazy. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|