Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Pro Cut Tree Removal

    Pro Cut Tree Removal's profile was updated 8 years, 1 month ago

    Pro Cut Tree Removal

    @pctreeremoval

    View Profile
  • Profile picture of David Cavins

    David Cavins replied to the topic Embed Groups in the forum How-to & Troubleshooting 8 years, 2 months ago

    I don’t know of a shortcode for listing out groups. However, you could use the code in buddypress/bp-templates/bp-legacy/buddypress/groups/groups-loop.php as a starter. The loop is powered by bp_has_groups() which is template loop like the WordPress posts loop. You could add a template to your child theme, like page-group-list.php and copy that…[Read more]

  • Profile picture of Ross Hickers

    Ross Hickers's profile was updated 8 years, 2 months ago

    Ross Hickers

    @rosshickers

    View Profile
  • Profile picture of David Cavins

    David Cavins replied to the topic Activity Feed showing items twice in the forum How-to & Troubleshooting 8 years, 2 months ago

    Huh. I can’t replicate this behavior. You’ll need to share more info about your site environment (plugins, versions, theme).

    On my several BP sites, nested commenting is working as expected, so I expect that it’s a combination of tools you’re using.

  • Profile picture of David Cavins

    David Cavins replied to the topic How to Insert @username in activity comment replies. in the forum How-to & Troubleshooting 8 years, 2 months ago

    I’m not sure I’m understanding what you’re trying to do. Can you share an image or similar showing the desired result?

  • Profile picture of David Cavins

    David Cavins replied to the topic version 2.9.5 for bug fixes!? in the forum How-to & Troubleshooting 8 years, 2 months ago

    Hello, not sure about the timing of a 2.9.4 release. Also unaware of a bug with the number of friends not matching the indicator bubble. If you can verify that there is a bug, please open a trac ticket: https://buddypress.trac.wordpress.org/

    Thanks!

  • Profile picture of David Cavins

    David Cavins replied to the topic Noindex tag in the forum How-to & Troubleshooting 8 years, 2 months ago

    There’s a function to tell when you’re on a BP page is_buddypress() so this is a guess at how you could do it:

    add_action( 'wp_head', function() {
    if ( is_buddypress() ) {
    echo '<meta name="robots" content="noindex">';
    }
    });

  • Profile picture of David Cavins

    David Cavins replied to the topic Can view profile on desktop, but not on mobile in the forum How-to & Troubleshooting 8 years, 2 months ago

    Try using a more vanilla theme to test this out, like twentyseventeen. I suspect the problem is the theme you’re using.

  • Profile picture of David Cavins

    David Cavins replied to the topic Edit fields in members directory in the forum How-to & Troubleshooting 8 years, 2 months ago

    It would be better if you added your custom code to bp-custom.php rather than to a theme. (When the theme is updated, you’ll lose your changes.)

    About bp-custom.php: https://codex.buddypress.org/themes/bp-custom-php/

    To insert those fields, you’ll just have to change you code, replacing 'field=Location' with the name of your profile field.…[Read more]

  • Profile picture of David Cavins

    David Cavins replied to the topic Change details bp_last_activity in the forum How-to & Troubleshooting 8 years, 2 months ago

    That’s an interesting idea. It seems like it should be possible, because BuddyPress is using a JavaScript library called livestamp to generate those strings. It relies on moment.js for localization (localization usually means translation, but could also mean “custom messages”). I think you could change the “relative time thresholds” as described…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic How is it possible to sign up with the same user name? in the forum How-to & Troubleshooting 8 years, 2 months ago

    The “Name” field isn’t unique. You can have 2 users with the same name if we are talking about that field.

  • Profile picture of Betwin188

    Betwin188's profile was updated 8 years, 2 months ago

    Betwin188

    @betwin188

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic How is it possible to sign up with the same user name? in the forum How-to & Troubleshooting 8 years, 2 months ago

    This shouldn’t be possible. BuddyPress checks if a username exists before registering the user.

  • Profile picture of Kovlor Bodrov

    Kovlor Bodrov's profile was updated 8 years, 2 months ago

    Kovlor Bodrov

    @kovlorbodrov

    View Profile
  • Profile picture of Josh Kagiso

    Josh Kagiso's profile was updated 8 years, 2 months ago

    Josh Kagiso

    @joshkagiso

    View Profile
  • Profile picture of Nancy Garcia

    Nancy Garcia's profile was updated 8 years, 2 months ago

    Nancy Garcia

    @nancyfgarcia

    View Profile
  • Profile picture of Jack Fields

    Jack Fields's profile was updated 8 years, 2 months ago

    Jack Fields

    @jackfields

    View Profile
  • Profile picture of Jack Fields

    Jack Fields's profile was updated 8 years, 2 months ago

    Jack Fields

    @jackfields

    View Profile
  • Profile picture of Oksana Resto

    Oksana Resto's profile was updated 8 years, 2 months ago

    Oksana Resto

    @oksanaresto

    View Profile
  • Profile picture of Oksana Weddit

    Oksana Weddit's profile was updated 8 years, 2 months ago

    Oksana Weddit

    @oksanaweddit

    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