@programer2013
Not recently active
-
bp-help replied to the topic setting the profile page as main page in the forum Creating & Extending 11 years, 4 months ago
@programer2013
Expanding on @henrywright-1 suggestion you can add the below code to bp-custom.php
It will prohibit logged out visitors from viewing BP Pages and redirect to registration. Upon login it will direct them to their public profile.
[Read more]
define( 'BP_DEFAULT_COMPONENT', 'profile' );
function bp_help_restrict_login_and_redirect_to_profile()…