Offline  status indicator

Offline status indicator 2014-08-15

No permission to download
The Add-on in the link user BoomBoomUlli posted bevor is horrible. But this post is now deletet. (i think it was spam or he deletet it by self ) So my post is now obsolete and it can deletet.

It has nothing to do with your add-on Allan. Its all ok now. ;) :)
 
The Add-on in the link user BoomBoomUlli posted bevor is horrible. But this post is now deletet. (i think it was spam or he deletet it by self ) So my post is now obsolete and it can deletet.

It has nothing to do with your add-on Allan. Its all ok now. ;) :)
No problem :)
 
This may be a dumb question, but will this work for 1.3.x? I prefer this over the ribbon next to your avatar.
 
I am online, but my status as offline in a quick reply. I deleted status in quick reply by adding the condition:
Code:
<xen:if is="{$user.isOnline}">
<span class="Tooltip onlineMarker" title="{xen:phrase online_now}" data-offsetX="-22" data-offsetY="-8"></span>
<xen:else />
<xen:if is="!{$isQuickReply}">
<span class="Tooltip offlineMarker" title="Оффлайн" data-offsetX="-10" data-offsetY="-8"></span>
</xen:if>
</xen:if>
 
Top Bottom