Quantcast
Viewing all articles
Browse latest Browse all 2247

phpBB Custom Coding • Re: Hide Memberlist but show Team and Who's online

Other solution, open memberlist.php file and find:

Code:

// Check our mode...if (!in_array($mode, array('', 'group', 'viewprofile', 'email', 'contact', 'contactadmin', 'searchuser', 'team', 'livesearch'))){trigger_error('NO_MODE');}
add after:

Code:

if (in_array($mode, array('','group'))){if ($user->data['group_id'] != 5){trigger_error('NO_VIEW_USERS');}}
Save and purge the cache.

For any user who is not an administrator, they will receive an error message when trying to view the full list of members or group memberships.

Statistics: Posted by ssl — Mon Feb 19, 2024 8:37 am



Viewing all articles
Browse latest Browse all 2247

Trending Articles