masterchief
Well-known member
1.0.4? I did the steps. Uploaded to FTP Client. Then tried uploading to Xenforo add on platform, gives an error for a callback method??
make sure you placed uploads in desired folders
1.0.4? I did the steps. Uploaded to FTP Client. Then tried uploading to Xenforo add on platform, gives an error for a callback method??

How would I disable showing the offline status? Only show online or invisible?
.UserOnline, .UserOffline, .UserOnlineInvisible
    {
        font-family: arial black;
        text-transform: uppercase;
        text-shadow: 0px 1px 1px #000000;
        font-size: 11px;
        color: #ffffff;
        background: @primaryLight url('@imagePath/xenforo/gradients/category-23px-light.png') repeat-x top;
        padding: 1px 5px;
        margin: -5px;
        border: 1px solid @primaryLight;
        border-radius: 3px;
        border-top-right-radius: 0px;
        display: block;
        float: inherit;
        position: relative;
        box-shadow: 1px 1px 3px rgba(0,0,0, 0.25);
    }
        .UserOnline span, .UserOffline span, .UserOnlineInvisible span
        {
            background-color: @primaryLight;
            border-top-right-radius: 3px;
            position: absolute;
            top: -4px;
            right: -1px;
            width: 5px;
            height: 4px;
        }
.UserOffline {display: none !important;}
To get the green dot I posted above, just empty the span like so: <span class="userOnline"></span>
    <template title="message_user_online" version_id="3" version_string="1"><![CDATA[<span class="user{$userStatus.class}">{$userStatus.text}</span>]]></template> 1.1 Beta1 installed.
   1.1 Beta1 installed.WorksCan anyone verify this works with 1.1 beta 5?

does this still work in 1.1? the online and offline does but I cannot stylize it in anyway... frustrating...

Just wanted to say thanks for this mod - I'm using it on my XF 1.1 CycleChat site in conjunction with ribbons CSS (here: http://xenforo.com/community/threads/show-user-is-online.8236/) and have put the ribbon overlay at the top left to suit my own preferences:
View attachment 22427
When I log out the dot does not disappear. How come?See my post here for the ribbon: http://xenforo.com/community/threads/show-user-is-online.8236/page-7#post-127330
For the dot do this:
message_user_online
Code:<span class="user{$userStatus.class}"></span>
EXTRA.css
Code:/* Online indicator */ .userUserOnline { position: absolute; right: 3px; top: 3px; height: 6px; width: 6px; border-radius: 3px; background-color: #009900; } .userUserOnlineInvisible { position: absolute; right: 3px; top: 3px; height: 6px; width: 6px; border-radius: 3px; background-color: #CC0000; }
We use essential cookies to make this site work, and optional cookies to enhance your experience.