This page contains my WordPress hacks/plugins. Use them at your own risks!!!

1. Web Smilies
This plugin converts the string :dynamic:image_url:end: into an image that image_url is pointing to. It works in posts, excerpts and comments.

Installation (for WP 1.2 and 1.5)
1. Save this file as web_smilies.php
2. Copy the file to your WordPress plugins directory.
3. Enable the plugin.

2. Search Comment
This plugin/hack makes search queries look at comments and posts instead of only posts.

Installation (for WP 1.5)
1. Save this file as search_comments.php
2. Copy the file to your WordPress plugins directory.
3. Enable the plugin.

Installation (for WP 1.2)
1. Backup your wp-blog-header.php.
2. Save this file as wp-blog-header.php
3. Copy the file to your WordPress root directory.

You can find all the changes I made in wp-blog-header.php by looking for comment, // stinky dad's hack.

3. Nicer RSS Comments
This hack adds post title in the title tag.

Installation (for WP 1.5)
1. Backup your wp-commentsrss2.php.
2. Save this file as wp-commentsrss2.php
3. Copy the file to your WordPress root directory.

Installation (for WP 1.2)
1. Backup your wp-commentsrss2.php.
2. Save this file as wp-commentsrss2.php
3. Copy the file to your WordPress root directory.

You can also save this file as is (e.g. wp1.5-commentsrss2.php) and updates your rss subscription in your rss aggregator accordingly.

4. Sorted RSS Comments
This hack adds more information in rss title. also, the rss items are sorted by posts.

Installation (for WP 1.2)
1. Backup your wp-commentsrss2.php.
2. Save this file as wp-commentsrss2.php
3. Copy the file to your WordPress root directory.

You can also save this file as is (e.g. wp1.2-new-commentsrss2.php) and updates your rss subscription in your rss aggregator accordingly.

5. Nicer RSS Posts
This simple hack adds a date in a post title.

Installation (for WP 1.2)
1. Backup your wp-rss2.php.
2. Save this file as wp-rss2.php
3. Copy the file to your WordPress root directory.

You can also save this file as is (e.g. wp1.2-rss2.php) and updates your rss subscription in your rss aggregator accordingly.

6. Cost Of War
Inspired by http://www.costofwar.com. This plugin converts the string :costofwar: into counters that show the cost of war. It works in posts and comments.

Installation (for WP 1.2 and 1.5)
1. Download and unzip this file
2. Copy cow.js and cow.php to your WordPress plugins directory.
3. Enable the plugin.

7. Web Slideshow
This plugin mskes pictures in this pattern - :slide:picture1;picture2;picture3;picture4:endslide: into a slideshow. It works in posts and comments.

Installation (for WP 1.2 and 1.5)
1. Download and unzip this file
2. Copy web_slde.js and web_slide.php to your WordPress plugins directory.
3. Enable the plugin.

8. My Simple RSS Feeds Aggregator
This is NOT a plugin. It's just a simple piece of PHP code that helps me keeping track of things. Just download this file and rename it to feeds.php. Then upload the file to a Web server that supports PHP. That's all.