PDA

View Full Version : is there an if...


Evil X
01-27-2006, 01:43 AM
is there a if... to only show something in the postbit on the first post?

amykhar
01-27-2006, 01:49 AM
yes. There is. <if condition="$post[postcount]==1">

Evil X
01-27-2006, 01:50 AM
appreciate it

harmor19
01-27-2006, 01:50 AM
Yep.
I did it for my hack i'm making

<if condition="$post[postcount] == 1">

Edit:
Amy beat me, I was too slow

Evil X
01-27-2006, 01:57 AM
^thanks anyways

harmor19
01-27-2006, 02:00 AM
If you wanna know how to do it in a certain forum I can help.

Like if you only wanted text to show up in forumid 5 on the first post
(Thanks to Xenon for helping me with that)