Log in

View Full Version : who's online


Cust0ms
01-16-2009, 01:22 PM
hi
I want to hide a few usergroups on 'Who's online' list (on forumhome) and other groups sort in specyfic order (first administrators, next moderators, donators etc etc).

Is it possible?

Digital Jedi
01-16-2009, 03:56 PM
You could have the users set themselves to Invisible.

Lynne
01-16-2009, 04:59 PM
I think you could write a plugin using the "forumhome_loggedinuser_query" hook to exclude certain usergroups from the list. The order, however, is specified right in the code to be by username. So, I think you would need to actually change the code in index.php to order it any differently. (Or, possibly use the "forumhome_loggedinuser" hook to sort the list differently?)