XF 1.5 Avatars in custom sidebar

GoreLite

Member
I'm trying insert last posts widget in custom sidebar, but avatars in thread list have default image.

To show avatars I'm using code
Code:
<xen:avatar user="$thread" size="s" img="true" />
and I have result
Code:
<a data-avatarhtml="true" class="avatar Av1s" href="members/raingod.1/"><img width="48" height="48" alt="Raingod" src="styles/default/xenforo/avatars/avatar_s.png"></a>
2016-05-26_23-49-41.webp

I trying to debug and see that request from my widget doesn't have "avatar_date".
2016-05-26_23-56-53.webp
How I can fix it?
 
Top Bottom