Closed (fixed)
Project:
Nitobe
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Reporter:
Anonymous (not verified)
Created:
14 Jul 2008 at 02:07 UTC
Updated:
3 Dec 2018 at 14:22 UTC
Jump to comment: Most recent
Right now the comment link is rendered if the $links variable is populated. The conditional should instead be checking $comment_count and $comments
Comments
Comment #1
Anonymous (not verified) commentedFix committed to HEAD.
Change made to node.tpl.php (v1.3):
- Whether or not the comment link is displayed is determined by checking the
$commentvariable.Change made to template.php (v1.6):
- Function
nitobe_teaser_comment_linknow uses$node->commentin addition to$node->comment_count.Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.