Closed (won't fix)
Project:
Node Comments
Version:
6.x-2.0-beta7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2011 at 19:26 UTC
Updated:
16 Nov 2012 at 12:34 UTC
Hi
I am getting my node comments in this way
$output .= nodecomment_render($node);
which worked perfectly well. But one day when testing, the comments didn't show up anymore. I was debugging the function and found out that everything is rendered correctly till line 1054
$output = theme('comment_wrapper', $output, $node);
There all the output is more or less swallowed... only the header "comments" is returned.
I checked that $node is filled with the one I selected and $output also has the comments (as html code) before line 1054.
I don't know what I am doing wrong or better what I've changed to cause it ... hope that somebody of you could help me!
Many thanks!!
Eduard
Comments
Comment #1
crea commented2.x is unlikely to get any support at this point. Closing all related issues.