• Page 1 of 1
  • 1
Archive - read only
uCoz Community » Archives » Archive » How to change user statistic (guide)
How to change user statistic
Able
Posts: 7
Reputation: 2

Message # 1 | 10:17 PM

for first you must active option "Who's online" CP-->Settings-->Common Settings

than go to: CP-->Substitution of default phrases-->"Who's online" statistics and change
Total online:
Guests:
Users:

to
:

now we need CSS code:

Code
#back {
background:url(/counter_user.gif) left top no-repeat;
height:31px;
width:88px;
font-size:7px;
font-family:Arial, Helvetica, sans-serif;
color:#bababa;
}

.back {
font-size:7px;
font-family:Arial, Helvetica, sans-serif;
color:#bababa;
padding-left:70px;
}

.tOnline { padding-top:2px;}
.gOnline { padding-top:2.5px;}
.uOnline { padding-top:0px;}

.tOnline b {color:#000000;}
.gOnline b {color:#000000;}
.uOnline b {color:#000000;}

paste and save this code: CP -->Customize design -->Style sheet (CSS).

now code for counter:

Code
<table id="back" border="0" cellpadding="0" cellspacing="0" height="31" width="88">
<tbody>
<tr>
<td class="back">$ONLINE_COUNTER$</td>
</tr>
</tbody>
</table>

copy and save this code. to do it fast you must to do next:
go to CP-->admin bar-->design-->Quick substitution of template parts.
select Replacement mode to multiline. find text area type:

$ONLINE_COUNTER$

Replace by: text area type:

counter code:

Code
<table id="back" border="0" cellpadding="0" cellspacing="0" height="31" width="88">
<tbody>
<tr>
<td class="back">$ONLINE_COUNTER$</td>
</tr>
</tbody>
</table>

and press replace button.
thats all.
now u need to upload this counter background image in your File Manager and dont change image file name.

Attachments: 0672414.gif (0.3 Kb)

[]lllllllllllllllllllllllllllllllllllllllllllll SCHOOL : 0%
llllllllllllllllllll[]lllllllllllllllllllllllll LOVE : 50%
lllllllllllllllllllllllllllllllllllllllllllll[] FUN : 100%
Post edited by Able - Wednesday, 2009-01-07, 10:45 PM
ocam
Posts: 24
Reputation: 4

Message # 2 | 1:13 AM
Cool, Tnx!
dorjan1976
Posts: 3
Reputation: 0

Message # 3 | 2:29 PM
Thanks for this,but i need a script of user on line ,but in a static page ,how can i do this???
can anybody tell me....

Thanks in advance

Armaros
Posts: 1424

Message # 4 | 4:33 PM
dorjan1976, enable "Who's online" feature: CP -> Settings -> Common Settings.
dorjan1976
Posts: 3
Reputation: 0

Message # 5 | 4:44 PM
Thanks Armaros, i do it ,but in ucoz i can see that, but a javascript when i can put in a page static is possible???

i prove to put the code in a informer to get javascript outside but was impossible.

Post edited by dorjan1976 - Monday, 2009-01-26, 4:47 PM
Armaros
Posts: 1424

Message # 6 | 4:46 PM
May I ask why you need some kinda of JS if the feature does what you want?
dorjan1976
Posts: 3
Reputation: 0

Message # 7 | 4:49 PM
if i put in a statik page $ONLINE_COUNTER$ and $ONLINE_USERS_LIST$ this code did't work.is possible another code for this??

I need this because i use the forum of ucoz anyway..and i need this code to put in homepage to see the user on line in forum...

Thanks my friend.

Post edited by dorjan1976 - Monday, 2009-01-26, 4:56 PM
cokoboy
Posts: 31
Reputation: 8

Message # 8 | 1:44 AM
faild, this didn't work for my site sad
now I gotta change everything back....sigh...

Post edited by cokoboy - Tuesday, 2009-01-27, 1:52 AM
Sunny
Posts: 9296
Reputation: 456

Message # 9 | 9:47 AM
dorjan1976, well standard codes won't do so you are right - you need a script for this. But you won't find it here, I guess you should write it yourself or search help on Javascript support forums.
I'm not active on the forum anymore. Please contact other forum staff.
Keturkaimis
Posts: 7
Reputation: -2

Message # 10 | 7:56 PM
Shit... Don't work... Look at me site My WebPage
Pilot
Posts: 487
Reputation: 77

Message # 11 | 8:09 PM
Keturkaimis, if you have some problems then restore the default template.

For now, the only problem I see on your site is the wrongly added co.nr link-back, which, however, has nothing to do with uCoz.

RockyZ
Posts: 20
Reputation: -1

Message # 12 | 4:11 PM
How can i view the total registered members on my blog main?
Sunny
Posts: 9296
Reputation: 456

Message # 13 | 9:12 AM
RockyZ, by means of Informers (Counters for users).
I'm not active on the forum anymore. Please contact other forum staff.
mmc
Posts: 10
Reputation: 0

Message # 14 | 2:43 PM
I want to show Full Name instead of login ID of users in my site statistics.
pls tell me how to do it.

Thanks !

Sunny
Posts: 9296
Reputation: 456

Message # 15 | 3:00 PM
mmc, I am afraid this won't be possible.
I'm not active on the forum anymore. Please contact other forum staff.
uCoz Community » Archives » Archive » How to change user statistic (guide)
  • Page 1 of 1
  • 1
Search: