Status indicator online or offline

XenForo Status indicator online or offline

Styling

Supervisor
  • Thread starter
  • Moderator
  • #1
Styling submitted a new resource:

Status indicator online or offline - Template Modifications

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 />
     <div class="offlineOFF">Offline</span></div>
</xf:if>
  • Add this in your template EXTRA.less :
Less:
/*online - offline*/
.onlineON{
    background: #32CD32;
    padding: 5px;
    text-align: center;
    border-radius: 0 0 5px 5px...

Read more about this resource...
 
  • Tags
    status indicator online or offline xenforo status indicator online or offline آنلاین و آفلاین نشانگر وضعیت آنلاین یا آفلاین
  • Back
    Top Bottom