@semperaye
Active 6 years ago
-
Henry Wright replied to the topic [Resolved] How to Hide Admin accounts 2016? in the forum How-to & Troubleshooting 9 years, 4 months ago
Hi @semperaye
Unfortunately, CSS isn’t a great solution here. To get this done properly, you will need to do 3 things:
1. Profile
Either implement a redirect or respond with a 404 page not found when an admin profile is visited.
2. Member directory
Use
bp_parse_args()
to filter the loop so that all admins are removed.3. Activity…[Read more]