Status indicator online or offline

Unmaintained Status indicator online or offline

Compatible XF 2.x versions
  1. 2.0
Additional requirements
message_macros
Visible branding
No
Hi,

Today I share a tutorial under xenForo 2.0 : Status indicator online or offline !

In your template message_macros find :
Code:
<span class="message-userArrow"></span>

Add this before :
Code:
<xf:if is="$user.isOnline()">
    <div class="onlineON">Online</span></div>
<xf:else />
     <div...
You do not have permission to view the full content of this resource. Log in or register now.
Author
SyTry
Views
1,398
First release
Last update

Ratings

5.00 star(s) 1 ratings

Latest reviews

Basic but very useful, a small modification and a very good rendering. I recommand it if you need visual customization!
SyTry
SyTry
Thanks!
Top Bottom