Add Staff Online into Members Online [Deleted]

Russ

Well-known member
Russ submitted a new resource:

Add Staff Online into Members Online (version 1.0) - Merge the staff block with the members block

Final Result:
View attachment 26013



Open sidebar_online_users:

Replace entire code with:

Code:
<xen:edithint template="sidebar.css" />
 
<!-- block: sidebar_online_staff -->
<!-- block: sidebar_online_users -->
<div class="section membersOnline userList">
    <div class="secondaryContent">
        <h3><a href="{xen:link online}" title="{xen:phrase see_all_online_users}">{xen:phrase members_online_now}</a></h3>
 
<xen:if hascontent="true">
                <h4...



Previous discussion thread for reference

Read more about this resource...
 
UPDATE! Nevermind. There's a 'Enable Staff members' button to check in the blocks area for that module ;-)
 
Yes i copy & pasted it. On my forum with the Minecraft style it worked well. But on Flexile i have this Problem.
 
This is not working as expected. :(
And moreover this modification shows hidden users! :eek:

If you're an administrator you should be able to see the hidden users no matter what I believe. Also how isn't it working?
 
I attach a picture. Below shown members of Adminstrators group.
 

Attachments

  • Буфер обмена-2222.webp
    Буфер обмена-2222.webp
    9.5 KB · Views: 13
If I logged in as Superadmin (jimmy) I see that.
 

Attachments

  • Буфер обмена-223.webp
    Буфер обмена-223.webp
    12.9 KB · Views: 10
Yes! I found my mistake!
It is not clear that adding a user to a group Adminstrators does not make it 100% staff. :mad:
Now all works fine. Thanks a lot!
 
Top Bottom