The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove Paid Subscription Administrator Permission
Hi!
I have been searching the internet and these forums for a way to remove the ability for Administrators to see the "Paid Subscriptions" tab in the Admin Panel and only allow the Super Administrators (the ones in the config.php) I am sure its possible to do, I just don't know how. It should act the same as the permission to see the "Administrator Permissions" tab under "Usergroups" as that can only be accessed by the Super Admins. Thanks for any help! |
#2
|
||||
|
||||
You can do this in the includes/xml/cpnav_vbulletin.xml file in this area:
HTML Code:
<navgroup phrase="paid_subscriptions" permissions="canadminusers" hr="true" displayorder="170"> <navoption displayorder="10"> <phrase>subscription_manager</phrase> <link>subscriptions.php?do=modify</link> </navoption> <navoption displayorder="20"> <phrase>add_new_subscription</phrase> <link>subscriptions.php?do=add</link> </navoption> <navoption displayorder="30"> <phrase>transaction_log</phrase> <link>subscriptions.php?do=transactions&type=log</link> </navoption> <navoption displayorder="40"> <phrase>transaction_stats</phrase> <link>subscriptions.php?do=transactions&type=stats</link> </navoption> <navoption displayorder="50"> <phrase>subscription_permissions</phrase> <link>subscriptionpermission.php?do=modify</link> </navoption> <navoption displayorder="60"> <phrase>paymentapi_manager</phrase> <link>subscriptions.php?do=api</link> </navoption> <navoption debug="1" displayorder="70"> <phrase>add_paymentapi</phrase> <link>subscriptions.php?do=apiadd</link> </navoption> <navoption displayorder="80"> <phrase>test_communication</phrase> <link>diagnostic.php?do=payments</link> </navoption> </navgroup> Code:
permissions="canadminusers" |
#3
|
|||
|
|||
Thanks, that was exactly what I needed!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|