Log in

View Full Version : Show code only while replying in certain forums


SoloX
05-07-2005, 05:41 PM
Hi all,

I have an upload script and I want to show the Upload code only when the user is composing a reply in certain forum, say forum number 12.

How would I code my if else statement.

Thanks

never mind .. figured it out ..


<if condition="$forumid==12">my code goes here</if>