Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of @mercime

    @mercime updated the Prelaunch Checklist page, on the BuddyPress Codex 8 years, 10 months ago

    Releasing BuddyPress to the world is a big deal, and takes quite a few manual steps to ensure safe & comfortable updates & upgrades are had by all. Below are the steps release leads go through with each & every […]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic is_404() triggered on every BuddyPress page in the forum How-to & Troubleshooting 8 years, 10 months ago

    Hi @doublef

    Take a look at ticket #6527, specifically comment #4. Does this help explain what’s happening?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Change username to description in the forum How-to & Troubleshooting 8 years, 10 months ago

    In WordPress there’s user_login, user_nicename and display_name.

    In general, display_name is used on the front end to display the user’s name. This might be the same as user_login but more often it’s the user’s first name and last name.

    user_login is the string used to authenticate the user when logging in. user_nicename is usually the same as us…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Change username to description in the forum How-to & Troubleshooting 8 years, 10 months ago

    You’ll want to sanitise your descriptions before using them in the URL. sanitize_title_with_dashes() will be helpful. You’ll also need to make sure they’re unique (user’s can’t have the same URL).

    https://codex.wordpress.org/Function_Reference/sanitize_title_with_dashes

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Import Might Network to BP in the forum Creating & Extending 8 years, 10 months ago

    Hi @functionmunchkin

    I’m not aware of a plugin that can do this. You might need to use a custom solution.

  • Profile picture of beckyH

    beckyH's profile was updated 8 years, 10 months ago

    beckyH

    @beckyprendos

    View Profile
  • Profile picture of Stacy (non coder)

    Stacy (non coder) started the topic Import Might Network to BP in the forum Creating & Extending 8 years, 10 months ago

    Mighty Network is an app for creating basic social networks. Possible?

  • Profile picture of Hugo Ashmore

    Hugo Ashmore wrote a new post on the site BuddyPress.org 8 years, 10 months ago

    Today sees BP 2.9 move to Beta 2 ( Beta 1 skipped for technical reasons ) testing phase and we would request all plugin authors, theme developers and other interested parties test out this release and feedback any […]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Will BuddyPress work for me? in the forum Creating & Extending 8 years, 10 months ago

    @fifthhouse it’s certainly possible using BuddyPress. We actually have a Jobs Board here if you wanted to post your requirements?

  • Profile picture of Jason Smith

    Jason Smith started the topic Sort Members directory by xprofile numeric value. in the forum Creating & Extending 8 years, 10 months ago

    I need a filter to sort xprofile numeric custom data.

    Each user has an Instagram follower count. I want to filter these users from highest to lowest. “Descending order”

    Example:
    user 1 instagram: 10,000
    user 2 instagram: 9,000
    user 2 instagram: 8,000
    …
    This is our members directory.
    Here is our filter dropdown.

    I’m using WordPress 4.8
    I’m using BuddyPress 2.8.2

    Thank you in advance
    Cheers
    Jason

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Will BuddyPress work for me? in the forum Creating & Extending 8 years, 10 months ago

    @fifthhouse when I suggested data be added against the event’s meta I didn’t mean the host or facilitator do it manually. WordPress and BuddyPress have a pretty extensive action system which you can hook to. The code will run automatically when the action happens.

    Here’s the Plugin API documentation in case you need…[Read more]

  • Profile picture of Yiannos

    Yiannos's profile was updated 8 years, 10 months ago

    Yiannos

    @moneymakewise

    View Profile
  • Profile picture of Yiannos

    Yiannos started the topic No Registration Page visible in the forum Installing BuddyPress 8 years, 10 months ago

    Hello all

    I install Buddypress for a while now and still cannot make the “register” page show up.
    I have been through all the forums here and couldnt find a solution.
    I have enable the “anyone can register” in WP admin. I gave created “register” and “activate” pages and associate them with the relevant Buddypress pages in Buddypress settings.…[Read more]

  • Profile picture of websquad

    websquad's profile was updated 8 years, 10 months ago

    websquad

    @luiswebsquad

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Show & Tell: VeloHive.com in the forum Showcase 8 years, 10 months ago

    I run Trusty at home and the best version that distro offers is 5.x. I had to add a PPA to get 7.x package(s).

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic BuddyPress Newsletter relaunched in the forum Miscellaneous 8 years, 10 months ago

    #BuddyPress Newsletter #34 – official updates and some lists of useful links to check out

    http://bpmail.ovirium.com/issues/34-official-updates-and-some-lists-of-useful-links-to-check-out-60020

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Show & Tell: VeloHive.com in the forum Showcase 8 years, 10 months ago

    Cool site!

    **There are a lot of plugins I’d also like to try out and use… but the problem is im on php 5.3.5 (which i know i need to upgrade)

    You should try to upgrade as soon as possible to PHP 7+, the performance improvement alone is worth the effort.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Hiding admins activity and profile errors in the forum How-to & Troubleshooting 8 years, 10 months ago

    I’ve tried pasting … at the top of my current code and it is still the same showing an fatal error message and allowing me to view the admins profile.

    You will need to have a basic understanding of the code to get this done. The code you copied and pasted just limits the activity stream to 5 entries per page. It doesn’t filter admin entries o…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Hiding admins activity and profile errors in the forum How-to & Troubleshooting 8 years, 10 months ago

    I recommend using the bp_after_has_activities_parse_args filter to modify the activity stream (remove admin items). Check out this helpful article:

    Using bp_parse_args() to filter BuddyPress template loops

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Will BuddyPress work for me? in the forum Creating & Extending 8 years, 10 months ago

    Can Buddypress accomplish this? If so, would it be a complicated and labour intensive process to implement?

    WordPress and BuddyPress should be able to handle this. The 2 levels of members you speak of could be either BuddyPress member types, or WordPress roles.

    However, there is one tricky part. People need to be able to search for each event…

    [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