WP-Email And WP-Print With WordPress 2.5

For some reasons, the core permalink structure of WordPress 2.5 has been changed just before it is being released (the problem is not there with WordPress 2.5 RC1).

If you get a 404 on WP-Email and WP-Print posts/pages, you need to get the latest development version of the respective plugins. Refer to the post above this.

I also wished I have more time to spend updating my plugins, but as my school is nearing the semester end, all my projects deadline are also coming and so are the end of semester exams. I can’t fork out any valuable time to update all my plugins for WP 2.5 and hence, 1st June 2008 should be the day I will roll out the updates to my plugins as my last paper is on 6th May 2008.

But in the mean time, I will try my best to address all issues related with my plugins and WordPress 2.5.

1 Star2 Stars3 Stars4 Stars5 Stars (58 votes, average: 3.86 out of 5)

Lester Chan’s WordPress Plugins October 2007 Update

As promised, I have release updates to 12 of my plugins and added 2 new plugins. All of them are compatible with WordPress 2.3 but not all of them are backward compatible with WordPress 2.1 or 2.2.

The 2 new plugins are WP-DownloadManager and WP-PluginsUsed. As the name of the plugins suggest, WP-DownloadManager simply enhanced your WordPress by adding a simple download manager to it. WP-PluginsUsed will displays both active and inactive plugins that you are using in your WordPress blog.

Be sure to read the readme.html and checkout the changelog for more information and most importantly NOTE THE TABS AT THE TOP

2 New Plugins:
WP-DownloadManager 1.00
» Compatible With WordPress 2.2, 2.3
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum

WP-PluginsUsed 1.00
» Compatible With WordPress 2.1, 2.2, 2.3
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum

12 Updated Plugins:
WP-Ban 1.20
» Compatible With WordPress 2.1, 2.2, 2.3
» Readme/Changelog
» Download Mirror #1
» Download Mirror #2
» Support Forum

WP-DBManager 2.20
» Compatible With WordPress 2.1, 2.2, 2.3
» Readme/Changelog
» Download Mirror #1
» Download Mirror #2
» Support Forum

WP-EMail 2.20
» Compatible With WordPress 2.3
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum

WP-PageNavi 2.20
» Compatible With WordPress 2.1, 2.2, 2.3
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum

WP-Polls 2.21
» Compatible With WordPress 2.3
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum

WP-PostRatings 1.20
» Compatible With WordPress 2.3
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum

WP-PostViews 1.20
» Compatible With WordPress 2.3
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum

WP-Print 2.20
» Compatible With WordPress 2.1, 2.2, 2.3
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum

WP-RelativeDate 1.20
» Compatible With WordPress 2.1, 2.2, 2.3
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum

WP-Sticky 1.10
» Compatible With WordPress 2.1, 2.2, 2.3
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum

WP-Stats 2.20
» Compatible With WordPress 2.3
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum

WP-Useronline 2.20
» Compatible With WordPress 2.3
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum

1 Star2 Stars3 Stars4 Stars5 Stars (253 votes, average: 4.11 out of 5)

WP-Print And WP-EMail On WP 2.3

Someone reported to me that WP-Email is not working on this site, and after some checking, I also found out that WP-Print is also not working due to the extra / that WordPress generates for wp-print and wp-email permalink structure in WP 2.3.

WP-EMail has another problem which took me 4 hours just go pin-point it. Apparently when it includes wp-email.php and in wp-email.php there is a add_filter(‘the_title’) which hooks onto the title filter. For some reasons, the core WordPress function get_the_title() is casing the server to throw an error. In order to bypass it I have to create a new function to emulate something like the get_the_title() function.

I have since fixed all the bugs that I mentioned above and now WP-Print and WP-EMail will only work for WP2.3 and nothing below it. Sorry for any inconvenience caused.

1 Star2 Stars3 Stars4 Stars5 Stars (30 votes, average: 3.97 out of 5)

WP-EMail 2.11, WP-Print 2.11

I have fixed 2 minor bugs for WP-EMail 2.11 and WP-Print 2.11. I did not bump the version number because a lot of hassle is needed. Instead I just update the zip file.

The 2 bugs are:

1. Unable to display feed properly if you are using [ email_link ] or [ print_link ] to embed the email/print link within the post.
2. 404 error if you are using a custom permalink structure without a / at the end.

WP-EMail 2.11
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum

WP-Print 2.11
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum

1 Star2 Stars3 Stars4 Stars5 Stars (28 votes, average: 3.25 out of 5)