I want to make it so people can only give rep in one forum. I figured the best way to do this would be to make a conditional statement around the rep icon. What would be the right way to do this?
Code:
<if condition="forumid=1"></if>
doesn't seem to work, what would be the correct way to do this?