PDA

View Full Version : Another If Condition Question


bold
07-09-2008, 01:55 AM
I'm trying to have some txt displayed in the postbit only if there are no replies. Anyone know how this can be done?

Thanks.

Dismounted
07-09-2008, 05:10 AM
<if condition="!$thread['replycount']">NO REPLIES!</if>

bold
07-09-2008, 07:44 AM
Thanks Dismounted. I appreciate it.