BuddyPress 1.6.3 released
-
BuddyPress 1.6.3 is now available. It fixes issues with avatar cropping and replying to activity comments. It’s strongly recommend you update to 1.6.3 asap.
-
That’s great! I’ve just updated to 1.6.3. The avatar cropping works just fine but still the reply to activity comments issue ( the white page with a 0 displaying issue).
@amalsh Make sure you’ve flushed browser cache and if you are using a child theme make sure it’s updated.
Oh man
I’ve made a lot of changes on bp-default, and now? will lost everything right?@somdefabrica if you edited the files inside the BuddyPress folder, yes, you will loose changes.
Hi modemlooper,
I flushed the browser cache and tried again, still the same issue :S redirection to /wp-admin/admin-ajax.php#ac-form-267 with a white page and 0 displaying.Are you using the default theme?
No, I’m using “Custom Community” free theme. When I changed to the default theme, the problem disappeared. the fix is in the default theme? If so, what can I modify to fix this issue in “Custom Community” theme?
If custom theme has a folder _inc replace the javascript files and ajax.php replace them with same file in bp-default
Nice! I replaced global.js file of bp-default & now it’s working properly.
Thank you.
Yay! The avatar selector works much better, thank you!
I did noticed i potential issue. I had just recently installed the bp profile field custom visibility plugin:
As far as I noticed, it was working fine before the update. Now, when a user selects the “Admin only” visibility option for a profile field, that field is no longer visible or editable to them. For all intensive purposes, it disappears.
Is there any way to fix this?
Hmmm, the link didn’t work. Let’s try this dance again. This is the link for the plugin mentioned above.
https://github.com/boonebgorges/bbg-custom-bp-field-visibility
That plugin is not to be used. It’s just a demo.
So how do we go about achieving an “admin only” option?
Its being added to BP 1.7
I’ve just updated and everything disappeared. I did backup the files using WordPress EZ Backup but don’t know how to get them back again. All of the code and the files seem to be there, but all that is visible on the site is a wallpaper. Is there a setting that needs to be changed to activate everything again?
Yikes!
Hi
My avatar cropping is still corrupted . I test the default theme and it doesn’t work .
replying to comment work in default but not in my own theme !!!!
It’s very strange
Replying to comments is now working properly but not cropping yet !
Great! It’s working for me
Thanks!!Avatar crop still not working for me too…
Work for me … but I need delete buddypress, and install again.
Thanks Buddypress, love it, from Brazil \o
Great work. I’m running a site with separate Group avatar (horizontal) and Member avatar sizes (square). I still don’t see an option to allow separate size cropping for these. Since I have horizontally oriented group images, I have to make my users create gravatar accounts at the moment. Is this planned for 1.7?
Thanks
No changes to avatar cropping planned for BP 1.7. Rewriting the crop code to support horizontal images is something we want to do, but I’m not sure when it will happen.
@djpaul – are you in charge of http://phpxref.ftwr.co.uk/buddypress/ ?
Seems like it’s showing the 1.7 source ?
At least, that’s what bp-loader says.Any way to insure that we view an 1.6.x version ?
Obviously I don’t know much about phpxref, but I like how compact it is, handy.
No, ftwr.co.uk is Peter Westwood’s site.
global.js in the default template still has calls to jQuery .live() function which is no longer supported and causes javascript errors, which stops other javascript from running on the page.
To fix it I replaced the .live() calls to .on()
Also the scrollTo code has a reference to .safari which is also throwing a javascript error.
To fix this one I downloaded jquery.scrollTo-1.4.3.1-min.js and replaced the reference to .safari with the code used in version 1.4.3.1
You must be logged in to reply to this topic.