Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Nick

    Nick's profile was updated 1 year, 4 months ago

    Nick

    @nickesh

    View Profile
  • Profile picture of Cacuoctructuyenvn

    Cacuoctructuyenvn's profile was updated 1 year, 4 months ago

    Cacuoctructuyenvn

    @dailybongdavn

    View Profile
  • Profile picture of Debtrecoveryindonesia

    Debtrecoveryindonesia's profile was updated 1 year, 4 months ago

    Debtrecoveryindonesia

    @debtrecoveryindonesia

    View Profile
  • Profile picture of Ưu điểm của tủ bếp gỗ óc chó là gì?

    Ưu điểm của tủ bếp gỗ óc chó là gì?'s profile was updated 1 year, 4 months ago

    Ưu điểm của tủ bếp gỗ óc chó là gì?

    @noithathuynhgiamoc

    View Profile
  • Profile picture of Rút tiền thẻ tín dụng

    Rút tiền thẻ tín dụng's profile was updated 1 year, 4 months ago

    Rút tiền thẻ tín dụng

    @ruttienthetindung

    View Profile
  • Profile picture of Kokiri

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

    I wasn’t quick enough to make an edit on the post above ^
    However the error says:

    Snippet automatically deactivated due to an error on line 3:

    Cannot redeclare function custom_bp_avatar_activity.

  • Profile picture of Kokiri

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

    Isn’t compatible with the theme I’m using since it’s highly customized and the framework is REACT.

  • Profile picture of Kokiri

    Kokiri replied to the topic Display Avatar Changes in Activity Feed in the forum How-to & Troubleshooting 1 year, 4 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, 4 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, 4 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, 4 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, 4 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, 4 months ago

    flyradar

    @flyradar

    View Profile
  • Profile picture of Linebet

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

    linebet

    @linebet

    View Profile
  • Profile picture of PlatR

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

    PlatR

    @platr

    View Profile
  • Profile picture of Good Charlotte Merch

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

    goodcharlottemerch

    @goodcharlottemerch

    View Profile
  • Profile picture of Frank Iero Merch

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

    frankieromerch

    @frankieromerch

    View Profile
  • Profile picture of FINN Interior Design & Construction

    FINN Interior Design & Construction's profile was updated 1 year, 4 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, 4 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, 4 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]

  • 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