Thanks for updating this mod from the previous version.
Just installed. My Supers are having permission problems - they are not able to access it.
Looking at the code:
HTML Code:
if (!in_array($vbulletin->userinfo['userid'], preg_split('#\s*,\s*#s', $vbulletin->config['SpecialUsers']['superadministrators'], -1, PREG_SPLIT_NO_EMPTY)) )
and I don't understand it. It seems to be matching some text?
Why not just compare usergroup ids?
Any idea why my super moderators can't get in?