G gamergod22 Active Member 34 2012 1 0 Jun 18, 2012 #1 how do i disable member list without disabling viewing people profiles
L Lock Down Active Member 2,122 2010 228 0 Jun 27, 2012 #2 The easiest way is o edit the template Member List > member_list_show Add this as the first line of the template Code: <if test="showMlist:|:$this->memberData['member_group_id']==4"> add this as the last line of the template Code: <else /><h1>Member List Not Available! </h1></if> This allows only the admin to use the member list..
The easiest way is o edit the template Member List > member_list_show Add this as the first line of the template Code: <if test="showMlist:|:$this->memberData['member_group_id']==4"> add this as the last line of the template Code: <else /><h1>Member List Not Available! </h1></if> This allows only the admin to use the member list..