Closed (fixed)
Project:
Node Comments
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Dec 2008 at 06:57 UTC
Updated:
9 May 2010 at 19:32 UTC
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
Comment #1
hadsie commentedThis 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.
Comment #2
crea commentedD5 branch is not supported anymore. Closing.
Please reopen if the issue is relevant with Nodecomment 6.x-2 branch.