@jannmirch
Active 1 year, 7 months ago
-
bp-help replied to the topic [Resolved] Hiding Groups, Activity & Members List to Non Members in the forum How-to & Troubleshooting 11 years, 3 months ago
@jannmirch
Untested, also if you are using sitewide forums remove the comments from:
/*|| bbp_is_single_forum() || bbp_is_single_topic()*/
If you are just using group forums leave the below code as is:
[Read more]
/* Prevent logged out users from accessing bp activity page */
function nonreg_visitor_redirect() {
global $bp;
if ( bp_is_activity_component() ||…