Ok, I know that this 'bug' was fixed here http://drupal.org/node/291154,
but in my opinion, this is more a feature request, not a bug.
Simple example: if there are no comments, the talk page is not shown. But how should one submit a comment, if the comment (talk) page is not shown?
I don't get a link on nodes to submit comments. Not in my customized theme and not in garland.
So if the talk page should be hidden, if there are no comments, than there is a need for showing a link to add comments, if there are no comments.
Or do I greatly miss something here?
Comments
Comment #1
heyyo commentedsame request here:
http://drupal.org/node/431624
I didn't get any answer....
Comment #2
marquardt commentedThere is a patch (against the dev version) by cwgordon7 in this comment of a related issue which produces the comment link(s) (in the $links variable provided to every node.tpl.php template) in case there are no comments. As I experienced myself, there is at least one theme in which $links isn't used properly, but that's hardly the fault of the talk module.
Could you test that patch and report back if it works for you?
Comment #3
heyyo commentedThanks the patch works for me, I comment the hook_link_alter() function and did admin/setting/performance "clear cache".
Comment #4
gregglesYep, marking this a duplicate of that issue.