Hi,
I've got a strange problem with node comment module, and I don't really know if it's a misconfiguration or a bug.
I'm using Panels to organise one of my node types. I've two panes for comments : one for comments form, and one for comments display.
The form is working very well but that's not the case of the comments display.
First case : I'm using the view nodecomments. The display is ok but it doesn't follow the node-comment.tpl.php. It seems logical for now (is it ?), but that comes strange when I'm editing a comment : the page of the edited comment is now following the node-comment.tpl.php display. The other pages of the comments listing are not affected. For example, if I'm editing a comment on page 3, page 1/2/4 will still be normal, and every comments on page 3 will follow the template file.
Also, the user who has edited the node is the only one who can see this. Other users are still seeing the normal page (not following node-comment.tpl).
I really don't know what can be the cause of this.
Second case : I'm using the "Node comments" pane available in the "Add content / Node" menu in Panels. I believe I'm configuring everything like it should (there's not many parameters). But the output is empty... The only thing displayed is the title of the pane.
I confess that I'm a bit lost. Is this something typical, a bug or am I missing something ?
Comments
Comment #1
Pierre_G commentedI don't really know why, the issue disappeared.
Not sure, but maybe because I updated my version of the module. It still made it a bit after, maybe a caching issue.
Well, the second case isn't working, but i have no problems anymore with the first case, so that's ok...