Forum Replies Created
-
@prashantvatsh the condition is ok, the problem is that even if I include buddypress.js or buddypress-nouveau.js its not working
any news about it @prashantvatsh thanks
Thanks, I’ve tried the code but its not working with both nouveau and legacy
@prashantvatshno, I know how to add the add-friend button but do I need to include the buddypress js somewhere to make it works with ajax? thanks
Thank you (y)
@shanebp @henrywright
it’s a buddypress bug, I’ve added a fix here: https://buddypress.org/support/topic/bug-report-class-bp-attachment-avatar-php/
hope it will be included on next update (soon)can anybody try to upload a new member avatar and check if the thumb size is different from full size?
If you confirm that it works I ll try with another hosting
Thank You@henrywright Buddypress is the only plugin
@henrywright wp-content/plugins/bp-custom.php (but even if I delete it same problem)
I should be something related the my server configuration since everything is default@henrywright inside bp-custom.php but I have the same problem even if I don’t add them.
@henrywright I open the images url in a new window…
All wp settings are default@shanebp My media settings:
Thumbnail size 150×150
Medium size 300×300
Large size 1024×1024even if I add:
define ( ‘BP_AVATAR_THUMB_WIDTH’, 200 );
define ( ‘BP_AVATAR_THUMB_HEIGHT’, 200 );
define ( ‘BP_AVATAR_FULL_WIDTH’, 500 );
define ( ‘BP_AVATAR_FULL_HEIGHT’, 500 );
bpthumb are 500px same as bpfull