• Page 1 of 1
  • 1
uCoz Community » uCoz Modules » Statistics » How to edit Users Online ($ONLINE_COUNTER$) text?
How to edit Users Online ($ONLINE_COUNTER$) text?
DannyD
Posts: 8
Reputation: 0

Message # 1 | 4:29 PM
Hi. I'm using the $ONLINE_COUNTER$ code on my website:



Is there a way that I can remove the 'Guests:' and 'Users:' line completely so that only the total "People Viewing:" (top) line shows?

Would just make it look a lot cleaner and to the point that way (as I don't have user registration on my website so distinguishing between 'users' and 'guests' is pointless for my purposes).

Cheers!
Attachments: 8498299.jpg (9.9 Kb)
Gromov
Posts: 616
Reputation: 14

Message # 2 | 7:29 AM
DannyD, Unfortunately, but there's no such feature to edit the counter, though I will forward your request further and the possibility of adding such a function will be considered.
DannyD
Posts: 8
Reputation: 0

Message # 3 | 10:23 AM
Quote Gromov ()
DannyD, Unfortunately, but there's no such feature to edit the counter, though I will forward your request further and the possibility of adding such a function will be considered.

Thanks, Gromov. I'm surprised that the users online text isn't its own editable template already, given that nearly everything else has its own editable template.
Gromov
Posts: 616
Reputation: 14

Message # 4 | 11:09 AM
You're always welcome DannyD.
blizar10
Posts: 96
Reputation: 0

Message # 5 | 4:01 PM
Yes, you can use Javascript, copy this where you have instal your counter :

Code
<script>
document.getElementById("onl2").style.display = "none";
document.getElementById("onl3").style.display = "none";
</script>
DannyD
Posts: 8
Reputation: 0

Message # 6 | 2:04 PM
Quote blizar10 ()
Yes, you can use Javascript, copy this where you have instal your counter :

Good in the meantime. Cheers. smile
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 7 | 5:20 PM
blizar10, or use CSS?
Code
#onl2, #onl3 {display: none}

hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
blizar10
Posts: 96
Reputation: 0

Message # 8 | 9:37 PM
Quote bigblog ()
blizar10, or use CSS?


bigblog, Yes, it's easier indeed biggrin
uCoz Community » uCoz Modules » Statistics » How to edit Users Online ($ONLINE_COUNTER$) text?
  • Page 1 of 1
  • 1
Search: