Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Lewis

    Lewis's profile was updated 7 years, 4 months ago

    Lewis

    @lewisjaey2

    View Profile
  • Profile picture of santosgoron1

    santosgoron1's profile was updated 7 years, 4 months ago

    santosgoron1

    @santosgoron1

    View Profile
  • Profile picture of Hattie

    Hattie's profile was updated 7 years, 4 months ago

    Hattie

    @hattiewatson1

    View Profile
  • Profile picture of earnestnash2

    earnestnash2's profile was updated 7 years, 4 months ago

    earnestnash2

    @earnestnash2

    View Profile
  • Profile picture of Leandro

    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]

  • Profile picture of kapil

    kapil's profile was updated 7 years, 4 months ago

    kapil

    @expertmi123

    View Profile
  • 's profile was updated 7 years, 4 months ago

    @tuhososat

    View Profile
  • Profile picture of Hoi Dau Bep A Au

    Hoi Dau Bep A Au's profile was updated 7 years, 4 months ago

    Hoi Dau Bep A Au

    @hoidaubep

    View Profile
  • Profile picture of Agence web agadir

    Agence web agadir's profile was updated 7 years, 4 months ago

    Agence web agadir

    @agencemarketingmaroc

    View Profile
  • Profile picture of hetnerpattel4

    hetnerpattel4's profile was updated 7 years, 4 months ago

    hetnerpattel4

    @hetnerpattel4

    View Profile
  • Profile picture of Elaine

    Elaine's profile was updated 7 years, 4 months ago

    Elaine

    @elaineortega1

    View Profile
  • Profile picture of lorahigins19

    lorahigins19's profile was updated 7 years, 4 months ago

    lorahigins19

    @lorahigins19

    View Profile
  • Profile picture of Ahmad Sarif

    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.

  • Profile picture of Ahmad Sarif

    Ahmad Sarif's profile was updated 7 years, 4 months ago

    Ahmad Sarif

    @ahmadsarif

    View Profile
  • Profile picture of Ahmad Sarif

    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?

  • Profile picture of Leroy

    Leroy's profile was updated 7 years, 4 months ago

    Leroy

    @leroymclauga1

    View Profile
  • Profile picture of Jagain Info

    Jagain Info's profile was updated 7 years, 4 months ago

    Jagain Info

    @jagaindotcom

    View Profile
  • Profile picture of boop

    boop's profile was updated 7 years, 4 months ago

    boop

    @joncadams

    View Profile
  • Profile picture of boundless_ink

    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’);

  • Profile picture of boundless_ink

    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

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In