Quote:
Originally Posted by Smoothie
That didn't seem to work. There's a slight gap between the end of the postbit and the ad.
How do I combine these condtionals?
Code:
<if condition="!in_array($forum[forumid], array(14,19))">
<if condition="$post[islastshown]">
|
Check the first post, it's in the postbit template.
You need this conditional:
Quote:
<if condition="!$post['islastshown']">
</if>
|
This should work.