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.
I think i find the right place to change that in node_list_forum line 119.
But no matter what I do the result always looks like this.
Maybe someone can help me?
I want to show mini size avatars in forum list participants in the last post, instead of just the name.
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.
Maybe someone can help me?