Fixed Sitemap avatar of user dont get final image

truonglv

Well-known member
Hi. Maybe its as designed but you are force all user to gravatar :)
PHP:
$avatarUrl = XenForo_Template_Helper_Core::getAvatarUrl($entry, 'l');

Its wont work if you have custom addon for avatar :)
 
I presume you're referring to it not using the avatar helper? I have adjusted that.

But I really don't know what "force all user to gravatar" means.
 
For example I used my addon Minecraft Avatar. So when rebuild sitemap the image url from gravatar not of my addon :)
 
I'm going to call using the helper as fixing this, but regardless it's something your add-on would need to handle.
 
Top Bottom