-
Paul Gibbs posted on the forum topic sync uploads folder across multiple servers in the group How-To and Troubleshooting: 14 years, 11 months ago
Items other than avatars are likely not to do with WordPress, so it may be worth broadening your search efforts to look for multisite-specific techniques. As far as I can tell, the s3 avatar upload code was never released publically (or if it was, I can’t find it)
-
Paul Gibbs posted on the forum topic sync uploads folder across multiple servers in the group How-To and Troubleshooting: 14 years, 11 months ago
The crop code is a bit hidden, but after upload, it stores the image somewhere in wp-uploads. After the crop, it deletes that original and saves the crop. If I get time at work, I’ll look up the path (you could just view the img src for an avatar that has been uploaded. The easiest […]
-
Paul Gibbs posted on the forum topic BP Avatars do not display on MU blogs and comments in the group How-To and Troubleshooting: 14 years, 11 months ago
This *ought* to work fine in BP 1.2.8. If, however, you’re sure it isn’t (and it’s not an odd conflict with another plugin), please report a bug on https://trac.buddypress.org/, using your username & password from this site. Cheers!
-
Paul Gibbs posted on the forum topic [SERIOUS BUG] Score points don't fall to – but count in trillions instead. in the group Achievements: 14 years, 11 months ago
I spent quite a bit of time trying to recreate this, and I couldn’t figure it out. I’m assuming your achievements only have numerics, and not anything like commas or dashes (“3,000” etc). Any clues welcome 🙂
-
Paul Gibbs posted on the forum topic Date in profile is broken in latest BP release in the group How-To and Troubleshooting: 14 years, 11 months ago
Hey, you’re right. This affects BuddyPress 1.2.x, it seems to work on our latest dev version.
-
Paul Gibbs posted on the forum topic BBpress Forums Installation in the group Installing BuddyPress: 14 years, 11 months ago
You need to create a group, then it will create a forum for that group
-
Paul Gibbs posted on the forum topic All Old Topics in the Forum Page is Gone in the group How-To and Troubleshooting: 14 years, 11 months ago
If you did not change ANY wp/bp settings, then it’s not the fault of the software.
-
Paul Gibbs posted on the forum topic Arabic Group URLs in the group Creating & Extending: 14 years, 11 months ago
If you could report this as a bug on http://trac.buddypress.org using your username and password from this site, and provide some sample text we can
Copy and Paste in, I’ll take a look -
Paul Gibbs posted on the forum topic All Old Topics in the Forum Page is Gone in the group How-To and Troubleshooting: 14 years, 11 months ago
If, as is likely, you’re running on hosted servers, contact their support and ask them what’s going on — repairing might fix the tables, or they might be able to restore from a backup. Either way, if you haven’t done anything, it’s the host’s fault.
-
Paul Gibbs posted on the forum topic buddypress hook? in the group Welcome Pack: 14 years, 11 months ago
I’ve not looked at Gravity Forms in this detail, but the hook Welcome Pack uses is:
add_action( ‘xxxxxx’, ‘dpw_on_user_registration’ );
You could add that somewhere, just find out the action name and replace the ‘xxxxxx’. Note: the action will need to have the first argument as $user_id
-
Paul Gibbs posted on the forum topic Date in profile is broken in latest BP release in the group How-To and Troubleshooting: 14 years, 11 months ago
Can you report that as a bug on http://trac.buddypress.org please? Your username and password from this site will work there. Thanks.
-
Paul Gibbs posted on the forum topic Settings' gives me a blank page in the group Welcome Pack: 14 years, 11 months ago
Thanks for helping, @aces 🙂
-
Paul Gibbs posted on the forum topic Welcome Pack – Problem with Activation Key %s in the group Welcome Pack: 14 years, 11 months ago
Can you confirm that the account is definitely disabled BEFORE you click the link in the email (try logging in, does it let you?)
-
Paul Gibbs posted on the forum topic Which javascript files affect the activity stream filter? in the group How-To and Troubleshooting: 14 years, 11 months ago
wp-content/plugins/buddypress/bp-themes/bp-default/_inc/global.js <- all of the default theme javascript
-
Paul Gibbs posted on the forum topic Welcome Pack – Problem with Activation Key %s in the group Welcome Pack: 14 years, 11 months ago
What about Linux? The post is 7 months old. What problem are you having 🙂
-
Paul Gibbs posted on the forum topic WordPress Nightly Breaks Buddypress in the group How-To and Troubleshooting: 14 years, 11 months ago
It’s not to do with a global. It’s to do with calling the parent class’ WPDB(), and the fact that WP 3.2 is only supporting PHP 5+, the deprecated PHP4-style class constructors have been removed.
BuddyPress has recently patched these in trunk
-
Paul Gibbs posted on the forum topic Site feedback in the group Requests & Feedback: 14 years, 11 months ago
Wow, a two year six month thread zombie!
-
Paul Gibbs posted on the forum topic Upgrading Old WordPress MU + BuddyPress Setup in the group Installing BuddyPress: 14 years, 11 months ago
I’ll clarify when I say “upgrade BuddyPress”, I mean update the files and reactivate the plugin, then visit the plugins page in wp-admin. Then before the next step, deactivate BuddyPress. You won’t need to toggle between the BP Default theme during this.
-
Paul Gibbs posted on the forum topic Upgrading Old WordPress MU + BuddyPress Setup in the group Installing BuddyPress: 14 years, 11 months ago
Backup everything — entire web root folders and the SQL database. Check the backups work. It never hurts to keep a backup of the backup somewhere, perhaps on another computer. The idea being is that if you have to delete everything and start out from scratch, you know you’ll be able to get back to […]
-
Paul Gibbs posted on the forum topic How to make a country drop down list in profile field in the group How-To and Troubleshooting: 14 years, 11 months ago
You either would have to enter the list manually via the xprofile admin, or perhaps if you know SQL, import a script into the database that’ll add them for you
- Load More
@djpaul
Active 1 month, 2 weeks ago