Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Mambo Bridge Support => Topic started by: chiller001 on April 25, 2009, 12:53:06 PM

Title: SMF breaks out of the design!
Post by: chiller001 on April 25, 2009, 12:53:06 PM
hi,

Mambo-version: 4.6.5
SMF-version: 1.1.8
SMF-bridge-version: 1.1.2

Everything is pretty fine. But when the thread gets more replys, it breaks out of the design at the bottom. look here: http://www.free-poker-online.eu/index.php?option=com_smf&Itemid=76&topic=12.0

whats the problem there?
Title: Re: SMF breaks out of the design!
Post by: Orstio on April 25, 2009, 02:41:09 PM
Check your Mambo CSS for a height element in any of the following:

content_main
container
container0
waterbody
Title: Re: SMF breaks out of the design!
Post by: chiller001 on April 25, 2009, 02:50:54 PM
Quote from: Orstio on April 25, 2009, 02:41:09 PM
Check your Mambo CSS for a height element in any of the following:

content_main
container
container0
waterbody

hi,

thanks but no, there is no width at this places. the css is here -> http://free-poker-online.eu/templates/fpocustom/css/template_css.css

i searched nearly the whole day for the error but can't find it.
Title: Re: SMF breaks out of the design!
Post by: Orstio on April 25, 2009, 03:06:11 PM
It is the height that is the problem, not the width.
Title: Re: SMF breaks out of the design!
Post by: chiller001 on April 25, 2009, 03:13:42 PM
Quote from: Orstio on April 25, 2009, 03:06:11 PM
It is the height that is the problem, not the width.

yeah sorry that was what i meant, but did write wrong. I didn't find any height settings there.
Title: Re: SMF breaks out of the design!
Post by: chiller001 on April 26, 2009, 04:22:42 AM
hi,

i solved it now. it may be dirty, but it works.

I added to the index.template.php

<table class="contentpaneopen">
<tbody>
<tr>
</td>


now it works. Its the table class of mambo.