WP-DraftsForFriends

Introducing WP-DraftsForFriends

I would like to introduce you to a new WordPress plugin that I wrote (or rewrote), it is called WP-DraftsForFriends. The last time I wrote a plugin was almost 3 years ago which was the WP-ShowHide! The plugin is on GitHub as well, github.com/lesterchan/wp-draftsforfriends. This…

(88 votes, average: 3.78 out of 5)
Plugins

Plugins Repo Moved To Github

I have moved the remaining WordPress plugins repository to Github and thanks to scribu’s script, I can deploy from Github back to WordPress Plugins SVN Repo. Also thanks to scribu for taking the lead with WP-PageNavi and WP-UserOnline previously =) Feel free to submit pull…

(112 votes, average: 3.73 out of 5)
WP-EMail/WP-Polls/WP-PostRatings/WP-PostViews

AJAX Not Working For WP-Email, WP-Polls, WP-PostRatings or WP-PostViews?

About 2 weeks ago, I release an update to r WP-Email, WP-Polls, WP-PostRatings and WP-PostViews which added some nonce check and moved the AJAX request to be handled by /wp-admin/admin-ajax.php. 3 common issues that users are facing. “-1” or “Failed To Verify Referrer” This means…

(418 votes, average: 4.11 out of 5)
WP-EMail/WP-Polls/WP-PostRatings/WP-PostViews

WP-Polls, WP-PostRatings, WP-PostViews, WP-Email Updated

I have updated the following plugins: WP-Polls 2.63 WP-PostRatings 1.63 WP-PostViews 1.61 WP-Email 2.60 Now all AJAX requests are handled by /wp-admin/admin-ajax.php. Previously it is handled via the plugin PHP file itself by assuming that wp-load.php is always 2 levels down from the plugin file.…

(143 votes, average: 3.86 out of 5)
WP-DBManager

WP-DBManager 2.62

I have released WP-DBManager 2.62. Added Auto Repair functionality via WP Cron, similar to the current implementation of Backing Up & Optimizing DB Added nonce to all forms for added security Replace get_bloginfo(‘name’) with get_option(‘blogname’) and make it goes through wp_specialchars_decode() Ported the readme.html to…

(197 votes, average: 3.81 out of 5)