Theme editor



Resource icon

How To Animated flashing online and offline frame

thxf.org thxf.org is verified member.

Administrator
Staff member
Admin
Thread owner
thxf.org ได้ส่งไฟล์ใหม่:

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...

อ่านเพิ่มเติมเกี่ยวกับไฟล์นี้...
 




Back
Top Bottom