Closed (fixed)
Project:
Node Comments
Version:
6.x-1.2-rc2
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
28 Jan 2009 at 12:17 UTC
Updated:
8 Apr 2009 at 19:10 UTC
I've created two comment content types, one which I want to use for reviews and the other for comments.
I want to be able to display the comment form below posts but the review form on a separate page, at the moment the setup only allows one or the other via admin/settings/nodecomment.
Should this not be set on the content type instead to enable different setups for different content types?
Any help with this would be much appreciated
Comments
Comment #1
zroger commentedBigger issue here is that in Drupal 6, comment settings moved into the content type settings.
I'm renaming this issue to reflect the task at hand. I'll be tracking here all efforts to move comment settings into content-type settings.
Comment #2
zroger commentedI just committed code that moves the existing per-node-type settings out of the "Workflow settings" fieldset and into the "Comment settings" fieldset, for consistency with comment.module.
http://drupal.org/cvs?commit=188308
Comment #3
zroger commentedCommitted changes that move all of the standard comment settings from admin/settings/nodecomment into the content type settings form. Also changes have been made to use the new content-type-specific settings when displaying comments/comment forms.
There is an update function that will make sure all the global comment settings get copied to your node-type settings for continuity.
http://drupal.org/cvs?commit=188410
Comment #4
zroger commented