The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
i'd like to disable the last menu in the modcp, the one where you can purge multiple threads at once, if possible i'd like to disable the functions completly with a php code modification but i think it's enough to just disable the menu
|
#2
|
||||
|
||||
![]()
edit the modcp index.php file and remove the link.
|
#3
|
|||
|
|||
![]()
actually i was thinking of a solution that would not require rebuilding each upgrade, i found time out of my day to take a look at vBulletin and found something called BITFIELDS that are used to define permissions, i also find mysterious numbers in the moderator table of the database that could be definitions for permissions using these bitfields, i found the xml file includes/xml/bitfield_vbulletin.xml which defines the two bitfields i want to change, on lines 130 and 131
Code:
<bitfield name="canmassmove">256</bitfield> <bitfield name="canmassprune">512</bitfield> edit: i have read the information on this link http://www.vbulletin.com/docs/html/main/bitfield_xml but it does not mention how the bitfields are calculated or how i can recalculate them in order to change the bitfield permissions in the database |
#4
|
||||
|
||||
![]() Quote:
Also believe that the permissions for these go hand and hand with deleting in the forums. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|