Forums
-
- Forum
- Posts
-
- Installation
- 28,368
- Troubleshooting
- 62,219
- Themes
- 10,387
- Plugins
- 15,308
- Requests & Feedback
- 14,889
- Showcase
- 3,252
-
I use this to stop people accessing the profile page unless logged-in;
<?php if ( !bb_is_user_logged_in() ) {
show_error_page('log-in to access profiles');
exit;
} ?>
Something along those line should work with a link to somewhere else, assuming they’re in a bbPress page to begin with.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS