I am trying to create a mod that adds a few extra pages to my forum. After looking around I have found everything. The only thing I want to know is how to add the permissions for the user groups so they can see or not see my custom pages. I have found out how to do it by entering their number id but I want to add a yes/no option at their groups when they are being editing by going to Admin Panel->Groups->Edit Groups->Miscellaneous. And add my yes no option somewhere there.
After being helped by MattRogowski I got half way there. He was kind enough to create a plugin for me. This is the content of the plugin.
If I upload it and activate it the option doesn't appear at the Misc area of the member groups when being edited. The member pavemen found out that if you remove this conditional
PHP Code:
if($form_container->_title ==$lang->misc)
The option appears but at every tab. Can someone please tell me how I can fix it. I habe trying for a long time and no luck. It is driving me crazy. I would appreciate all the help I can get.