XF 2.0 Show post counter in "Current visitors"

Hello all,

I still had Xenforo 1, but I recently switched to Xenforo 2.

Is there a way to have the post counter appear on the "Current visitors" page in Xenforo 2, as it was with Xenforo 1?


Thanks in advance.
Cédric Vleminckx
 
Edit template: online_list
Find:
HTML:
                                    <h3 class="contentRow-header"><xf:username user="$activity.User" rich="true" /></h3>
Replace:
HTML:
                                    <h3 class="contentRow-header"><xf:username user="$activity.User" rich="true" /> Posts: {{$activity.User.message_count}}</h3>
 
Top Bottom