PDA

View Full Version : Disable quick reply on certain forumIDs


COBRAws
05-08-2007, 03:03 AM
Hello,

I would like to know a conditional so I can disable the quickreply thingy on some forums.

Thanks

HMBeaty
05-08-2007, 03:48 AM
I believe its something like this..... not 100% sure though

<if condition="$forum[forumid] != 1">
</if>


Ok, I just tested it on my site and that is correct. So let me know how it works for you :)

COBRAws
05-08-2007, 08:06 PM
I was using $forum[forum], forgot about the ID.

heheh, thanks for your help pal