Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Mohammad Imran

    Mohammad Imran replied to the topic XProfile Custom Field Types in the forum How-to & Troubleshooting 1 year, 7 months ago

    User Extended Profiles

  • Profile picture of Mohammad Imran

    Mohammad Imran replied to the topic Redirect after registration in the forum How-to & Troubleshooting 1 year, 7 months ago

    function redirect_after_registration() {
    return home_url( ‘/your-page-name’ ); // Replace ‘/your-page-name’ with the URL of the page you want to redirect users to.
    }
    add_filter( ‘registration_redirect’, ‘redirect_after_registration’ );

  • Profile picture of Lee Green

    dietzmcleaneyewear's profile was updated 1 year, 7 months ago

    dietzmcleaneyewear

    @dietzmcleaneyewear

    View Profile
  • Profile picture of Lars Henriksen

    Lars Henriksen replied to the topic Redirect after login in the forum How-to & Troubleshooting 1 year, 7 months ago

    Thanks Varun.

    With this code I get the message ‘parser error’ . I am using BuddyX pro.

    Thanks for connecting on Mastodon.

    Lars

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Help with labels in the forum How-to & Troubleshooting 1 year, 7 months ago

    Code Snippet is for labels, not for main components; you can change component names from BuddyPress URL options
    @thinlizzie

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Redirect after login in the forum How-to & Troubleshooting 1 year, 7 months ago

    use the following code snippet
    function redirect_to_activity_page_after_login($user_login, $user) {
    // Redirect to the activity page after login
    wp_redirect( home_url( '/activity' ) );
    exit;
    }
    add_action('wp_login', 'redirect_to_activity_page_after_login', 10, 2);

  • Profile picture of Angel Ruiz

    Angel Ruiz's profile was updated 1 year, 7 months ago

    Angel Ruiz

    @refrzara

    View Profile
  • Profile picture of Jain

    Jain's profile was updated 1 year, 7 months ago

    Jain

    @daytourtaj

    View Profile
  • Profile picture of High Country Healing Alma

    hahalma's profile was updated 1 year, 7 months ago

    hahalma

    @hahalma

    View Profile
  • Profile picture of Color King

    Color King's profile was updated 1 year, 7 months ago

    Color King

    @colorkingin

    View Profile
  • Profile picture of Backlinker.com.ua

    Backlinker.com.ua's profile was updated 1 year, 7 months ago

    Backlinker.com.ua

    @backlinkercomua

    View Profile
  • Profile picture of Dolman Law Group Accident Injury Lawyers, PA

    Dolman Law Group Accident Injury Lawyers, PA's profile was updated 1 year, 7 months ago

    Dolman Law Group Accident Injury Lawyers, PA

    @sibleydolmanavn

    View Profile
  • Profile picture of Lars Henriksen

    Lars Henriksen started the topic Redirect after login in the forum How-to & Troubleshooting 1 year, 7 months ago

    Hello BP community,

    I would like to redirect my users to the site-wide activity page when they log in?

    Thanks in advance for suggestions.

    Cheers, Lars

  • Profile picture of Mount Royal Spa

    mtroyalspa's profile was updated 1 year, 7 months ago

    mtroyalspa

    @mtroyalspa

    View Profile
  • Profile picture of Delta 8 THC Austin

    Delta 8 THC Austin's profile was updated 1 year, 7 months ago

    Delta 8 THC Austin

    @delta8austin

    View Profile
  • Profile picture of Frisco Inn on Galena

    friscoinnongalena's profile was updated 1 year, 7 months ago

    friscoinnongalena

    @friscoinnongalena

    View Profile
  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic How to access the pages in Elementor since version 12 in the forum How-to & Troubleshooting 1 year, 7 months ago

    @locker17 yes, you can create registration pages like that after disabling BuddyPress Registration
    Please check following thread of disable BP registration https://buddypress.org/support/topic/how-to-edit-register-page-for-buddypress/#post-332492

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic BP Extended – Post format falls apart in the forum How-to & Troubleshooting 1 year, 7 months ago

    @kmp2 It’s a theme-specific sidebar setting single blog; Customizer has the option to tune up the single post layout. https://youtu.be/htQG6xfTFzE?feature=shared

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic BuddyPress Settings->URLs User Groups accordion panel is missing in the forum How-to & Troubleshooting 1 year, 7 months ago

    @agajania, Please ensure you have enabled the group component from the component tab.

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Member pages are empty after upgrading to version 12 in the forum How-to & Troubleshooting 1 year, 7 months ago

    @jgflores check once with your hosting; they can tell you more about possible 403 errors
    regarding which theme you are using; try to test once with default https://wordpress.org/themes/twentytwentyone/

  • 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