Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Boone Gorges

    Boone Gorges replied to the topic Delete a notice to all users in the forum How-to & Troubleshooting 8 years, 5 months ago

    Applying https://buddypress.trac.wordpress.org/changeset/11750 should fix the problem. Note that this change is in bp-messages/bp-messages-template.php, *not* notices-loop.php. There should be no need to reapply these changes after BuddyPress 3.0, where the fix will become part of the BP release.

  • Profile picture of Boone Gorges

    Boone Gorges replied to the topic Migration from vBulletin to Buddypress in the forum Miscellaneous 8 years, 5 months ago

    Here’s some info on migrating vBulletin data to bbPress, which will get your content and users in. https://codex.bbpress.org/getting-started/importing-data/import-forums/vbulletin/

  • Profile picture of Boone Gorges

    Boone Gorges replied to the topic [BuddyPress Extend Fields] Display fields on user selectable tab in the forum Third Party Plugins 8 years, 5 months ago

    Hi @gregthebuzz – You might have better luck moving some of your logic into BP_Group_Extension, which does most of the template-related work for you. See https://codex.buddypress.org/developer/group-extension-api/. The display() method is where the content for your public-facing tab will go, while the edit parameter will help you configure what…[Read more]

  • Profile picture

    Anonymous started the topic Need a multi-user Calendar plugin in the forum Third Party Plugins 8 years, 5 months ago

    Hi,

    I need a plugin that will allow our users to have a personal calendar in their homepages. The calendar will be for personal use, they can add any type of note or appointment they want. In other words, it’s not for anything specific to our site.

    I’ve been looking for a solution for a while but I haven’t found any that actually work for…[Read more]

  • Profile picture of Peter Hardy-vanDoorn

    Peter Hardy-vanDoorn replied to the topic Can people see everyone who is logged into BuddyPress? in the forum How-to & Troubleshooting 8 years, 5 months ago

    I think you’re talking about the Who’s Online widget… just don’t add that widget to your sidebar.

  • Profile picture of Peter Hardy-vanDoorn

    Peter Hardy-vanDoorn replied to the topic Cannot increase avatar/gravatar size (Still blurred) in the forum How-to & Troubleshooting 8 years, 5 months ago

    Changing the default sizes won’t improve any avatar images you’ve already got. These are cached at the default sizes, so to improve the quality to the new size you will need to re-upload them.

  • Profile picture of Boone Gorges

    Boone Gorges replied to the topic Flatsome theme UX Page Builder not loading in the forum Installing BuddyPress 8 years, 5 months ago

    Hi @billybelly – It’s difficult for us on the buddypress.org forums to provide concrete advice on a non-free product, because we don’t have access to test it. If you paid for the UX Builder project, then they ought to be the ones providing you with support.

    That being said, it’s possible that BP templates are inherently incompatible with this…[Read more]

  • Profile picture of Boone Gorges

    Boone Gorges replied to the topic No icon of avatars on mobile – admin bar in the forum How-to & Troubleshooting 8 years, 5 months ago

    It’s a bit hard to tell what’s going on without being able to log in and see exactly what your users are seeing.

    I suggest logging in as a non-admin, then right-clicking the space where the avatar should appear. Select ‘Inspect Element’, and then browse through the developer tools to see whether the avatar is actually in the source. If it is, but…[Read more]

  • Profile picture of Boone Gorges

    Boone Gorges replied to the topic Dont want buddypress registration and activity page in the forum How-to & Troubleshooting 8 years, 5 months ago

    Hi @demonos – Please understand that everyone who responds to things on these forums does so as a volunteer. You can help to decrease overall response time by helping a user or two yourself 🙂

    The following bits should be enough to reenable wp-signup.php:


    remove_action( 'bp_init', 'bp_core_wpsignup_redirect' );
    add_filter(…
    [Read more]

  • Profile picture of Boone Gorges

    Boone Gorges replied to the topic Customize inbox template in the forum Creating & Extending 8 years, 5 months ago

    Hi @datenfresser – You can customize the template by overriding the template file in your child theme. Copy the file wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php to wp-content/themes/[your-theme]/buddypress/members/single/messages/messages-loop.php, and make your modifications to the new…[Read more]

  • Profile picture of EssaysMasters

    EssaysMasters's profile was updated 8 years, 5 months ago

    EssaysMasters

    @amandasnow

    View Profile
  • Profile picture of Holly Mellor

    Holly Mellor's profile was updated 8 years, 5 months ago

    Holly Mellor

    @hollydmellor

    View Profile
  • Profile picture of Karen Waits

    Karen Waits's profile was updated 8 years, 5 months ago

    Karen Waits

    @karenjwaits

    View Profile
  • Profile picture of nonton video bokep di bokepqq

    nonton video bokep di bokepqq's profile was updated 8 years, 5 months ago

    nonton video bokep di bokepqq

    @bokepqqwin

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Display some user data on a single page in the forum Creating & Extending 8 years, 5 months ago

    If I were to use each individual user’s ID, then every time there is a new member, I have to write a new line?

    You won’t have to write a new line when a member is added. My code should be used within a loop so you’ll perform the action on every member in the collection. Adding to or removing from the collection isn’t a problem. The collection i…[Read more]

  • Profile picture of Feronk Jons

    Feronk Jons's profile was updated 8 years, 5 months ago

    Feronk Jons

    @wilknos04z

    View Profile
  • Profile picture of Stauet Waren

    Stauet Waren's profile was updated 8 years, 5 months ago

    Stauet Waren

    @lorinkon2s

    View Profile
  • Profile picture of Struet Waren

    Struet Waren's profile was updated 8 years, 5 months ago

    Struet Waren

    @trention4r

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Display some user data on a single page in the forum Creating & Extending 8 years, 5 months ago

    If you have the user’s ID then you can pass it to the get_userdata() WordPress function like this:

    $user_id = 1;
    $user = get_userdata( $user_id );

    Then you can use the $user object like this:

    echo sanitize_email( $user->user_email );

    Note, how you get the user’s ID will depend on the context.…[Read more]

  • Profile picture of Delia Cripe

    Delia Cripe's profile was updated 8 years, 5 months ago

    Delia Cripe

    @deliajcripe

    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