-
Lewis's profile was updated 7 years, 4 months ago
-
santosgoron1's profile was updated 7 years, 4 months ago
-
Hattie's profile was updated 7 years, 4 months ago
-
earnestnash2's profile was updated 7 years, 4 months ago
-
Leandro started the topic Disable Some Activities Types in the forum How-to & Troubleshooting 7 years, 4 months ago
Hello,
I am running buddypress 3.2.0 and I am being unable to disable some activities from the activity feed. I would like to hide activites like new_avatar or joined_group, but my code seems not being working with this version, since I still having new activities types from the types above being created.
Here is the snippet that I am…[Read more]
-
kapil's profile was updated 7 years, 4 months ago
-
's profile was updated 7 years, 4 months ago
-
Hoi Dau Bep A Au's profile was updated 7 years, 4 months ago
-
Agence web agadir's profile was updated 7 years, 4 months ago
-
hetnerpattel4's profile was updated 7 years, 4 months ago
-
Elaine's profile was updated 7 years, 4 months ago
-
lorahigins19's profile was updated 7 years, 4 months ago
-
Ahmad Sarif replied to the topic What plugin do I need to work with BuddyPresss in the forum Creating & Extending 7 years, 4 months ago
Thank you so much too ShaneBP.
-
Ahmad Sarif's profile was updated 7 years, 4 months ago
-
Ahmad Sarif replied to the topic How Do I Change Default Members Profile Landing Tab – Step by step? in the forum How-to & Troubleshooting 7 years, 4 months ago
Change the default profile page and how about its css to make it looks the way we want?
-
Leroy's profile was updated 7 years, 4 months ago
-
Jagain Info's profile was updated 7 years, 4 months ago
-
boop's profile was updated 7 years, 4 months ago
-
boundless_ink replied to the topic How Do I Change Default Members Profile Landing Tab – Step by step? in the forum How-to & Troubleshooting 7 years, 4 months ago
ANSWER IS:
function admin_default_page() {
global $user;
return bp_core_get_user_domain( $user->ID ).’/profile/edit/group/2/’;
}
add_filter(‘login_redirect’, ‘admin_default_page’); -
boundless_ink replied to the topic How Do I Change Default Members Profile Landing Tab – Step by step? in the forum How-to & Troubleshooting 7 years, 4 months ago
what about this?
function wps_redirect_bp_login() {
if( is_user_logged_in() && bp_is_register_page() ) {
bp_core_redirect( get_option('home') . '/members/' . $user_login . '/profile/edit/group/1/' );
}
}
add_action( 'template_redirect', 'wps_redirect_bp_login', 1 ); - Load More