1. <?php comment_author_link(); ?> - <?php if ($comment->user_id) { $user=get_userdata($comment->user_id); echo '@'.$user->user_nicename; }  ?>