-
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
@wickedbl0ke
Negative on the love making but you could donate a beer or two! Or a McDouble even! -
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
@wickedbl0ke
Untested!
[Read more]
/* Prevent logged out users from accessing bp activity page */
function nonreg_visitor_redirect() {
global $bp;
if ( bp_is_activity_component() || bp_is_groups_component() || bp_is_group_forum() || bp_is_page( BP_MEMBERS_SLUG ) ) {
if(!is_user_logged_in()) { //just a visitor and not logged in
wp_redirect(…
@wickedbl0ke
Active 3 years, 4 months ago