Archive for July, 2005

Category list modification (b2e)

21 July 2005

Similar to the change I made to the blosxom categorylist plugin, I modified b2evolution's category list module to only list a category if there are posts in that category. I also inserted a space between the checkbox and the category item.

This change goes in the file: {YOUR_BLOG_ROOT_DIRECTORY}/skins/_categories.php

Here's a running tally of the diffs.

And here's my post on the b2evolution forums about this.

Bash script: ted

21 July 2005

I just wrote a little bash script, "ted" (for Tracking EDitor), which I am loving. You call ted like you would call your usual text editor, and ted backs up the file you're editing, appending the originial timestamp as a suffix. Then, when you're done editing the file, ted runs diff to keep a running log of changes you've made to the file. If you've made no changes, ted removes the backup file and exits without running diff.

Introducing: ted.

TinyMCE Error in Forums for e107

6 July 2005

Here's a writeup of my fix for another bug in e107. Basically, the rich textarea editor (which uses TinyMCE) did not work in the forums.

e107 bugtracker