geek and proud archives |
Monday, August 30, 2004
The Switch
I’ve been meaning to write a little bit about the switch from MovableType to WordPress. Not much, just a little bit. Updating my templates wasn’t hard at all. It was basically just replacing all the MT tags with a little bit of PHP. Having multiple index templates (blog, photoblog, etc…) caused a small problem, but a little PHP code fixed that too. Here’s a list of links to useful information that helped me with the move:
Hmm… I thought there was more to it than that. I’ll update this post if I find anything else that I used. Also, obviously, the WordPress Docs, though those weren’t as helpful as I would have liked. |
||||
|
The real docs are at:
http://wiki.wordpress.org
http://wordpress.org/support
http://faq.wordpress.net
http://wordlog.com
http://weblogtoolscollection.com
http://bloggingpro.com
etc.
I am sorry I didn’t link them all. I thought the comment moderation would kick in, causing you more work 🙂
Weird. Comment moderation did kick in (as it should have, I have it set for five links), but it didn’t e-mail me about it. I’ll have to figure out why not.
Could it be that the admin email (in Options->General) or your email address in your profile are not defined. The mod emails are sent to the address in your profile.
You also have to explicitly select the option to have an email sent each time a comment is awaiting moderation. You can make sure it’s set right at wp-admin/options.php?option_group_id=all (look for moderation_notify and make sure it is set to a 1)
I think I have it figured out. I wasn’t getting e-mails about comments, either. Looks like the problem was 1and1’s sendmail or virus scanner or something not liking any \r characters in the headers. Figured this out from the second comment here. Had to edit wp-includes/functions.php to not include the \r in the headers in wp_notify_postauthor and wp_notify_moderator.