XenModz
Administrator
XenModz submitted a new resource:
Animated flashing online and offline frame - Animated flashing online and offline frame
Read more about this 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...