Quote:
Originally Posted by Paul M
Magic ?
They are called bitfields for a very good reason - they are one bit, 1 or 0, true or false. 
|
Indeed - However in the .xml file you upload to the /includes/xml/ folder, if you add
intperm="true" to the
<bitfield> tag, it allows you to have an integer value in the specified area...
While technically this
isn't a bitfield, it still is added the same way as one, and I was trying to figure out how to call it
I got it figured that it's:
PHP Code:
$vbulletin->options['maximages']= $vbulletin->userinfo['permissions']['groupsmilielimit'];
Satan