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

zroger’s picture

Title: displaying the comment form » Comment settings per node type
Assigned: Unassigned » zroger
Category: support » task

Bigger 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.

zroger’s picture

I 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

zroger’s picture

Committed 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

zroger’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.