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 |
#2
|
|||
|
|||
It sounds like 1048576 is in use and you may have to go up to the next square. Just a guess, I didn't look it up.
|
#3
|
|||
|
|||
the problem is that 1048576 is several 'squares' higher than the last one. I figured that may be the case and so i just kept doubling it....
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|