Quote:
Originally Posted by Gerakus
Same problem here.
First, Does this works with 3.6.0? If so what are the right steps to make it work.
Second, Any particular reason why doesnt save the permissions? it just don't do it, I have try in so many ways, but it appears vbulletin for some reason doesnt store the changes.
I am using vbulletin 3.6.0+
Also could you make this hack works with more than one custom permissions?
Thanks on advance.
|
have you created the Bitfield ?
Example:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<bitfields>
<bitfielddefs>
<group name="misc">
<group name="customadminperms">
<bitfield name="canadminmyhack">1</bitfield>
</group>
</group>
</bitfielddefs>
</bitfields>
Then it will work