Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to make pages like Groups, Forums, members and updates only accessible to members?

actually would be very simple – within a bp-custom.php file. have a look at the bp-core-templatetags.php file which contains some simple functions that determine what component/page you are on. Just need to hook that into bp and checked if logged in (if not, then redirect)

ie
bp_is_group()
bp_loggedin_user_id()
etc

Skip to toolbar