Options for seeing members currently online other than the Sidebar

The Grand Potentate

Well-known member
I killed off the sidebar and was wondering if there were any other tools at my disposal for seeing who's online, other than going to forum/online.

Also, is it possible to keep members from being able to access that link? Lastly, if you click on the quick nav button, you get the option to see Registered Members. I'd like to kill that too if possible.
 
Those are the only two areas to see online users. Does that not satisfy your needs?

Edit this template to change the quick nav:

Admin CP -> Appearance -> Templates -> quick_navigation_menu
 
Those are the only two areas to see online users. Does that not satisfy your needs?

Edit this template to change the quick nav:

Admin CP -> Appearance -> Templates -> quick_navigation_menu

I was just wondering if there was maybe a moderator or admin option, or something in the ACP, that I might be missing. Maybe a member list sort in the ACP? Basically, some way that I can access who's online at any time without having the members be able to do the same thing.

For the template, delete any line with member in it? I.E. these:
Code:
                        <li><a href="{xen:link members}">{xen:phrase registered_members}</a></li>
 
                        <li><a href="{xen:link members, $visitor}">{xen:phrase your_profile}</a></li>
 
Top Bottom