// 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: