Subject link is relative to the current page, not hard linked to the parent node of the comment.

jazzdrive3 - December 26, 2008 - 06:57
Project:Node comments
Version:5.x-1.1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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.

#1

hadsie - October 18, 2009 - 14:16

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.

 
 

Drupal is a registered trademark of Dries Buytaert.