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.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Manne

Pages: [1]
1
WP-PostRatings / Displaying and sorting users by most active rater
« on: 20 September 2007, 11:42 »
I've managed to get a list of all my (registered) users and how many ratings they have submitted by hacking the wp_list_authors function (in wp-includes/author-template.php) with the following code:

$q="select * from wp_ratings where rating_username='$name'";
$res=mysql_query($q);
$count = mysql_num_rows($res);


Now I'd like to sort the list by $count (ie by the number of times the have submitted a rating) to get an "Most active user top list". How would I do this in php?

2
WP-PostRatings / Delete data/log from post page
« on: 27 May 2007, 14:43 »
It would be great to be able to delete data and logs for a post directly from the post edit page, when updating a post. Is there an easy way to do this?

3
WP-Print / Print doesn't work on drafts
« on: 24 May 2007, 21:33 »
Hello

I just noticed that I can't use the print function on drafts (after clicking on preview using Kill Preview 2). The page gets reloaded and the print suffix is attached to the url, bt other than that nothing happens.

WP 2.1.3
WP Print 2.1

4
GaMerZ File Explorer / How to secure files
« on: 20 April 2007, 09:47 »
Hi

Thanks for a great script. Is there any way I could make my files accesible only to my registered wordpress users? Or to improve safety in another way?

/Manne

Pages: [1]