Posted on Saturday 23 April 2005
I had previously been running a modified version of the Kubrick theme for WordPress and it was superb but the WordPress guys decided to use it as the new default theme theme in 1.5! It's popping up all over the place these days and I quickly became very, very sick of it, so I switched to WordPress 1.5 and the Rin theme. Spent the whole day tweaking the thing to my desires, hardly looks like Rin anymore actually; I'm no designer but I think I did a good job ;) If you run into any bugs let me know. I'm running the following plugins, highly recommended:
- Markdown for formatting
- SpamKarma for comments
- ig:SyntaxHighlighter for syntax highlighting:
onClipEvent(load)
{
_root.gotoAndPlay(1);
}
- MimeTex for math formulas:
- Related posts for, well, related posts, à la MossyBlog
Oh, and by the way, I'm using SpellBound for Firefox for check spelling before posting.
Update: Had an issue with not getting comments notifications mailed. It wasn't giving me any errors either. On line 1604 of includes/functions.php, change:
To:
The fifth parameter is disabled with safe_mode on, at least on MT. The errors don't show up anywhere because of the @ sign which suppresses errors.


