Hi Jordi,
I really love that the <?php the_author_posts_link(); ?> is linking to the user profile page of your plugin and I want to do the same for <?php comment_author_link() ?>, but I have no idea how to do that...
Normally the comment either links to the commenter's website, if they have specified one, or has no link at all, but I think it would be great if their name would link to their user profile page of your plugin.
Unfortunately I have no programming skills whatsoever, so I would like to ask if you can help me out.
I think I have to make adjustments in ../wp-includes/comment-template.php, as there is the function get_comment_author_link() specified, but I do not know what to change so it will link to the profile page of your plugin.
I know this really has nothing to do with your plugin per se, but I am still hoping you can help me out. :D