Online/Offline indicator

XenForo Online/Offline indicator

</clown>

Loyal Member
clown submitted a new resource:

Online/Offline indicator - online indicator

Appearance -> Template Modifications ->
/admin.php?template-modifications/add

Template: message_macros
Modification key: any
Search type: Simple replacement
Find:
HTML:
<xf:avatar user="$user" size="m" defaultname="{$fallbackName}" itemprop="image" />
Replace:

HTML:
     <xf:if is="$xf.options.showMessageOnlineStatus && $user && $user.isOnline()">
                <div class="xgt-avatar2">
                        <div class="xgt-avatar-border2">...

Read more about this resource...
 
Back
Top Bottom