MyBB Community Forums

Full Version: Groups & Thread Prefixes issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So far I have this issue:

I have created a prefix that can be used only be members of a given group, so people get invited and can apply it to their threads.

The issue is that when people are removed from the group, prefixes still remain to the threads, while those should be deleted/removed as user isn't eligible to apply it anymore.


Would it be possible to manage this by implementing a proper core setting or do I need a custom plugin?
custom plugin would be required.

when user is removed from the group, plugin needs to check earlier used prefixes & remove the required prefixes
looks like a complex task & could be heavy for the database queries !
(2017-12-15, 02:43 PM).m. Wrote: [ -> ]custom plugin would be required.

when user is removed from the group, plugin needs to check earlier used prefixes & remove the required prefixes
looks like a complex task & could be heavy for the database queries !

Thanks .m. you're fast an helpful as usual.

Okay, I will look into this.