Quote:
Originally Posted by Alien
Hey this is real nice...
Would you consider in a future version to add "per forum" rules for some of us who have a forum with special rules?
Thanks!
|
You could probably do it with a template conditional like this
PHP Code:
<if condition="in_array($forumid, array(5,6,7))">
$threadrules
</if>
Just replace 5,6,7 with the forum IDs you want the rules to show up in.