MyBB Community Forums

Full Version: Add exception in NewPoints
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,
I'm using "new points" plugin. I added a forum rule.
Rule: You need 20points to view the forum.

I already have the "if" plugin. But I don't really how how to use it.. how I can add an exception to the forum rule (the spiders groups)?
If you need any other information tell me and I will post it.

EDIT: Here's an example of "if" plugin to hide "Time spent online"
[/code]<if $memprofile['usergroup'] != 4 then>{$timeonline}<else>hidden</if>[/code]

Can I edit this for my needs?