Quote:
Originally Posted by Adam21
Thanks to Floris who guided me on this.U can specify which forums to add this mod.Just add a
<if condition="$forumid == 'YOUR FORUM ID'"> before the code and the </if> after it.Seperate forumids by commas.
Thanks Floris! 
|
could you explain this just a little bit more?
here is what i had:
Code:
<if condition="$forumid == '7'">the code</if>
should that work? or are the " in the wrong spot?