XF 2.1 Displaying latest registered users avatar next to name

JoyFreak

Well-known member
Currently got this:
194152

With this:
<xf:avatar user="{$forumStatistics.latestUser}" size="xxs" /><xf:username user="{$forumStatistics.latestUser}" />

But looks like it's wrong due to giving a "?". What element would I need to use?
 
Top Bottom