Closed (fixed)
Project:
Node Comments
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2010 at 16:20 UTC
Updated:
29 May 2010 at 08:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
cjs_ commentedI just had this issue. Hopefully your solution will be the same as mine.
Although the nodecomment module creates the comment content type, it doesn't set it as the default node type for comments despite the comment setup form making it appear as though it does.
1) Go into admin/settings/nodecomment
2) Make sure comment is already selected as the default node type for comments (it likely already is)
3) Save
This got things working again for me. Good luck.
Comment #2
netrom commentedcjs_ I am not sure I can recognize the path you mention: admin/settings/nodecomment. Which "settings" do refer to?
Comment #3
boran commentedIn D6 to set nodecomment for "story" content (i.e. normal web pages), go to admin/content/node-type/story, comment section and set "Node type for comments" to comment (as opposed to drupal comments).
Comment #4
shanejeffery86 commentedHey Boran.
I have disabled the Comment module and enabled Node Comment. When I go to my Article content type, I choose the Node Type: Comment and then I set it in the Administration Menu under Comments to Node Type: Comment as well. The box for comments is still not showing up.
Any would be appreciated!
Thanks!
Comment #5
waddles commentedI have the same problem. In my 'Business' content type, I have 'Comment' (nodecomment) as Read/Write for the comment type. Even after creating a new Business node, the About This Node block still shows Commenting: Disabled
Comment #6
waddles commentedI looked at the about_this_node module and found it was only reporting on the core Comment module, not Node Comments module so added #683196: Add Nodecomments integration. Also had Disqus module enabled so it's now disabled too.
However, I still can't get it to display any links to add comments. I can add comments by manually entering the URL
/node/add/comment/5and it displays the new comment after saving, but neither the parent node nor the comment nodes get any links displayed.By adding a call to Devel module's
dpm()function to line 759 in nodecomment.module, I can see that the links are correctly being generated but for some reason they are not being themed correctly:That displays a Krumo block in the message area with the following:
Comment #7
waddles commentedFound the root cause of the problem displaying the new comment submission form:
In my 'Business' content type, I had "Location of comment submission form:" set to "Display on separate page". Changing that to "Display below post or comments" displays the form below the content. This relates to line 898 of nodecomment.module:
However, changing that one setting also messes up several other settings, including unsetting some of the variables. I have detailed the changes in the attached diff file.
Still no links are being displayed anywhere.
Comment #8
fehin commentedWould someone please look into this? What's the point of using this module if it doesn't work properly.
Comment #9
locomo commentedsubscribe
Comment #10
Ghostthinker commented+1
Comment #11
crea commentedThis issue is filled with various reports from people using different versions, which makes it impossible to answer. Nodecomments 1.x was totally different and is not supported anymore.
Please open separate reports for your questions, providing all information:
1) Node Comments version
2) your commented content types, with configuration.
3) your comment content types
4) Expected behaviour
5) Observed behaviour.
Thanks.