The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hey guys,
I have a vb forum version 3.8.4. I am the admin and I have another admin account which I use. But I'm about to assign a super mod with admin privilege. I added a new usergroup. I was able to block many stuff via admin permission area. But I just can't seem to block the paid subscription section from this admin usergroup. How can I do that? thanks in advance. Happy New year 2013 |
#2
|
|||
|
|||
![]()
There is no option for doing that. Those scripts check "canadminusers", so you probably can't give an admin access to the user sections without also giving them access to subscriptions. But what you could do is edit admincp/subscriptions.php and change what it checks. The default looks like this:
Code:
if (!can_administer('canadminusers')) { print_cp_no_permission(); } but you could add a different check, like for specific userids. Edit: Also, you'd need to make the same change in subscriptionpermissions.php. If you wanted to get fancy you could probably add an admin permission for subscriptions. I think you'd start by adding a bit for that in includes/xml/bitfield_vbulletin.xml, and you'd probably need a phrase for the description of it, but I'm not sure offhand what else you'd have to do. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|