All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.


Author Topic: Comments' Members Stats section not showing anything  (Read 977 times)

0 Members and 1 Guest are viewing this topic.

Offline mjc82in

  • Newbie
  • *
  • Posts: 2
    • View Profile
Comments' Members Stats section not showing anything
« on: 28 October 2009, 20:34 »
Hi,
   I am pretty sure its some setting that I am missing. In my stats for some reason I cant see the Comments' Members Stats. Infact that is an important plugin for me as I want to know how comments a particular user made on a particular posts.

Thanks
Manoj

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Comments' Members Stats section not showing anything
« Reply #1 on: 29 October 2009, 05:40 »
In WP-Admin -> Settings -> Stats, ensure that the comment member stats checkbox is checked. Other than that, I can't figure out why it does not display for you. Maybe you can try to see if you can reproduce this problem with a fresh install of WP with WP-Stats

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline mjc82in

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Comments' Members Stats section not showing anything
« Reply #2 on: 29 October 2009, 13:50 »
That section was already ticked. Is there any other settings, author, subscriber rights, anything like that. because I was playing with one of the users and all of a sudden, that particular user shows up, but not the rest. but I am not able to replicate it with another user. I am not sure what setting is causing it.

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Comments' Members Stats section not showing anything
« Reply #3 on: 29 October 2009, 14:26 »
Nope there is no other settings, that is the only settings. That is why I say it is weird. There is no special condition that prevents the comment authors from not showing up.

Here are the conditions of the sql query.

1. The comment is approved
2. The comment is of type comment and not pingback or trackback
3. The post is not password protected
4. The post is not a future post
5. The post is published.

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline anmari

  • Newbie
  • *
  • Posts: 1
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: own
Re: Comments' Members Stats section not showing anything
« Reply #4 on: 23 November 2009, 06:22 »
Also threshold is hardcoded to 5 on line 516, so if less than those comments then they will be not listed - ol will be empty with out N/A that is coded to display under other conditions. - I had same problem on test system.

(and by the way line 463 of current version may have a typo (I did not test) - has: recent_commtents not recent_comments)

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Comments' Members Stats section not showing anything
« Reply #5 on: 23 November 2009, 06:28 »
Thanks for the typo, will fix it =)

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.