View Full Version : Restrict access to vba CMPS Menu in admincp.
Sidewindr
11-23-2005, 11:56 PM
How can I restrict the access to the "vba CMPS" menu in the admincp .. currently all my super mods with access to the admin panel have access to this menu and I wish to have it as a settable option like all of the other admincp sections are.
KW802
11-24-2005, 12:43 AM
Sidewindr,
Only people with access to your admincp will see it, your mods should be seeing /modcp.
Sidewindr
11-24-2005, 04:40 AM
My Super mods have limited acces to the admincp, and in vbulletin there is a administrator permissions page which lets you control what parts of admincp they have access to, in my case User Management and the FAQ. However they also see the vbadv CMS menu because it is not part of the administrator permissions table/settings.
Zachariah
11-25-2005, 04:53 PM
My Super mods have limited acces to the admincp, and in vbulletin there is a administrator permissions page which lets you control what parts of admincp they have access to, in my case User Management and the FAQ. However they also see the vbadv CMS menu because it is not part of the administrator permissions table/settings.
edit:
includes/xml/cpnav_vbacmps.xml
Find:
<navgroup phrase="vba_cmps" displayorder="15">
Replace:
<navgroup phrase="vba_cmps" permissions="canadminsettings" displayorder="15">
This will make the menu show up for the same people as vBulletin Options menu. (usaly your high end staff / teck heads)
There are many:
- permissions="canadminplugins"
- permissions="canadminstyles"
- permissions="canadminlanguages"
on and on
Edit and "look" at - cpnav_vbulletin.xml - scan for common value permissions="canadminXXXX"
creedmaniac
03-20-2007, 09:59 PM
i know i'm bumping an old thread here...but i was just looking around for some info on this exact topic...and don't see the need to start a new thread since this is still a viable topic...
why don't you guys incorporate this into the default package??...
http://www.vbulletin.org/forum/showthread.php?t=95918
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.