• During registration a specific email will be required. Only gmail.com & outlook.com" .
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Support.
Resource icon

Animated flashing online and offline frame

XenModz

Administrator
XenModz submitted a new resource:

Animated flashing online and offline frame - Animated flashing online and offline frame

Open the message_macros template of the theme you are using and find the following code:
HTML:
<xf:avatar user="$user" size="m" defaultname="{$fallbackName}" itemprop="{{ $includeMicrodata ? 'image' : '' }}" />


Replace with the following code:
HTML:
<xf:if is="$xf.options.showMessageOnlineStatus && $user && $user.isOnline()"> <div class="trxf-avatar2"> <div class="trxf-avatar-border2"> <xf:avatar user="$user" size="m" defaultname="{$fallbackName}" itemprop="image" />...

Read more about this resource...
 
Back
Top Bottom