SSWI — When in doubt, buff it out.

Hacks, now in Plugin mode!,

Written in Frisco, TX on March 29, 2004 and tagged with .

2 Comments, 0 Tweets, why not add one?

My Flickr Stream

W00t! 

I had missed that I am listed as one of the Unofficial Five (six by some counts) Kingdoms of Hackdom on the wordpress site!  Thanks so much to Cena over at WP for the linkage, I must write more plugins!

The newest nightlies of the Wordpress Blogging System have depricated the my-hacks.php file in favor of a more user-friendly plugin system.

The new system is wonderfully implemented, for both plugin writers and users.  A plugin is really nothing more than a well formed php page that contains your custom functions; the end user then simply drops this php file in a directory labeled, get this: plugins, that resides inside the wp-content directory.  I am not sure about the wisdom of not having the plugins directory at root level, it isn’t for security since you can easily navigate to the folder.  But that is beside the point, since the system is in flux currently.

There is no longer an all-in-one download for these plugins. You can now find them all listed singly at hacks.chrisjdavis.org.

Within the archive you will find:

  1. AuthorList(); (use <?php author_list(); ?> to call this function once you have the plugin installed and enabled.)
  2. AuthorRSS(); (use <?php author_rss(); ?> to call this function once you have the plugin installed and enabled.)
  3. MyTunes(); (use <?php my_tunes(); ?> to call this function once you have the plugin installed and enabled.)
  4. RecentComments(); (use <?php last_comments(); ?> to call this function once you have the plugin installed and enabled.)

I left out my CreativeCommons(); hack for now. There is a little more involved with it, and I am trying to decide a good way to handle the need for an admin screen with it.  That is it for now, so if you are like me and enjoy living dangerously and already have a build of WP that uses plugins, then please by all means DL away and go for it.

If you post about this on Twitter, please use the hashtag #silly311.


personal avatar

Sphagnum, on March 1, 2007

I know this post is a year old, so I wasn’t suprised that the sub domain hack is no longer in exsistence. I was wondering, Chris, if you still have a plugin available on your site that makes available RSS feeds broken down by user?

personal avatar

mg, on March 1, 2007

Wondering the same thing as Sphagnum….