Log in

View Full Version : Message after the first post on every page, or every thread.


Trickyphillips
07-20-2005, 11:14 PM
Hello,

I'd like to know of a simple way to display a line of HTML after the first message on every page, or after the first message in every thread. I'm hoping it could easily be done with a simple template modification, like <if condition"$post['var'] = 'data'">HTML</if>.

Can anyone simply point out what I would need to do? Thanks. :)

Marco van Herwaarden
07-21-2005, 03:35 AM
You can use the following i think:
<if condition="$firstpost">HTML</if>

Trickyphillips
07-22-2005, 12:09 AM
You can use the following i think:
<if condition="$firstpost">HTML</if>

No luck with that. :(