By Jordan Weinstein on Tuesday, 17 May 2016
Posted in Technical Issues
Replies 3
Likes 0
Views 704
Votes 0
Hi,

In ES 1.4.9 (PHP 7):

Overriding default profile cover works by adding:

templates/rt_galatea/html/com_easysocial/covers/user/default.jpg

But for avatars, cannot get this to work even by adding

templates/TEMPLATE/html/com_easysocial/avatars/user/square.png

or

templates/TEMPLATE/html/com_easysocial/avatars/user/default.jpg

Any suggestions here?

Have tried other combos (seen in attached image)

Jordan
Try following path and see how it goes.


// with s -> users
// struture JoomlaFolder/templates/yourTemplate/html/com_easysocial/avatars/users/{size}.png

JoomlaFolder/templates/yourTemplate/html/com_easysocial/avatars/users/square.png
·
Tuesday, 17 May 2016 00:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex,

What seems to happen is that override works when viewing someone's profile; however, when viewing it on the registration (in my case step 3) it doesn't show the over-ridden image but the default image. So perhaps the override doesn't work. I added the registration link to main post.

Jordan
·
Tuesday, 17 May 2016 05:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jordan,

It seems like there was a bug in our end where easysocial will not get the override avatar during registration process. I will log this into our codebase so that our developers can fix the issue during the next release of easysocial.

Thank you for your kind understanding.
·
Tuesday, 17 May 2016 11:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post