Hello,
iam using registration statics to see my members graph, i wonder that i have only 100 activated members, but the graph showed 400 plus members, then i found that code pulled all the members including inactive members.
i had a look in to the code and in the file under the folder lib
registration_statistics.php
in line 95
their are two queries written which pull the count, i need to filter by user_status = 0 (active users), hoe to insert the query in the below code. iam a bit weak in sql, do someone know how to do it.
[Code moderated as per the Forum Rules. Please use the pastebin]
http://wordpress.org/extend/plugins/registration-statistics/