moro89
Forum Replies Created
-
Thank you for your response, Peter. I believe that it’s a feature in high demand, according to many requests from others I saw here and elsewhere. I hope that you can provide this feature asap so that you can provide a more comprehensive feature coverage to all your users.
I’m waiting for the update… Please make it available quickly.
Thanks again! 😊Thanks for the reply…
I found out that it was a bug caused by a plugin conflict…
Things are resolved now.. Thanks! 😊Forum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Avatar issueI managed to fix the situation using this code at line 131:
$content.= '<a href="' . bp_core_get_userlink($data->ID, false, true) . '">' . bp_core_fetch_avatar(array('object' => 'user', 'type' => 'thumb', 'width' => 50, 'height' => 50, 'item_id' => $data->ID));You should include it as an update for everyone to use it. It took me plenty of effort to make it there 🙂
Thanks for your help.. Cheers 🙂
Forum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Avatar issueI got no change here.. Still getting large avatars in the box… Are you sure you fixed it?!
FYI I use OneAll Social Login plugin to acquire user avatars… If you find a conflict out there with this plugin, you should work on it asap..Forum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Avatar issueWhich parameters can be added there? The avatar size in this case should be a thumbnail, which is not the case here, and this distorts the general appearance of the profile page in a painful manner.