-
techkapil posted on the forum topic How to redirect to the user profile page when user logs in (Not into the dashboard) ? in the group
1.2 Theme Test Group: 1 year, 11 months ago
function oci_login_redirect($redirect_to, $set_for, $user) {
$new_redirect_to = bp_core_get_user_domain($user->id);
return $new_redirect_to;
}
add_filter(‘login_redirect’, ‘oci_login_redirect’, 100, 3); -
techkapil posted an update: 1 year, 11 months ago
Any input on migration from 1.0.x to bp 1.2 ??
Hi..
Backend login(wp-login.php ) will redirects to the dashboard not to the front page. But in testbp.org is different. What Can I do for that?
Could you please help me on this?
I did not installed any plug-in to redirects or use any bp-custom.php file to redirects.
How can I fix this issue?
Thanks for your great help on this?
Thanks,
John
Hi…
Can we change the buddypress plug in child theme?
For example:
bp_core_new_nav_item(
array(
‘name’ => __(‘Messages’, ‘buddypress’),
‘slug’ => $bp->messages->slug,
‘position’ => 50,
‘show_for_displayed_user’ => false,
‘screen_function’ => ‘messages_screen_inbox’,
‘default_subnav_slug’ =>…[Read more]