-
bp-help replied to the topic changing the redirect page when I log in. in the forum How-to & Troubleshooting 11 years, 6 months ago
-
bp-help replied to the topic changing the redirect page when I log in. in the forum How-to & Troubleshooting 11 years, 6 months ago
@haies
You can add the below code to your themes functions.php or bp-custom.php
You can change “profile” in the below code to whatever page you need if profile is not the page you want the user to be redirected too.
[Read more]
function custom_login_redirect_to($user_login, $user) {
bp_core_redirect( get_option('siteurl') . "/profile/"… -
@mercime replied to the topic My social network in the forum Installing BuddyPress 11 years, 6 months ago
@haies Re themes: Nearly all WordPress themes are compatible with BuddyPress since BuddyPress 1.7.
Re plugins compatible with BuddyPress: most, not all, of the plugins tagged BuddyPress in the WordPress plugins repository https://wordpress.org/extend/plugins/tags/buddypress
Do check first if the plugin is compatible with the latest…[Read more] -
bp-help replied to the topic How to make other pages private from the users who not logged in? in the forum Creating & Extending 11 years, 6 months ago
@haies
This blocks BP pages from logged out visitors. See the readme.txt in the plugin for forums.
https://github.com/bphelp/private_community_for_bp
@haies
Not recently active