The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to Add New adminpermission options
I'm building a new product that requires some administrators have access to it and some not - determined by adminpermissions bit fields.
This is my bitfield_PRODUCT.xml: Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <bitfields product="PRODUCTID"> <bitfielddefs> <group name="ugp"> <group name="adminpermissions"> <bitfield name="myspecificpermission" phrase="PRODUCTID_bitfield_myspecificpermission">1048576</bitfield> </group> </group> </bitfielddefs> </bitfields> Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|