Archive for September, 2007

30th September 2007

Lester Chan’s WordPress Plugins October 2007 Update

Posted by Lester Chan at 23:31 in Plugins, WP-Ban, WP-DBManager, WP-DownloadManager, WP-EMail, WP-PageNavi, WP-PluginsUsed, WP-Polls, WP-PostRatings, WP-PostViews, WP-Print, WP-RelativeDate, WP-Stats, WP-Sticky, WP-UserOnline

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

Tags: ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (249 votes, average: 4.11 out of 5)
26th September 2007

Canonical URLs

Posted by Lester Chan at 13:24 in WordPress

Mark has posted a very detailed post containing this Canonical URLs, a new feature in WordPress 2.3 and personally I like this feature a lot because some of my users are complaining to me that when they are using my WP-PageNavi, when they access http://example.com/page/1/ they do not get redirected to http://example.com, but I told them it is a WordPress issue over here and finally, this “bug” is gone for good.

So, what’s the problem with this? The URLs are all showing the exact same content, so why should it matter? Well, search engines can’t assume that all of these alternative URLs represent the same resource. So they don’t automatically get condensed into a single resource. As a result, you can actually end up competing against yourself in search engine rankings. So to avoid confuse search engines and to consolidate your rankings for your content, there should only be one URL for a resource. We call this URL the canonical URL. Canonical means “standard” or “authoritative”. It’s the one that WordPress generates, and it’s the one that you want everyone to use.

Tags: ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (56 votes, average: 3.71 out of 5)
25th September 2007

WordPress 2.3 Released

Posted by Lester Chan at 15:21 in Site, WordPress

WordPress 2.3 has been released and I have updated this site to it without any problems.

Copy + Paste from Development Blog

  1. Native tagging support allows you to use tags in addition to categories on your post, if you so choose. We’ve included importers for the Ultimate Tag Warrior, Jerome’s Keywords, Simple Tags, and Bunny’s Technorati Tag plugins so if you’ve already been using a tagging plugin you can bring your data into the new system. The tagging system is also wicked-fast, so your host won’t mind.
  2. Our new update notification lets you know when there is a new release of WordPress or when any of the plugins you use has an update available. It works by sending your blog URL, plugins, and version information to our new api.wordpress.org service which then compares it to the plugin database and tells you what the latest and greatest is you can use.
  3. We’ve cleaned up URLs a bunch in a feature we call canonical URLs which does things like enforce your no-www preference, redirect posts with changed slugs so a link never goes bad, redirect URLs that get cut off in emails on similar to the correct post, and much more. This helps your users, and it also helps your search engine optimization, as search engines like for each page to be available in one canonical location.
  4. Our new pending review feature will be great for multi-author blogs. It allows authors to submit a post for review by an editor or administrator, where before they would just have to save a draft and hope someone noticed it.
  5. There is new advanced WYSIWYG functionality (we call it the kitchen sink button) that allows you to access some features of TinyMCE that were previously hidden.
  6. Full and complete Atom 1.0 support, including the publishing protocol.
  7. We’re using the new jQuery whis is “800% faster.”
  8. Behind the user-facing tags system is a really kickass taxonomy system which, which adds a ton of flexibility. It’s probably the biggest schema upgrade since version 1.5.
  9. The importers have been revamped to be more memory efficient, and you can now add an importer through a plugin.
  10. Through hooks and filters you can now override the update system, the dashboard RSS feeds, the feed parser, and tons more than you could in 2.2.
  11. The new $wpdb->prepare() way of doing SQL queries.
  12. Finally there were over 351 tickets in Trac closed for this release, with over a hundred people contributing. This is the polish, the hundreds of tiny bug fixes and features that make WordPress what it is.

More detailed changes can be found in WordPress Codex.

Tags: ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (36 votes, average: 4.08 out of 5)
24th September 2007

Development Version Of My Plugins

Posted by Lester Chan at 22:09 in Plugins

For those who want the latest development version of my plugins to go along with WordPress 2.3, do the following:

  1. Go to http://wordpress.org/extend/plugins/profile/GamerZ
  2. Choose the plugins you want
  3. Click “Other Versions” (If you can’t find this link, just click on “Download Plugin”)
  4. Scroll down to the “Other Versions” section
  5. Click on “Development Version”

The development version should be the final version that I will release unless some last minute bug comes out.

I intend to officially release the final version a few days after WordPress 2.3 goes out the door instead of along side with the release of WordPress 2.3.

Tags: ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (64 votes, average: 4.19 out of 5)
19th September 2007

WordPress 2.3 Release Candidate 1

Posted by Lester Chan at 16:08 in WordPress

WordPress 2.3 RC1 has been released. 1 more week till WordPress 2.3 goes out of the door.

- Download WordPress 2.3 RC1

Tags: ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (31 votes, average: 3.81 out of 5)

Gengo Compatibility

Posted by Lester Chan at 00:42 in Plugins

“Plugins must call load_plugin_textdomain inside a function that runs on the ‘init’ hook, or at the earliest, the ‘plugins_loaded’ hook.” That is what being stated in Genko Compatibility Page. I have since updated all my plugins to solve that compatibility issue. Hopefully it will not break anything.

Tags: ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (25 votes, average: 3.68 out of 5)
18th September 2007

Error: Cannot redeclare

Posted by Lester Chan at 02:24 in Plugins

I got 3 reports regarding and error that says “Cannot redeclare function …”. 2 from here and 1 from here.

This is likely that you did not follow the upgrading instructions as stated in the readme.html (but I maybe wrong though).

When updating a plugin, please make sure you DEACTIVATE the plugin first before launching your FTP software to overwrite the files. BUT the best way is to delete that particular plugin folder altogether instead of overwriting it.

When updating WordPress, always DELETE everything EXCEPT your .htaccess, wp-config.php and wp-content folder. After that, then you upload the files in the zip that you have downloaded and run upgrade.php.

Tags: ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (21 votes, average: 3.81 out of 5)
11th September 2007

WordPress 2.3 Beta 3

Posted by Lester Chan at 12:48 in WordPress

WordPress 2.3 Beta 3 has been released, but this time I think I will wait for the RC which is due next Monday before updating this site.

- Download WordPress 2.3 Beta 3

Tags: ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (47 votes, average: 4.04 out of 5)
8th September 2007

WordPress 2.2.3

Posted by Lester Chan at 12:04 in WordPress

WordPress 2.2.3 has been released and it is a security release, so if you are using WP 2.2.x, please upgrade it now.

- Changed Files
- Bugs Fixed
- Download WordPress 2.2.3

Tags: ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (39 votes, average: 4.10 out of 5)
7th September 2007

WP-Print And WP-EMail On WP 2.3

Posted by Lester Chan at 17:26 in WP-EMail, WP-Print

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.

Tags: ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (29 votes, average: 4.07 out of 5)

 

Page 1 of 212»