Quote:
Originally Posted by Abe1
Others have the problem. It seems like vb is missing a <br /> in the showthread template. I didn't look but it seems like the first place i'd look. Right under were the postbits are added.
|
I solved it a week ago I guess... so here is the solution. Works for me.
In postbit_legacy oder postbit template on top
Replace:
PHP Code:
<if condition="!$post['islastshown']"><div style="padding:0px 0px $stylevar[cellpadding]px 0px"></if>
with
PHP Code:
<if condition="!$post['islastshown']"><div style="padding:0px 0px $stylevar[cellpadding]px 0px"><else /><div style="padding:0px 0px $stylevar[cellpadding]px 0px"></if>
And at the end of the template
Replace:
PHP Code:
<if condition="!$post['islastshown']"></div></if>
with
PHP Code:
<if condition="!$post['islastshown']"></div><else /></div></if>
Greetz