1.
mysite.com/app.php/flags
displays the user numbers
under the flags based on only active users, which is good.but on
index page
, displays the user numbers
under the flags based on both active and inactive users.sometimes on
index page
, displays a flag with user-numbers under it, but when you click on it, the page is empty. because mysite.com/app.php/flags
is correctly displays the flags based on only active users.how can i fix this to display the
user numbers
under the flags based on only active users on index page
too?Thank you,