Quote:
Originally Posted by YabbaDabba
...a feature that would allow us to restrict permissions by user group would be great.
I can only think of a couple ways to achieve that: A - Offer groupid as an alternate to "post count" to control permissions.
OR
B - Add a "days registered" test to the "post count" test Would this be feasible in a future release??
Thanks for considering this.
|
In pondering the logic of what you offer, I think there may be a way to achieve a more complex test for increasing permissions using this Mod
as is.
STEPS
- The groupid setting in this Mod is used to exempt groups from this Mod's post count test(s). Set this to exempt ALL groups except the new registrants group.
- Set the post count test in this Mod to some very high number, like 999. This effectively means that his Mod's post count test will NOT be met any time soon.
- Set "User Group Promotions" in vB to advance new members out of that usergroup based on your desired activity profile (e.g., X posts, Y days, and/or Z Reputation).
That means this Mod will
always block links and images for new registrants (only). BUT the vB group config will promote active members out of the new registrants group (groupid=2). At that point they are automatically moved into an exempt group and this Mod's "post count" test will no longer apply.
In effect, I'm using this Mod to restrict permissions for a single, particularly troublesome user group but relying on vB to handle a more complex logic ("post count" and/or "days registered" and/or "reputation") for promoting members to increased permission levels.
Now this is not as flexible as setting unique permission levels for each different usergroup, but this could solve my biggest headache.
I'll try it out.