Log in

View Full Version : Post conditionals...


nando99
09-18-2008, 09:03 PM
I'd like to have the first post of a thread look different then the rest. I was thinking about using a conditional in the postbit template. Something like if post number equals 1 etc... Is that possible? If so, what would be the conditional statement I use? Thanks in advance....

Idlehearts
09-19-2008, 01:48 AM
Here u go

<if condition="$post[postcount] == 1"> text </if> for equal

<if condition="$post[postcount] != 1"> text </if> not equal