Alrighty, so I finally got around to putting this coding in but unfortunately when I put it in it made the accountlist.php page not even show at all.
So I must be doing something wrong.
Added this in:
And this:
So I must be doing something wrong.
Added this in:
$master = get_user($master_acc);
if (!empty($master['uid']))
{
if (is_member(11, $master['uid'])) continue;
$profilefield = ' ';
$hidden = 0;
// Hide users with privacy setting enabled
And this:
if ($account['as_uid'] == $master_acc)
{
if (is_member(11, $account['uid'])) continue;
$profilefield = ' ';
// Hide users with privacy setting enabled