Monday, December 31st, 2007
Urban Giraffe has a list of amazing plugins that the guy behind the site, John Godley, developed. Many of these plugins are really unique, and I haven’t seen anything like them anywhere else.
Here are the ones that I find most interesting, and I hope to try out soon:
- Filled In - Places a customized form on your site, and stores submitted data in a database. The plugin features email reporting, AJAX support, CAPTCHA support, and file uploads. The data can be exported to CSV or XML.
- Advanced Permalinks - If you decide midway to change your permalink structure to something friendlier, this generally means you have to do it sitewide and for all existing posts, which means redirecting everything. This plugin allows you to say “From now on, all posts will have permalink structure B, while posts until now will retain permalink structure A.” Can save a lot of headache.
- Search Unleashed - Makes searching WordPress blogs more user-friendly by adding the following features:
- Full text search with wildcards and logical operations
- Search posts, pages, comments, titles, URLs, tags, and meta-data (all configurable)
- Search data after it has been processed by plugins, not before
- Search highlighting of all searches, including titles and comments
- Search highlighting of incoming searches from Google, Yahoo, MSN, Altavista, Baidu, and Sogou
- Search results show contextual search information, not just a post excerpt
- Record search phrases and display in a log
- Exclude specific posts and pages from results
- Compatible with WP-Cache
- Supports WordPress 2.0.5 through to 2.3
- No changes required to your theme
- User Permissions - Allows you to assign permissions to specific posts. This sounds like it could be good if you offer premium content on your site.
- Anti-Email Spam - Simple plugin to encode email addresses with either JavaScript or HTML entities and protect yourself against email harvesting scripts. I should have done something like this a loooong time ago.
See ‘em all at: Plugins - Goodies for WordPress | Urban Giraffe»
Posted in Plugins | Tags: forms, multi-user, permalinks, search | No Comments »
Wednesday, December 19th, 2007
We just upgraded a client’s site from WordPress 2.2. to WordPress 2.3.1. After upgrading, the theme still worked, but the links to Pages in the upper navigation bar stopped working and they all linked to the home page instead of to their pages, and an annoying error appeared at the top of every page as follows:
Warning: Invalid argument supplied for foreach() in /home/wallis3/public_html/wordpress/wp-includes/classes.php on line 92
In case anybody else ever encounters this problem, I found the solution after a bit of digging here in this WordPress support forum topic. It seems that some servers don’t deal well with blogs on WordPress 2.3.1 with permalinks that use /%category%/ as part of the permalink string. The server this particular site was sitting on happened to be Lunarpages.
Anyway, we removed /%category%/ from their permalink structure and updated everything in the site. Luckily the site wasn’t that old and didn’t have that much content, but it was still annoying. Update: All we had to do in the end was select the default permalink structure, click “Update Permalinks”, and then select the permalink structure that we wanted, including /%category%/, and update again, and that worked. It seems that this is a WordPress bug, and the moderators on the above support forum topic recommended submitting a bug report to WordPress, but there are so many rules to follow to submit a bug report that in the meantime I’m going to pass.
Posted in Tips | Tags: permalinks, upgrades | No Comments »
Tuesday, March 13th, 2007
The following description is adapted from the creators site (lightly edited - I can’t help it!):
With this plugin, you can safely change your permalink structure without breaking the old links to your website, and it won’t affect your search engine rankings.
Many people want to improve their permalink structure by changing them into “pretty” permalinks, like /%year%/%monthnum%/%day%/%postname%/ to /%category%/%postname%/
But doing so will make all pages indexed by search engines become invalid. This may cause you to lose visitors from other sites or bookmarks that link to you.
This plugin uses a 301 redirect which sends visitors or spiders at your old links to the new ones. What I wonder is if this could be used for bloggers that are moving their blogs from Blogger to WordPress, for example.
Download Dean’s Permalinks Migration Plugin Version 1.0
Posted in Plugins | Tags: permalinks | No Comments »