Resource icon

Online/Offline avatar indicator like instagram

Compatible XF 2.x versions
  1. 2.0
  2. 2.1
  3. 2.2
message_macros in

Code:
<xf:avatar user="$user" size="m" defaultname="{$fallbackName}" itemprop="image" />

Find and replace with the bottom.

Code:
     <xf:if is="$xf.options.showMessageOnlineStatus && $user && $user.isOnline()">
                <div class="xgt-avatar2">
                        <div...
You do not have permission to view the full content of this resource. Log in or register now.
Top Bottom