-
@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 […]
-
Henry Wright replied to the topic is_404() triggered on every BuddyPress page in the forum How-to & Troubleshooting 8 years, 10 months ago
-
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_nicenameanddisplay_name.In general,
display_nameis used on the front end to display the user’s name. This might be the same asuser_loginbut more often it’s the user’s first name and last name.user_loginis the string used to authenticate the user when logging in.user_nicenameis usually the same asus…[Read more] -
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
-
Henry Wright replied to the topic Import Might Network to BP in the forum Creating & Extending 8 years, 10 months ago
I’m not aware of a plugin that can do this. You might need to use a custom solution.
-
beckyH's profile was updated 8 years, 10 months ago
-
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?
-
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 […]
-
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?
-
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
…


I’m using WordPress 4.8
I’m using BuddyPress 2.8.2Thank you in advance
Cheers
Jason -
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]
-
Yiannos's profile was updated 8 years, 10 months ago
-
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] -
websquad's profile was updated 8 years, 10 months ago
-
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).
-
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
-
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.
-
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]
-
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_argsfilter to modify the activity stream (remove admin items). Check out this helpful article: -
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…
- Load More