Quote:
Originally Posted by Chris M
Edit the plugin, and change:
PHP Code:
if (!in_array($vbulletin->userinfo['usergroupid'], array(5, 6, 7))) {
to
PHP Code:
if (!(is_member_of($vbulletin->userinfo, array(5, 6, 7)))) {
That should work
Chris
|
Perhaps it's changed in vB 3.5.2, because it's not working for me :S
I've altered the plugin code;
PHP Code:
if (!(is_member_of($vbulletin->userinfo, array(5, 6, 7, 16, 21, 26)))) {
Which are my not-to-see-ads-groups ... But they're still seeing ads. Like f.ex, 21 and 26 are my paid subscription groups. I've added a clone of myself, Julie2 in the subscription group, and marked the secondary group "Gold Membership", but I'm still viewing ads (when logged in as that user)...