uCoz Community » uCoz Modules » Statistics » Who's online (online statistics, who has visited the site)
Who's online
Sunny
Posts: 9296
Reputation: 456

Message # 1 | 11:15 AM
There are codes which serve to display the information "Who’s online", the codes work only if the corresponding option is enabled in "Common Settings" (Admin Bar » Settings » Common Settings).

The codes:
$ONLINE_COUNTER$ – a counter that displays number of visitors online (total/guests/users)
$ONLINE_USERS_LIST$ – a list of users online

The codes may be pasted in any place of a template between the tags < body> and < /body>

Forum settings have an option Consider all site visitors in "Who's online" statistics. With this option enabled forum statistics will show the users that are currently not only on the forum but on the whole site. Otherwise only users that are online on the forum will be counted.

In "Substitution of default phrases" section you can modify such phrases as "Total online" etc.; you can also replace the separator between usernames (", " on default). Each element has its class and ID, so you can add any pictures by means of CSS.

CSS classes for the code $ONLINE_COUNTER$
tOnline (id="onl1") - total
gOnline (id="onl2") - guests
uOnline (id="onl3") - users

CSS classes for the code $ONLINE_USERS_LIST$
/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
/* ---------------- */

An example of Statistics block:

Here how it looks:


If you want to replace words by images go to "Substitution of default phrases" and put instead of the words "online/offline" the image tag-

Code
<img src="http://..." >

An URL must be short because the length of the field is limited.

I'm not active on the forum anymore. Please contact other forum staff.
Nzo
Posts: 25
Reputation: 1

Message # 2 | 5:51 PM
How can I add this to a Informer?

NzoMedia.info

iLee
Posts: 111
Reputation: 0

Message # 3 | 6:23 PM
In the informer template it shows a list of the $CODES$ you can use. But im quite sure that you can't put the Counter code into it... (IF it's not working you can't do it)
Use your brain before you post ~Lee
Please use search, ~Lee
Nzo
Posts: 25
Reputation: 1

Message # 4 | 6:24 PM
Quote (iLee)
In the informer template it shows a list of the $CODES$ you can use. But im quite sure that you can't put the Counter code into it... (IF it's not working you can't do it)

Yh I know that, I was just wondering if there is another way of imputting it into a Informer sad


NzoMedia.info

Sunny
Posts: 9296
Reputation: 456

Message # 5 | 10:38 AM
Nzo, you can simply create a new block and add there statistics $CODES$ and the informer code $MYINF_N$
I'm not active on the forum anymore. Please contact other forum staff.
Nzo
Posts: 25
Reputation: 1

Message # 6 | 1:32 PM
Quote (Sunny)
Nzo, you can simply create a new block and add there statistics $CODES$ and the informer code $MYINF_N$

Hmm..this didn't work, do you mean '$MYINF_N$' this to be '$GLOBAL_N$'?


NzoMedia.info

Post edited by Nzo - Monday, 2009-03-02, 2:50 PM
SluDm
Posts: 3
Reputation: 0

Message # 7 | 1:32 PM
Is possible to show number of guests online?
if I use $ONLINE_COUNTER$ it shows Users, guests ant total number of online , but how I can only show the guests online?
happy
manganime
Posts: 7
Reputation: 0

Message # 8 | 1:32 PM
Use Javascript to subtract the value of users from the value of total people online, store it in a variable, and display it.
darkside
Posts: 2
Reputation: 0

Message # 9 | 1:33 PM
how do i add the online users feature
Vanofuture
Posts: 9
Reputation: 7

Message # 10 | 1:33 PM
darkside,
Common settings>Activate "Who's online" feature
After that edit templates and put in the right place the codes.

I'm from Russia, sorry for my english.
If I helped you give me a respect.
core2_quadcore
Posts: 2
Reputation: 0

Message # 11 | 1:33 PM
Quote (Eckho)
$ONLINE_COUNTER$ <br><div align="center">Who's Online<br></div> $ONLINE_USERS_LIST$

dude where should i put this code?, sorry if i ask too many questions its just that i'm a total noob in codes/scripts/programming whatever you call it tongue happy

Eckho
Posts: 37
Reputation: 28

Message # 12 | 1:33 PM
you can add anywhere in the "Customization of pages design and content"

To Go There Control Panel -> Page Editor -> Customization of pages design and content

EX:

i want to add in below the */login form/*

im gonna put like this inside the Customization of pages design and content

Code
<!-- -->
%IF($LOGIN_FORM$)%
<table border="0" cellpadding="0" cellspacing="0" width="202">
<tbody><tr><td style="background: rgb(227, 227, 227) url(...) repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(91, 101, 102);" align="center" height="29"><span style="font-weight: bold;">Login form</span></td></tr>
<tr><td style="padding: 3px 10px 5px 5px;" align="center">$LOGIN_FORM$</td></tr>
</tbody></table>
%ENDIF%
[color=blue]$ONLINE_COUNTER$ <br><div align="center">Who's Online<br></div> $ONLINE_USERS_LIST$[/color]
<!--/-->

im sorry my english are BAD too... Can't Elaborate happy
i hope you get it

core2_quadcore
Posts: 2
Reputation: 0

Message # 13 | 1:33 PM
how bout lets say in forums, where should i put it?, sorry again for being a noob tongue smile
Styler
Posts: 7
Reputation: 2

Message # 14 | 1:34 PM
core2_quadcore, in forums this function is active by default. Check it up in forum settings.
L2Cerberus
Posts: 2
Reputation: 0

Message # 15 | 1:35 PM
Hello, I have a problem. I haven't find any other post writing it down although i was looking for a day. In who is online feature it shows every name following the word: "staff:" for example:

Who's Online
Paul Staff: Crackeraki Staff: Administrator Staff: testuser

Paul=moderator
Crackeraki=VIP
Administrator=Admin
testuser=User

Those are the four groups i have. i know $ONLINE_USERS_LIST$ is not editable so i cannot rid of this problem. I am only asking if there is another way to show who is online without $ONLINE_USERS_LIST$. For example maybe another informer i can create.

Possibly there is not, but i thought i could ask.

Thanks in advance.

Post edited by L2Cerberus - Saturday, 2009-01-17, 1:46 PM
uCoz Community » uCoz Modules » Statistics » Who's online (online statistics, who has visited the site)
Search: