Not Solved Enhanced Account Switcher | Accountlist only show x groups?
#5
Not Solved
Yes, instead of
if (is_member(X, $account['uid'])) continue; 

use:
if (is_member(array(X,Y,Z), $account['uid'])) continue; 

Just replace X,Y;Z with the ID's of your groups.
Reply


Messages In This Thread
RE: Enhanced Account Switcher | Accountlist only show x groups? - by doylecc - 2017-01-26, 09:35 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)