For instance, I have a view listing most recent comments on the front page. Let's call the link www.example.com/front-page.

Node comments listed there will have their subject linked to www.example.com/front-page#comment-17 and so forth, instead of linking to the node that the comment was made on. This is true for everything, so in most cases the links don't work.

Comments

hadsie’s picture

This seems to be a D6 issue as well. And I believe it's because there's no <a id="comment-#"> on each comment. Where the comment # is the nid of the current comment node.

In node-comment.tpl.php it should be added to the top of the file.

crea’s picture

Status: Active » Closed (fixed)

D5 branch is not supported anymore. Closing.
Please reopen if the issue is relevant with Nodecomment 6.x-2 branch.