Hello, I put an image below the first post of my topic, but now I need to put an image below every other post, other then the last post on that page in the same topic.
I am currently using the code:
Code:
<if condition="$GLOBALS['FIRSTPOSTID']">
<img src="images/postimg2.gif">
</if>
But that puts that image, postimg2.gif, below the last post of the topic/page too.
Thanks