- Compatible XF Versions
 - 2.0
 
- Visible Branding
 - No
 
In your template message_macros find :
	
	
	
		
	
		
						
		Code:
	
	<span class="message-userArrow"></span>
	- Add this before :
 
		PHP:
	
	<xf:if is="$user.isOnline()">
    <div class="onlineON">Online</span></div>
<xf:else />...
	
							You do not have permission to view the full content of this resource.
							
								Log in or register now.