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
and I have result
I trying to debug and see that request from my widget doesn't have "avatar_date".
How I can fix it?
To show avatars I'm using code
Code:
<xen:avatar user="$thread" size="s" img="true" />
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>
I trying to debug and see that request from my widget doesn't have "avatar_date".
How I can fix it?