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: Printing Individual Stats  (Read 22215 times)

0 Members and 1 Guest are viewing this topic.

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Printing Individual Stats
« Reply #20 on: 30 May 2008, 19:15 »
Huh?

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

  • Newbie
  • *
  • Posts: 24
    • View Profile
Re: Printing Individual Stats
« Reply #21 on: 14 August 2008, 16:17 »
Hello, is there a way to get the number of posts beside the authors name in the comments.php?

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Printing Individual Stats
« Reply #22 on: 14 August 2008, 17:10 »
Possible but this is out of my support scope.

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

  • Newbie
  • *
  • Posts: 24
    • View Profile
Re: Printing Individual Stats
« Reply #23 on: 14 August 2008, 17:19 »
Possible but this is out of my support scope.


Ok, I thought it is an already existing feature

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Printing Individual Stats
« Reply #24 on: 14 August 2008, 17:25 »
Nope it is not, I have not seen a plugin that does that (I maybe wrong). If you see it most probably it is self coded.

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

  • Newbie
  • *
  • Posts: 24
    • View Profile
Re: Printing Individual Stats
« Reply #25 on: 14 August 2008, 18:20 »
I saw it in another WP-Blog, but I lost the adress, then I rembered "Wp-Stats delivers such data in the stats" that was my intention to ask. ;)

Hopefully my bad english is readable.

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Printing Individual Stats
« Reply #26 on: 14 August 2008, 18:51 »
Does he mean WordPress Stats as normally people get mixed up WP-Stats and WordPress 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 miccom

  • Newbie
  • *
  • Posts: 24
    • View Profile
Re: Printing Individual Stats
« Reply #27 on: 14 August 2008, 18:54 »
No, I don't mean "WordPress Stats"!  ???

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Printing Individual Stats
« Reply #28 on: 14 August 2008, 19:00 »
WP is the shortform of WordPress as you may know and hence a lot of people call it WP Stats and got mixed up with WP-Stats :)

You also can ask in http://wordpress.org/support to see if anyone knows of any plugins that does what you want :)

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

  • Newbie
  • *
  • Posts: 24
    • View Profile
Re: Printing Individual Stats
« Reply #29 on: 14 August 2008, 19:10 »
All your plugins have the prefix "WP-", so with "WP-Stats" I always mean "WP-Stats" from Lester 'GaMerZ' Chan. ;)

btw: I think I don't need this feature, if it it comes only with another plugin, if so it is only more load for my cpu. I only asked here, because your plugin already generates this data.

Thanks for your work!

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Printing Individual Stats
« Reply #30 on: 14 August 2008, 19:27 »
oo my plugin generates the total/overall data  :)

Thanks for the compliments  :)

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

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Printing Individual Stats
« Reply #31 on: 15 July 2009, 05:23 »
What are the parameters for <?php get_mostcommented( ); ?> that can be passed? I saw 'both', 7 ... but would like to know how to restrict the output to just titles, etc.

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Printing Individual Stats
« Reply #32 on: 15 July 2009, 07:05 »
Code: [Select]
function get_mostcommented($mode = '', $limit = 10, $chars = 0)

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

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Printing Individual Stats
« Reply #33 on: 15 July 2009, 11:52 »
Thanks! Was wondering though if there were more variables than 'both' that might work to display just the post title? I'm working with WP_Stats that can be displayed within the blog, so using something like <?php get_mostcommented(); ?>

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Printing Individual Stats
« Reply #34 on: 15 July 2009, 13:53 »
it is either post or page.

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

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Printing Individual Stats
« Reply #35 on: 21 September 2009, 21:16 »
How can I display only the tag numbers.. I've searched the forum and the code but all I can do is show the tag_list. This must be easy as the tag number is shown in the general stats...

thank you for a great (actually many great) plugin!


Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Printing Individual Stats
« Reply #36 on: 22 September 2009, 04:48 »
That is the only function available for tags

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

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Printing Individual Stats
« Reply #37 on: 22 September 2009, 12:30 »
Are you sure about this (well, I guess you are as you wrote this)? Its just that when I put the [wp-stats] call in a page, it does shows me the number of tags....

cheers