Hi!
I had a similar problem. At least the first part of it. I wanted to remove the link so it just showed the name of the person commenting. What I found worked (at least for my theme) is to locate <?php comment_author_link() ?> in the comment.php file of your theme and change it to <?php comment_author() ?>
I.e you remove the _link part. That does it. How to achieve part 2 of your question, not sure.