Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Kokiri

    Kokiri replied to the topic Display Avatar Changes in Activity Feed in the forum How-to & Troubleshooting 1 year, 3 months ago

    @abhishek6394

    Unfortunately that code didn’t work for a code snippet.

  • Profile picture of Upen Singh

    Upen Singh replied to the topic Activity shortcode on homepage in the forum How-to & Troubleshooting 1 year, 3 months ago

    Hi @lanceelliott72
    Try this plugin
    https://wbcomdesigns.com/downloads/shortcodes-for-buddypress/

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Custom Development in the forum Creating & Extending 1 year, 3 months ago

    First, ensure that BuddyPress is loaded and initialized before your plugin tries to call its functions. Since BuddyPress hooks its initialization to WordPress bp_init action, which typically fires on wp or init at a priority of 10, you should ensure your hook runs after this or directly on bp_init with a lower priority (higher number).

    You can…[Read more]

  • Profile picture of 5 pięknych sposobów łączenia spódnic maxi: od mody ulicznej po imprezę

    5 pięknych sposobów łączenia spódnic maxi: od mody ulicznej po imprezę's profile was updated 1 year, 3 months ago

    5 pięknych sposobów łączenia spódnic maxi: od mody ulicznej po imprezę

    @thichchanquang

    View Profile
  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Custom Development in the forum Creating & Extending 1 year, 3 months ago

    Ensure the BuddyPress plugin is active and add custom code in child theme functions.php or a custom plugin or using the code snippet plugin. xprofile_get_field_data is a valid function https://hooks.wbcomdesigns.com/reference/functions/xprofile_get_field_data/

  • Profile picture of Brett Walls

    flyradar's profile was updated 1 year, 3 months ago

    flyradar

    @flyradar

    View Profile
  • Profile picture of Linebet

    linebet's profile was updated 1 year, 3 months ago

    linebet

    @linebet

    View Profile
  • Profile picture of PlatR

    PlatR's profile was updated 1 year, 3 months ago

    PlatR

    @platr

    View Profile
  • Profile picture of Good Charlotte Merch

    goodcharlottemerch's profile was updated 1 year, 3 months ago

    goodcharlottemerch

    @goodcharlottemerch

    View Profile
  • Profile picture of Frank Iero Merch

    frankieromerch's profile was updated 1 year, 3 months ago

    frankieromerch

    @frankieromerch

    View Profile
  • Profile picture of FINN Interior Design & Construction

    FINN Interior Design & Construction's profile was updated 1 year, 3 months ago

    FINN Interior Design & Construction

    @finninterior

    View Profile
  • Profile picture of Abhishek Saini

    Abhishek Saini replied to the topic Hide own profile in the forum How-to & Troubleshooting 1 year, 3 months ago

    If you want to hide currunt loggedin user from member directory you can easily use this code snippet.
    `function buddyx_exclude_users( $args ) {
    if ( is_admin() && ! defined( ‘DOING_AJAX’ ) ) {
    return $args;
    }

    $excluded = isset( $args[‘exclude’] ) ? $args[‘exclude’] : array();

    if ( ! is_array( $excluded ) ) {…[Read more]

  • Profile picture of Mohammad Imran

    Mohammad Imran replied to the topic Display portion of user bio in membership directory in the forum How-to & Troubleshooting 1 year, 3 months ago

    @stephunique with the help of this code snippet, you can display the user bio on member directory.

    /**
    * User Bio on member directory.
    *
    * @return void
    */
    function display_user_bio_on_member_directory() {
    if ( ! bp_is_members_directory() ) {
    return;
    }
    global $members_template;
    $member_id = $members_template->member->id;
    $bio =…[Read more]

  • Profile picture of Godsmack Merch

    godsmackmerch's profile was updated 1 year, 3 months ago

    godsmackmerch

    @godsmackmerch

    View Profile
  • Profile picture of Mohammad Imran

    Mohammad Imran replied to the topic Fatal error in the forum Installing BuddyPress 1 year, 3 months ago

    @serranospc Please paste the error log that are help which type of issue you are facing and it is also help how to replicate the issue.

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Custom Development in the forum Creating & Extending 1 year, 3 months ago

    @mattdotnet BuddyPress does not save profile field values inside the user meta
    you can fetch them using the following approach and sync them with your requirement

    $field_name_gender = 'Gender'; // Replace with your actual xProfile field name
    $field_name_location = 'Location'; // Replace with your actual xProfile field name

    // Get…[Read more]

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic No way of banning users? in the forum How-to & Troubleshooting 1 year, 3 months ago

    @kokiri https://wordpress.org/plugins/bp-toolkit/

  • Profile picture of darnellrhodes

    darnellrhodes's profile was updated 1 year, 3 months ago

    darnellrhodes

    @cliffordbean

    View Profile
  • Profile picture of Security Camera Specialist

    Security Camera Specialist's profile was updated 1 year, 3 months ago

    Security Camera Specialist

    @securitycameraspecialist

    View Profile
  • Profile picture of Kế Toán Vũng Tàu M.I.T GROUP

    Kế Toán Vũng Tàu M.I.T GROUP's profile was updated 1 year, 3 months ago

    Kế Toán Vũng Tàu M.I.T GROUP

    @ketoanvungtau

    View Profile
  • 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