MyBB Community Forums

Full Version: Plugin to automatically subscribe group members to a forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Not actually looking for someone to write this, I probably can myself. Mostly I'm looking for either a pointer to a mod that already does this, or a suggestion on where to hook to make this happen.

Basically, I have a couple forums where I want to make sure that a specific group of users know when a new thread has been posted, and I don't want to assume that they remembered to subscribe to that forum. So if I can force a subscription when they get added to the group, that would be great.

If I can't find an appropriate hook, I guess I could write a background task that goes through all the members of the group and forces a subscription...