Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Force users to sign up before being able to see content/members


Gene53
Participant

@gene53

Being that I do want my front page to show, I used Peterverkooijen code and added:

BP_ACTIVITY_SLUG == $bp->current_component ||

so guests can’t access the activity stream.

The last thing I’d like to accomplish is to modify:

bp_core_redirect( get_option('home') . "/register" );

to a page which would read “You have stumbled upon a Member’s only area. Please login or register”

I have created such a page and changed the redirection to it but the only caveat is that the page title appears in the top menu.

Is there a way to get around this?

Thanks,

Gene

Skip to toolbar