this is my problem,
- A node is in unpublished state
- The "View own unpublished content" permission is set
- The node author posted a comment on the node, but the comment is not getting rendered in the node page
- The super admin user though can see the comment.
Is this normal in Drupal 7? If so, how can I make those comments visible for the node author?
Hope I can explain my problem, thanks...
1) You may first check and see if the comment is published or not. Comment itself can be pending for approval.
2) I have just tested on Drupal 7 with an unpublished article and adding some comment, they show properly.
3) You may check the template of the node type. Or if you really want to make it and have no other way to do it, use views(not recommended).