MyBB Community Forums

Full Version: Move Inactive Users to Separate Usergroup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB currently allows pruning of members, but I would prefer that pruned members be moved into a separate usergroup rather than be deleted entirely. Is something like this possible?

Thanks!
I actually kinda like this idea. Would be cool if it's doable.
(2011-01-13, 03:13 PM)Uncontrol Wrote: [ -> ]I actually kinda like this idea. Would be cool if it's doable.

I agree, This would be a great plugin idea. You should request one, see if someone will do it.
Something like this?

This runs daily to check the activity of members and move them to a new usergroup if they meet certain rules.

Lurkers
If a member has not posted on the forum for a defined number of days (90 by default) then they will be moved from their existing usergroup to the defined usergroup (this can be any existing usergroup, however, you should really create a new 'Lurkers' group

Inactive Members
If a member has not visited the forum for a defined number of days (180 by default) then they will again be moved from their existing usergroup to the defined usergroup (this can also be any existing usergroup, however, you should again really create a new 'Inactive Users' group.

Only members of a defined list of usergroups are checked for inactivity.

If a member of the Inactive usergroup returns to the forum, or the Lurkers usergroup posts again, and auto-restore is enabled, they are automatically restored either to another pre-defined usergroup (by default this is usergroup 2, Registered Users) or to the usergroup they were in before they got initially moved. Note that if you use this option then you really must have seperate Inactive and Lurker usergroups, otherwise you are going to get in a mess.