PDA

View Full Version : Loggedin Users


Freddie Bingham
Sat 24th Jun '00, 2:50pm
Simple Request:

John please make variables for the logged in users so that it says

1 User and 1 Guest or 2 Users and 2 Guests

vs.

1 User(s) and 1 Guest(s)

It is a trvial thing to do but I don't want to have to edit index.php on every release to do it.

John
Mon 3rd Jul '00, 5:13pm
To do that would probably make the code language dependant. Why not put a bit of Javascript into the template to do that?

John

leah r
Mon 3rd Jul '00, 6:09pm
...or just rewrite the text so it isn't grammatically dependent on numbers. For example, I have:

Currently Active Users - #
Members: [#] Guests: [#]

Zero/one don't look much amiss this way.