- Compatible XF 2.x versions
- 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 :
Add this before :
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.