Maybe someone can help me out here.
I was trying to make this an admin control panel option as such
Code:
if (($user['userid']) && (!in_array($user['userid'], array($vboptions['disallowedonshowgroups']))))
It works whn I just type in one userid, but when I enter more than one userid into the vboption box I created such as (272,654,12) it doesn't work at all. Does anyone have any ideas?