MyBB Community Forums

Full Version: Adding a custom usergroup permission field
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all Smile

I'm writing a plugin where i need to insert custom usergroup permissions fields (in admin cp options).
I guess we can do that by editing the admin/modules/user/groups.php (but i don't know all steps, only some of them)
Is there any hooks i can use to complete this task ?

Thanks for your help Big Grin
You can find all hooks on this page
http://docs.mybb.com/1.8/development/plugins/hooks/
I saw this, it doesn't reply to my question unfortunately Sad
Please help

What i want to do is to add a new tickbox as a custom usergroup permission, for example "Can this usergroup avoid ratio/hide system ?" When i open that groups.php i see that the hooks are not situated at the good places (where the php page generates the forms and where it does the queries)

Thanks Big Grin
Problem solved