[OT] New look for the blog

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:


onClipEvent(load)
{
  _root.gotoAndPlay(1);
}
 

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:


return @mail($to, $subject, $message, $headers, $more);
 

To:


return mail($to, $subject, $message, $headers/*, $more*/);
 

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.


WordPress database error: [Can't open file: 'wp_comments.MYD'. (errno: 145)]
SELECT * FROM wp_comments WHERE comment_post_ID = '82' AND comment_approved = '1' ORDER BY comment_date

No comments have been added to this post yet.

Leave a comment




Your e-mail address is never displayed. If you run into issues with SpamKarma blocking you, email me at $patrick->5etdemi(com)


RSS feed for comments on this post | TrackBack URI