Page 1 of 1

Show statistics only fo registered users

Posted: 06 Oct 2011, 12:16
by kata32
I need to show statistics only for registered users, there is a trick?

Thank's

Adriano

Re: Show statistics only fo registered users

Posted: 06 Oct 2011, 15:42
by Jan
Hi, in such case the code needs to be customized, so the stats will be displayed for registered - some if clause must be done, something like:

if (user is not registered) {

... display the stats
}

Jan