Forum Replies Created
-
In reply to: latest version and WordPress Mu 2.7
I just upgraded WPMU 2.7 R1627 to the final version of WPMU 2.7 running the latest BuddyPress trunk without any issues.
Sometimes the easiest approach is the best. I’ll start using the text file method for now.
Unfortunately I’m using the zip download from the trunk. Would be nice if BuddyPress displayed the revision number in the footer of the admin dashboard
In reply to: Next BPDEV plugin? Here your proposaldisable email activation on new sign-ups. I know it’s more of an MU specific plugin, but there are a LOT of people who could use this (including myself!)
In reply to: bp_core_avatar_v1 returns local path to avatarFixed. I added the stripslashes function around the post value to remove the double slashes back to single slashes. I updated the ticket as well:
https://trac.buddypress.org/ticket/265
Not sure I updated the ticket properly so feel free to fix if it’s wrong.
In reply to: bp_core_avatar_v1 returns local path to avatarWell I found the problem, now trying to figure out a good solution.
The form field orig on the final crop page holds this value:
<input type=”hidden” name=”orig” value=”
Websitesdirectory/wp-content/blogs.dir/1/files/avatars/1//logo.png” />Which is correct. When the value is posted and displayed it comes out like this:
\Websites\WebsitesPHP\directory/wp-content/blogs.dir/1/files/avatars/1/logo.jpgFor some reason posting that value is adding an extra backslash to each backslash in the URL.
Working on a solution now
In reply to: bp_core_avatar_v1 returns local path to avatarWorking on this today. I’ll post any updates
In reply to: bp_core_avatar_v1 returns local path to avatarFound it: https://trac.buddypress.org/ticket/265
In reply to: bp_core_avatar_v1 returns local path to avatarNice to know I’m not the only one. I didn’t see a ticket for this in trac, but I’m assuming there is one correct?