Resource icon

Unmaintained [1.4] online status Indicator 1

No permission to download
This will change the online status indicator from the default dot to a triangular shaped online status indicator. Simply upload the image into your /icons folder and then add the following into your Extra.css template.

Code:
.message .messageUserBlock div.avatarHolder .onlineMarker {
  left: 100px;
  top: 10px; }

@media (max-width:480px) {
.Responsive .messageUserBlock div.avatarHolder  .onlineMarker {
  left: 47px !important;
  top: 5px !important; }
}

Then venture into the for that specific style Message Elements >> Author Online Status Indicator and ensure you input the settings exactly as the screenshot show below.

Image path @imagePath/xenforo/icons/online-indicator.png (as seen in the screenshot)

Screenshot_35.webp



Screenshot_32.webp
Screenshot_31.webp
Screenshot_36.webp
Screenshot_37.webp
Author
Shelley
Downloads
145
Views
2,057
First release
Last update

Ratings

5.00 star(s) 3 ratings

Latest updates

  1. CSS Fixed

    Fixed css in the main resource post.

Latest reviews

Thanks :)
Guess who is back!!!

Nice one as always.
Makes the online indicator look way more polished than the default!
Top Bottom