v1.2.2 -> 1.3.2RC1 @ vB4.1.10
it seems
this ist now broken?
PHP Code:
{vb:raw post.steamavatarfull}
{vb:raw post.steamavatar}
{vb:raw post.steamavatarmedium}
are empty
and it generates "empty" cache files for the users (if the cache has expired):
stc_.cached:
stc_7656119799<cut>.cached:
stc_7656119803<cut>.cached:
template:
Code:
<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img src="{vb:raw post.steamavatarfull}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" /></a>
normaly it's wrapped inside
Code:
<vb:if condition="$post['steamavatarfull']">
</vb:if>
but i removed that for testing. either way it doesn't work.
but as soon i look up a steamuser through ACP, respectively through my UCP, it displays everything fine and the cache is generated properly. from there on untill the cache expires again it also shows the avatar, from that "refreshed" user, in the template.