uCoz Community uCoz Modules Statistics Who's online (online statistics, who has visited the site) |
Who's online |
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: 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$ CSS classes for the code $ONLINE_USERS_LIST$ 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.
|
Intense, continue here to discuss about statistics itself and how to add them
http://forum.ucoz.com/forum/20-12055-1 To busy building a passive income online ;)
|
Intense, first of all, you need Statistics module to be installed in CP->Statistics->Install module. After module installation Hit counter will appear on your website. The code $COUNTER$ is responsible for it. The code
Code <?if($ONLINE_COUNTER$)?><hr />$ONLINE_COUNTER$$ONLINE_USERS_LIST$<?endif?> |
Hey everyone.
I've read through all possible posts and threads but still haven't found what I'm looking for. (I hope I'm not looking in the wrong section) I'm only interested in displaying the total amount of visitors in website, from the site creation,whether those are registered or not. My site will only have 2 registered users,myself and my friend. It will not require registration and it will be publicly viewable to everyone. So I want it to display the total amount of visitors from the "beginning of time", is this possible? And another thing.. is there a "flag counter" to display visitors based on location?(detects IP/shows flag). thanks! Edit: I know I can add the $COUNTRY$ or $COUNTRY_ID$ just want to know if it can display little tiny flags instead of country name I ask cause I've found external sites that support what I want to do, just wanna know if ucoz has their own system. Post edited by XRTC - Friday, 2013-04-12, 11:14 AM
|
Quote (XRTC) So I want it to display the total amount of visitors from the "beginning of time", is this possible? Install the Statistics module, it will count all visitors/views but will start counting from now. You can also use the informers (Counter for users). Quote (XRTC) is there a "flag counter" to display visitors based on location? Not as a standard feature, but I think it should not be difficult to find a third-party script. I'm not active on the forum anymore. Please contact other forum staff.
|
| |||