Changing field names
Just a quick thought.
Fields like yahoo, aim, gtalk etc are rarely going to be used.
If I want to use these for something else (to display the same type of content) is it just a case of changing all references to that field?
For example, if I wanted to use AIM as something else would I simply search for $aim and change accordingly?
ie - $post_content .= '[aim]'.$aim.'[/aim]'."\n"; (there are 6 references that I could find)