I have the permissions set to allow anon users to comment and that works just fine. What I also want is the anon user to have access to the "reply" link for existing comments.
Any idea on how to accomplish it?
I've tried to debug/trace this with no luck. I do know that the comment module's comment_link() returns an array containing the comment_reply permission, but I'm relatively new to Drupal and I don't understand what happens to the $links array between comment_link() and the page rendering.
For what it's worth, if I cut and paste the value of $links['comment_reply']['href'] from comment_link() (according to devel) into the address bar, I (as anon user) can access the reply form, so I believe it's just a matter of getting the link to render properly on the node page and not a permissions issue.
Thanks.