Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Who's Online
This discussion is related to the Who's Online addon.
Comments
say the timeout is set at 15 mins. it'd be nice to be able to style the users active within the last minute as one colour (let's say black), within 5 dark grey, 10 mid grey, and so on.
when ordered correctly, the username would fade away!
i haven't got the skills for this but if anyone can teach me i'll try it out!
edit: and maybe it'll work via ajax eh? ;P
(sorry, the ajax suggestion was a separate thing and i might have confused the issue a little.)
Any news, please?
first, there's a fairly serious sql-injection problem with some of the queries in this extension. the contents of the IpHistoryID cookie are not being escaped before being used in a database query.
here's a quick-fix diff:
second, if you want to order by date last active (most recently active at the top), add the line: after the AddWhere statement on line 31.
Cheers
If I understood brandonc correctly, you really only have to change these two lines: