PDA

View Full Version : Quick conditional question


Guest210212002
12-01-2006, 02:38 PM
What would the conditional be to only show show something if it's in the first post of a thread? I'm trying to add a small dropdown to the postbit, and only want it to show on the initial post. :)

Thanks!

ZacUSNYR
12-01-2006, 06:24 PM
In the postbit template I assume? So template conditional?

<if condition="!$GLOBALS['FIRSTPOSTID']">
First Post
</if>

I think that gets you there?