About OnlineStatistic

SLawek

No avatar

2006-07-18 17:02

I have one questions about OnlineStatistics.
is about the the number of visit if I have 1000 it's show 1,000 my qustion is if it's posible to make the OnlineStatistic to show 1.000.

is it posible to change , to show . ?

Claps

Avatar: Claps

2006-07-18 17:10

Serch in plugins/onlineStatistics/online_statistics.php, at the end you'll find:

if (USE_NUMBER_FORMAT)
{
$online = number_format($online);
$today = number_format($today);
$yesterday = number_format($yesterday);
$total = number_format($total);
}

change it to

if (USE_NUMBER_FORMAT)
{
$online = number_format($online,0,',','.');
$today = number_format($today,0,',','.');
$yesterday = number_format($yesterday,0,',','.');
$total = number_format($total,0,',','.');
}

SLawek

No avatar

2006-07-18 17:43

Hi Claps

ok I will try that ;-)

SLawek

No avatar

2006-07-18 17:50

It's work fine Thanks you Claps ;-)

5py

No avatar

2006-07-24 17:38

Hi Claps,

any tips how can i put this in admin page?
Thanks!

Claps

Avatar: Claps

2006-07-24 18:01

5py - Next version will have an admin part. In a few days.

5py

No avatar

2006-07-24 18:56

then i stop xperimenting ;-) and wait till you finished...
if u don't mind please make two different tpls for it
one for client and one for admin, maybe not all stat
have to be shown in frontend

thanks, i'll looking forward it!!! ;-)

Back to top
about us | contact