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: Comment Members query issue  (Read 1481 times)

0 Members and 1 Guest are viewing this topic.

Offline gerryg

  • Newbie
  • *
  • Posts: 14
    • View Profile
Comment Members query issue
« on: 22 April 2009, 23:12 »
Under Comment Members I see you only show if >=5 but the link shows ?stats_author=aname . The count and name are correct, but stats_author isn't a public query and I can't quite see where it's resolved.

The resulting page just shows all posts when I click on any entry under Comment Members.

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,534
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Comment Members query issue
« Reply #1 on: 23 April 2009, 05:08 »
That is for function stats_page()

$comment_author = urldecode(strip_tags(stripslashes(trim($_GET['stats_author']))));

++ 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 gerryg

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Comment Members query issue
« Reply #2 on: 23 April 2009, 15:41 »
Yes, I saw that. Problem is at the other end and I don't yet know enough. Your stats screen creation uses that and appears to be created properly. But, if I click on the entry under Comment Members the generated screen is wrong. I assumed clicking that link would lead to a query returning the comments from that user then presenting them on a page, but it does not do so and I don't understand the path it should have taken.

I'm going to take the Authors author_name one that works and trace that to see what path is followed then look at the difference to see what's missing. It looks like your link's taking me to some default screen. Will get back to you later on.

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,534
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Comment Members query issue
« Reply #3 on: 23 April 2009, 15:54 »
Did you enter the stats page URL in WP-Admin -> Settings -> 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 gerryg

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Comment Members query issue
« Reply #4 on: 23 April 2009, 16:17 »
Sort of... I couldn't quite understand that. The example seemed to imply a stats directory, so I made one with write access. Nothing was put there. Played some more but nothing. It seems to be expecting a page there but the directory remains empty. Did I miss a step somewhere?

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,534
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Comment Members query issue
« Reply #5 on: 23 April 2009, 16:25 »
Did you read the readme.html under Usage Tab?

++ 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 gerryg

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Comment Members query issue
« Reply #6 on: 23 April 2009, 16:51 »
Hmmm....I had read Installation, but not Usage (obviously). I'll suggest that one is actually an Installation step and it immediately explained to me how you're doing this. You might add a comment in Installation to see Usage for configurating the plugin.

Issue is now resolved and working.

Thanks

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,534
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Comment Members query issue
« Reply #7 on: 23 April 2009, 16:54 »
Because technically that is under Usage. Installation is to install the plug in only.

++ 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.