How do I add supermoderators for editing the banners?
By default only administrators can access the banner managment.
This change:
PHP Code:
if (($_REQUEST['do'] == 'vsabannman') AND in_array($vbulletin->userinfo['userid'], preg_split('#\s*,\s*#s', $vbulletin->config['SpecialUsers']['superadministrators']['supermoderators'], -1, PREG_SPLIT_NO_EMPTY)))
will led any access on XXXX/misc.php?do=vsabannman to the smilie page.
Any solutions so far?
I would like to have an acp setting available for allowed usergroups for the administration of banners if possible.