[RT] Online Status Ribbon

[RT] Online Status Ribbon 1.3.7

No permission to download
How do I put the ribbon here:

owms.png


Also I want to replace the ribbons with an icon.
 
Is there a fix for the ribbon in responsive style beings broken up- see attachment.
 

Attachments

  • image.webp
    image.webp
    56.1 KB · Views: 59
This is what happens on Soft Responsive with your addon:
upload_2013-9-6_15-10-19.webp

Not sure if it's a style or an addon bug, but I assume an addon bug.
 
2 query every thread page .. Why ?

  1. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    AND title IN ('offline')
    Params: 2
    Run Time: 0.000173
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY81const,const1
  2. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    AND title IN ('online')
    Params: 2
    Run Time: 0.000179
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY81const,const1

Phrases should be not in database query i think ..
 
Is there any way to define a manual placement of the ribbon? Basically I'd like to place some code within my message_user_info template right after the username code, so I can have the image right next to the username.

Thanks. :)
 
It works on xf 1.2.2 but no matter what settings, I can't seem to place the online dot below the avatar or right from the user name.
 
No, it is displaying Online for invisible status.

Is there any solution out there? I would have uninstall this otherwise. :unsure:
Invisible users will show as online if you are have the bypass user privacy permission, otherwise they will show as offline.
 
Invisible users will show as online if you are have the bypass user privacy permission, otherwise they will show as offline.
Yes, I know that. I already have set to Never for all user groups including staff.
Here is Analyze Permissions result for user:
bypass.webp
But user is still able to see Invisible status as Online.
 
Yes, I know that. I already have set to Never for all user groups including staff.
Here is Analyze Permissions result for user:
View attachment 60301
But user is still able to see Invisible status as Online.
Well it definitely works correctly on my site, I've just tested it. So it's either a permission issue or something else.

Oh and you shouldn't be using Never, you should use Not Set (No). Never use Never (except in exceptional circumstances).
 
Tested on 1.2 and works great. Neat add-on but I prefer to use my own ribbons and did a little customization to it. Excellent work on this :thumbsup:

I can see members getting confused at my site now. :laugh:

online-indicators.webp
 
  • Like
Reactions: rdn
Top Bottom