A question about Ajax Statistics - Joomla! Forum - community, help and support
hi guys,
i use ajax statistics module show website statists visitors how many article, how many times hitted, how many users online, total users etc.
now question how show total online guests visitors. parameter in module registered users "usersonline" tried many variations doesn't work. says undefinied.
here sample:
if ($("usersonline").innerhtml != data['stats'][0].usersonline) {
$("usersonline").innerhtml = data['stats'][0].usersonline;
new effect.highlight('usersonline');
}
again want show visitors total guest not total registered users. doing numbers bigger registered users, know
if can tell me magic parameter have use or find got damn parameters, i'd more appriciated.
thanks much
i use ajax statistics module show website statists visitors how many article, how many times hitted, how many users online, total users etc.
now question how show total online guests visitors. parameter in module registered users "usersonline" tried many variations doesn't work. says undefinied.
here sample:
if ($("usersonline").innerhtml != data['stats'][0].usersonline) {
$("usersonline").innerhtml = data['stats'][0].usersonline;
new effect.highlight('usersonline');
}
again want show visitors total guest not total registered users. doing numbers bigger registered users, know

thanks much
Comments
Post a Comment