Ah the days you could modify code...
Anyway:
PHP Code:
// Get the Smilie Permissions for Users
if ($permissions['smiliepermissions'] & $vbulletin->bf_ugp['smiliepermissions']['cansmilielimit']) {
$vbulletin->options['maximages']= $vbulletin->bf_ugp['smiliepermissions']['smilieintset'];
}
I created a bitfield for smilie permissions to be set on a 'per usergroup' basis - Problem is I cannot get the code above to set the
maximages based on the usergroup value :disappointed:
Any help?
I hate bitfields
Satan