Memberlist, group, viewprofile, email, contact, searchuser, and leaders You can disable *all* of them by moving that bit of code i posted just before: The page /forum/memberlist.php?mode=contactadmin leads to this page that allows a guest to spam How to completely disable this contact a board administrator feature in phpbb 3? Accessing the member profile is not working correctly on my site /forum/member4.html redirects to /forum/memberlist.php?mode=viewprofile&u=4 which redirects again to /forum/member4.html (causing an infinite loop) how can i fix this.
As i said, the viewprofile mode is a core part of phpbb that cannot be modified without custom coding If you want to effectively remove that from your board, you'll need an extension to redirect users away from there or modify the core code and remove it entirely which is highly discouraged. This repository also contains the history of version 2 You set the can view profiles, memberlist and online list permission for all groups to no, then create a group, place yourself in it, and give that group a yes permission. If it is not working then you may have that permission disabled.
OPEN