Closed (fixed)
Project:
Node Comments
Version:
6.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2010 at 13:43 UTC
Updated:
17 Aug 2010 at 10:50 UTC
Hi,
Nodecomment is installed, the story content type has been configured to use it, and I can post a comment. But the comment is not showing up at the bottom of the page.
node-comment.tpl.php is in the theme directory, but I suspect the them is ignoring it.
The Theme (Aquia marine) already had a comment-wrapper.tpl.php and comment.tpl.php.
How does node-comment.tpl.php get called during display? It is because of the node-CONTENTTYPE.tpl automation - but that would make little sense because the actualy node we are trying to display is of type "story".
Could it be because Aquaia Marina has a function phptemplate_preprocess_comment_wrapper() in template.php ?
Comments
Comment #1
dgautsch commentedI've got the same issue. It completely ignores the node-comment.tpl.php. Even more disconcerting is when you drop in a node.tpl.php with a node-comment.tpl.php in the same template folder, you get this error:
Comment #2
51ucars commentedsame issue.
and get the warning
user warning: Unknown column 'u.signature_format' in 'field list' query: SELECT nc.*, u.signature, u.signature_format FROM node_comments nc INNER JOIN users u ON nc.uid=u.uid WHERE nc.cid = 41 in ...l\sites\all\modules\nodecomment\nodecomment.module on line 533.
Comment #3
51ucars commentedupgrade drupal to 6.16 and solve the problem.
Comment #4
gweston commentedI have upgraded and still have the problem. It is completely ignores the node-comment.tpl.php
Comment #5
crea commentedI'm confused. node-comment.tpl.php is used for nodes which are comments, not which are commented.
Are you sure it doesn't work this way for you ?
Comment #6
crea commentedno answer
Comment #7
carlitus commentedI've the same issue, the node-comment.tpl.php it's ignored. I have node.tpl.php in the same theme.
Comment #8
crea commentedPlease answer the following:
1) Which node type is commented
2) What is the nodecomment type for the above type
3) Desired behavior
4) Observed behavior
It could be a bug but we need as much info as possible to decide.
Comment #9
pcambraWe've updated nodecomment to beta6 and this is no longer happening.
Thanks!