PDA

View Full Version : First post only?


CEO254
08-18-2009, 09:18 PM
I want to add a button where "Here" is

http://img200.imageshack.us/img200/2027/72680229.gif

But my problem is...

How do I make it to where it only appears in the First post?

Lynne
08-18-2009, 09:49 PM
Put a condition around it:
<if condition="$post['postid']==$thread['firstpostid']">
button code
</if>

CEO254
08-19-2009, 12:16 AM
Thank You!!!