Posted by jazzdrive3 on December 26, 2008 at 6:57am
Jump to:
| Project: | Node Comments |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
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.
#2
D5 branch is not supported anymore. Closing.
Please reopen if the issue is relevant with Nodecomment 6.x-2 branch.