-
mwaterous posted on the forum topic Avatar Upload Issues in the group How-To and Troubleshooting: 14 years, 6 months ago
PS: I read page one, and this page of the thread, so if anybody else has already pointed out the above, oops! Apparently I posted too soon… Instead of editing the first item on line 288, the constant itself should be updated on line 17 of bp-core-avatars.php so that it looks like the following; define( ‘BP_AVATAR_URL’, […]
-
mwaterous posted on the forum topic Avatar Upload Issues in the group How-To and Troubleshooting: 14 years, 6 months ago
Temporary fix? Open bp-core-avatars.php and around line 288 you should see the following: $bp->avatar_admin->image->url = str_replace( WP_CONTENT_DIR, BP_AVATAR_URL, $bp->avatar_admin->image->dir ); Replace it with: $bp->avatar_admin->image->url = str_replace( WP_CONTENT_DIR, BP_AVATAR_URL . ‘/wp-content’, $bp->avatar_admin->image->dir ); …this…[Read more]
-
mwaterous joined the group How-To and Troubleshooting 14 years, 6 months ago
-
mwaterous posted on the forum topic SVN for BuddyPress plugins? in the group Creating & Extending: 14 years, 6 months ago
Seems like I should have connected the dots on that one; I’ve been so busy lately that when I looked through the repository here, the fact that it emulated the repository there didn’t immediately clue me in that they weren’t separate entities. I figured it was just a little brother / big brother scenario. Thanks […]
-
Mark posted an update 14 years, 6 months ago
@anabel4you No way to ignore people? Shouldn’t that be part of core, or am I just really blind?
-
mwaterous started the forum topic SVN for BuddyPress plugins? in the group Creating & Extending: 14 years, 6 months ago
Is there a public SVN repo similar to wp-plugins.org for all the BuddyPress plugins? I’d much prefer to maintain them through SVN if I can. 🙂
-
mwaterous joined the group Creating & Extending 14 years, 6 months ago
-
mwaterous posted on the forum topic Integrate WordPress profile fields in the group Requests & Feedback: 14 years, 6 months ago
I kind of figured there was slim chance that I was the only person to ever encounter this and wonder about it… in fact I should have looked on trac first before I posted, because I just discovered xprofile_sync_wp_profile() and ticket #2315. I’m going to have to look closer at it when I get time […]
-
mwaterous started the forum topic Integrate WordPress profile fields in the group Requests & Feedback: 14 years, 6 months ago
While working on the registration page for a new BuddyPress enabled WPMS site, it occurs to me that the profile fields between the two systems don’t automatically integrate with eachother. I didn’t see any other topics relating to this, so if I missed it, please feel free to direct me to those conversations! In the […]
-
mwaterous joined the group Requests & Feedback 14 years, 6 months ago
@delayedinsanity
Active 1 year, 3 months ago