PDA

View Full Version : all templates: page break layout corruption


Bernd
04-16-2006, 11:32 AM
Basically I run into the issue that the tool bar that is usually located on the right is located in the middle of the page after a page break.

The same happens with the standard skin.

What could be causing this issue?

I am using vbulletin 3.54
Gars pro latest.

The Geek
04-17-2006, 08:25 AM
The problem is that there isn't enough content to pad out the container. You can (as a workaround) put width="100%" in the TD that houses the content. Let me know if you need the exact line, if so , Ill have to rummage around somewhere to find it as this site is running a newer version.

HTHs

Southpaw
04-17-2006, 12:50 PM
In GARS_pb
Find:

<td class="alt1" valign="top">
<!-- message -->
<div>$post[message]</div>
<!-- / message -->
</td>

Replace with:

<td class="alt1" valign="top" width="100%">
<!-- message -->
<div>$post[message]</div>
<!-- / message -->
</td>

The Geek
04-17-2006, 02:37 PM
Nice one Southpaw. Thanks for that.

Southpaw
04-17-2006, 07:04 PM
No probs ;)

Bernd
04-24-2006, 09:50 AM
Thanks for the update folks, and sorry for the late reply :)

The Geek
04-24-2006, 10:01 AM
As an FYI, I have sorted this for next release. HOWEVER it does kind of give a 'scrunchy' look to the side columns at times (at least right now). Go to the test forums here and try it out.

I look forward to any feedback.

Thanks