Log in

View Full Version : Help with a conditional


Dr.CustUmz
05-03-2014, 07:41 AM
So I've read a lot of threads on conditionals, but this is a new one (I haven't seen) but i would very much like to get it working.

The end objective is to make it so if the reply count is greater than 1 reply it says replies, and if any less it says reply.

I have tried this along with a few other calculation conditionals, with no luck.
Repl<if condition="$forum[threadcount] > 1">ies<else />y</if>

*EDIT* whelp after i submitted this post and re read it, i noticed my error lol.
switched to $forum[replycount] and presto =) (I should pay more attention)