Hi,
I have developped a whole «community» plugin for Wordpress MU featuring member profiling, some statistics, up & down voting system like-digg but there's one little thing that annoy me and that I can't fix.
I'm unable to hook into comment_author_link. I wish to provide a (dofollow) profile link to the registered author and a nofollow typical link to the anonymous commenter.
An easy tricks would be to simply edit the template page and write a brand new function but that would not be compliant with every themes.
Is there a more complex way to hook into it than
add_action('comment_author_link', 'pa_author_link');
or....
Thanks
-Matt