online users

  1. SkinsForum

    XF 2.1 footer how can I show the number of online users?

    hello footer how can I show the number of online users? this did not happen {'total': number($online.counts.total) }
  2. R

    XF 2.0 Customizing avatar style in template

    I've modified the widgets_template_online template to display avatars instead of text for members: Replacing: <ul class="listInline listInline--comma"> <xf:foreach loop="$online.users" value="$user"> <xf:trim> <li><xf:username user="$user" rich="true" class="{{...
Back
Top Bottom