-
Paul Gibbs updated the Version 2.2.5 page, on the BuddyPress Codex 7 years, 11 months ago
Version 2.2.5 is a BuddyPress security release.
For Version 2.2.5, the database version (bp_db_version in wp_options) was 9181, and the Trac revision was r11331.
Fixes
* Avatars: improve robustness of crop […] -
Paul Gibbs updated the Version 2.3.6 page, on the BuddyPress Codex 7 years, 11 months ago
Version 2.3.6 is a BuddyPress security release.
For Version 2.3.6, the database version (bp_db_version in wp_options) was 10071, and the Trac revision was r11330.
Fixes
* Avatars: improve robustness of crop […] -
Paul Gibbs updated the Version 2.4.4 page, on the BuddyPress Codex 7 years, 11 months ago
Version 2.4.4 is a BuddyPress security release.
For Version 2.4.4, the database version (bp_db_version in wp_options) was 10071, and the Trac revision was r11329.
Fixes
* Avatars: improve robustness of crop […] -
Paul Gibbs updated the Version 2.5.4 page, on the BuddyPress Codex 7 years, 11 months ago
Version 2.5.4 is a BuddyPress security release.
For Version 2.5.4, the database version (bp_db_version in wp_options) was 10469, and the Trac revision was r11328.
Fixes
* Avatars: improve robustness of crop […] -
Paul Wong-Gibbs replied to the topic Repeatable Field groups required in the forum How-to & Troubleshooting 7 years, 11 months ago
I looked into this a while ago. I don’t know if any plugins have provided it — if so, the code will be hacky — because achieving this requires changing some data storage we do in BuddyPress, which is a bit of a complicated issue to resolve well.
-
Paul Wong-Gibbs replied to the topic Fatal error PHP 7.1 in the forum Installing BuddyPress 7 years, 11 months ago
The situation is BuddyPress is incompatible with PHP 7.1 as things stand. One issue means a fix in BuddyPress (which we’ve already fixed, and will have out in a release soon, but probably after Christmas), and the other issue I’ve found (which BP sites have a realistic site of running into) require a fix in WordPress, which I hope that team will…[Read more]
-
Paul Wong-Gibbs replied to the topic [Resolved] Error update 2.5.3 –> 2.7.3 in the forum How-to & Troubleshooting 7 years, 11 months ago
Shouldn’t be. Ask your host to get you your server’s PHP Error log. It’ll be full up of stuff, if you’re getting 500s.
Then, post that here, and we’ll help identify where the errors coming from.
-
Paul Wong-Gibbs replied to the topic Fatal error PHP 7.1 in the forum Installing BuddyPress 7 years, 11 months ago
Keep an eye on https://buddypress.trac.wordpress.org/ticket/7392
-
Paul Wong-Gibbs replied to the topic Fatal error PHP 7.1 in the forum Installing BuddyPress 7 years, 11 months ago
I don’t disagree but until someone sets up PHP 7.1 locally, tests and patches everything, which is then signed-off by a regular contributor (also requiring a PHP 7.1) process, things are going to move slow. This is a volunteer project. Hopefully by next week we should see some fixes.
-
Paul Wong-Gibbs replied to the topic Fatal error PHP 7.1 in the forum Installing BuddyPress 7 years, 11 months ago
Okay. The story is that PHP 7.1 is supported by WordPress 4.7 (or newer). Likewise, BuddyPress will need at least that version, too.
We’re currently tracking some unit test failures in PHP 7.1 (see the very bottom of https://travis-ci.org/buddypress/BuddyPress), but we’ve not figured out if they are our bugs, or some bug in WordPress core.…[Read more]
-
Paul Wong-Gibbs replied to the topic Fatal error PHP 7.1 in the forum Installing BuddyPress 7 years, 11 months ago
Thanks for finding that one.
I’m trying to get someone from the WordPress team to confirm some details on their PHP 7.1 support, and once I have that, I’ll reply here again.
-
Paul Gibbs updated the BuddyPress Release Leads and Deputies page, on the BuddyPress Codex 7 years, 11 months ago
The release lead works with all contributors to ensure the success of the release. The role blends aspects of being a product manager, project manager, engineering manager, release manager, and community manager. […]
-
Paul Gibbs updated the BuddyPress commit access page, on the BuddyPress Codex 7 years, 11 months ago
What is commit access?
The code that comprises BuddyPress is written by volunteers. Anyone who wants to suggest an improvement or a bugfix to the BP codebase is welcome to do so, by submitting their proposed […]
-
Paul Wong-Gibbs replied to the topic Display user country flag in the forum How-to & Troubleshooting 8 years ago
Well, debug what
bbp_get_reply_author_id
is, etc. It looks like it should work, but I don’t know where exactly you’re adding this code (if it’s outside the reply templating loop, it won’t work, I’m guessing) — and this is something you should just debug locally until you figure it out. -
Paul Wong-Gibbs replied to the topic Xprofile dynamic drop-down content not saving in the forum How-to & Troubleshooting 8 years ago
Yes. The option values themselves are stored in the database, and they need to be there to verify that the submitted form data is valid.
-
Paul Wong-Gibbs replied to the topic Display user country flag in the forum How-to & Troubleshooting 8 years ago
Hi @davehakkens
bp_member_profile_data() defaults to the current user in the members loop… It is probably coincidence this is the thread starter user, but I can’t remember how bbPress interacts with it.
What I think you want to do is
bp_get_member_profile_data(array('field'=>'country', 'user_id' => bbp_get_reply_author_id()))
That way you’re…[Read more]
-
Paul Wong-Gibbs replied to the topic Oembed for actives in the forum Requests & Feedback 8 years ago
They ARE. See https://codex.buddypress.org/activity-embeds/
-
Paul Wong-Gibbs replied to the topic Localized time stamp broken with 2.7 update in the forum How-to & Troubleshooting 8 years ago
@r-a-y Since you worked on this. Any ideas?
-
Paul Wong-Gibbs replied to the topic BP 2.7.0 – Problem uploading profile pictures and personal gallery media in the forum How-to & Troubleshooting 8 years ago
@Scaffies (@jenfilgate i’m going to ASSUME you have EXACTLY the same issue, otherwise you should make your own forum topic)
You said:
type “Subscriber” / “Participant” can no longer upload new profile pictures, or pictures, video, or audio to their personal galleries
BuddyPress doesn’t have “personal galleries” built-in. We only support uploadi…[Read more]
-
Paul Wong-Gibbs replied to the topic New date picker and profile field in the forum How-to & Troubleshooting 8 years ago
@r-a-y Did the livestamp changes in 2.7 affect how we’re storing the field *value*?
- Load More
@djpaul
Active 2 months, 2 weeks ago