At the moment, I'm using this PHP script to check if the author name is given:
CODE
echo (strlen('<$MTCommentAuthor encode_php="q"$>') > 0) ? '<$MTCommentAuthorLink spam_protect="1" encode_php="q"$>' : 'somebody';
Which displays 'somebody' if they haven't entered a name, or their name if they have.
Is there a way MT can display 'somebody' by default instead of having to run this PHP for each comment? Also, the PHP doesn't work on the mt-comments.cgi preview script, because it's in CGI.)
Many thanks,
Paul.