XF 2.0 Avatars instead of name in forum list

kelle67

Well-known member
Hi,

I want to show mini size avatars in forum list participants in the last post, instead of just the name.

1515401767651.webp

I think i find the right place to change that in node_list_forum line 119.

Code:
<li class="node-extra-user"><xf:username user="{{ {'user_id': $extras.last_post_user_id, 'username': $extras.last_post_username} }}" /></li>

But no matter what I do the result always looks like this.

1515402429598.webp

Maybe someone can help me?
 
Top Bottom