-
Paul Wong-Gibbs replied to the topic Members can't update their own passwords in the forum Miscellaneous 10 years, 1 month ago
We (the project, BuddyPress) recommend that you do not use W3TC’s Object Caching support. There is a bug in it that causes the password hash to be reset when a user is updated. This is a bug in W3TC and not BuddyPress, and we are not going to workaround the issue in BuddyPress just to support a bugged plugin.
-
Jasper replied to the topic IMPORT / EXPORT BUDDYPRESS DATA in the forum How-to & Troubleshooting 10 years, 1 month ago
I have already partially tested the above plugin and can testify it has made life very easy exporting and moving all the profile photos over from the old site to the new site. Many thanks to the developer for doing this.
-
Jasper replied to the topic IMPORT / EXPORT BUDDYPRESS DATA in the forum How-to & Troubleshooting 10 years, 1 month ago
@manishkrag Many thanks 🙂
-
Julian M replied to the topic Add friend and Join Group buttons – Are you sure you want to do this? Error in the forum How-to & Troubleshooting 10 years, 1 month ago
Got the same erorr.
It’s pity. Why this plugin is so hard coded?
Why I cannot see log files with errors or change environment to development/production?WordPress v4.4.2 (single site)
Buddypress v2.5.2 -
Paul Wong-Gibbs replied to the topic Why People Do Not Use RealNames/Images on Forums? in the forum Miscellaneous 10 years, 1 month ago
I think it comes down to privacy, and what how much a person wants to share to a specific community. I’m much more open in this WordPress community than I am in communities for various video games i’m involved with, for example.
-
Paul Wong-Gibbs replied to the topic Parameter 1 valid call back error in the forum How-to & Troubleshooting 10 years, 1 month ago
It’ll be BuddyPress in conjunction with something else. What theme are you using? What other plugins are active?
-
Henry Wright replied to the topic [Resolved] image exceeds the maximum upload size – but it's only 11KB in the forum How-to & Troubleshooting 10 years, 1 month ago
That’s great to hear 🙂
I just bumped the value to 5mb. Feel free to change the
5120000value to anything that suits you. -
completas's profile was updated 10 years, 1 month ago
-
Henry Wright replied to the topic [Resolved] image exceeds the maximum upload size – but it's only 11KB in the forum How-to & Troubleshooting 10 years, 1 month ago
Can you try adding this to your theme’s functions.php:
add_filter( 'bp_core_avatar_original_max_filesize', function() {
return 5120000; // 5mb
} ); -
Andrew Tibbetts replied to the topic Groups Default Sort By Alpha in the forum How-to & Troubleshooting 10 years, 1 month ago
So, instead of modifying the
bp_has_broupsquery in the template, I figured I needed to do an if / else to check if the user has not set the sort option yet. To do that, inbp-custom.phpI hooked in to thebp_ajax_querystringfilter:add_filter( 'bp_ajax_querystring', 'mediclique_bp_ajax_querystring', 32, 2 );[Read more]
function… -
Andrew Tibbetts started the topic Groups Default Sort By Alpha in the forum How-to & Troubleshooting 10 years, 1 month ago
How can I set the main list of Groups be sorted by
Alphabeticalby default instead ofLast Active? I can modify thebp_has_groupsquery in the template with&type=alphabeticalbut then the dropdown will no longer affect the sort when changed.WP: 4.4.2
BP: 2.5.2 -
Henry Wright replied to the topic [Resolved] image exceeds the maximum upload size – but it's only 11KB in the forum How-to & Troubleshooting 10 years, 1 month ago
Can you try ruling out your set up?
Disable all plugins (aside from BuddyPress) and activate Twenty Fifteen. Then try uploading a profile pic. If that test works then we can safely say your server is working as it should be.
-
Henry Wright replied to the topic [Resolved] image exceeds the maximum upload size – but it's only 11KB in the forum How-to & Troubleshooting 10 years, 1 month ago
That’s a strange one. 11kb is tiny. Can you try another image? Perhaps make a copy of the profile image you used here on this forum.
-
Henry Wright replied to the topic Only images in activity stream in the forum How-to & Troubleshooting 10 years, 1 month ago
You’d need to remove the post update form and perhaps provide a image upload button instead. How comfortable are you with PHP?
-
@mercime updated the Configure BuddyPress page, on the BuddyPress Codex 10 years, 1 month ago
After activating BuddyPress, you will be automatically redirected to the BuddyPress Welcome Screen if this is the first time you’ve activated BuddyPress or if you’ve just upgraded BuddyPress. After taking some […]

-
@mercime updated the Configure BuddyPress for Multisite page, on the BuddyPress Codex 10 years, 1 month ago
After activating BuddyPress, you will be automatically redirected to the BuddyPress Welcome Screen if this is the first time you’ve activated BuddyPress or if you’ve just upgraded BuddyPress. After taking some […]

-
Henry Wright replied to the topic [Resolved] image exceeds the maximum upload size – but it's only 11KB in the forum How-to & Troubleshooting 10 years, 1 month ago
Hi @ma3ry
Can you post the error message you’re getting?
-
Paul Wong-Gibbs replied to the topic Remove BuddyPress Without Losing Blog Posts in the forum Installing BuddyPress 10 years, 1 month ago
Just deactivate BuddyPress. It won’t break anything.
Thanks for trying BuddyPress!
-
Paul Wong-Gibbs replied to the topic Email Notifications not sending in the forum How-to & Troubleshooting 10 years, 1 month ago
I’ll continue to give this thought. If WordPress emails are sent without ANY plugin or customisation, I am not sure why BuddyPress emails aren’t being sent — we put a lot of work into the v2.5.2 release to try to fix this exactly situation/problem.
-
Paul Wong-Gibbs replied to the topic Parameter 1 valid call back error in the forum How-to & Troubleshooting 10 years, 1 month ago
Unfortunately, that error message isn’t super-useful to pinpoint where the problem might be.
On my dev environment, I have no trouble running WP-CLI commands.What theme are you using? What other plugins are active?
- Load More