By andykemp on
Hi,
I want to be able to moderate all comments attached to nodes apart from those associated with the forums. I am happy for people topost watever they like (within reason!) within the forums, but need tomonitor more carefully what comments are allowed on the front page. I feel like this should be possible, even if it required some hard coding of the forum.module or comments.module... But I'm not quite sure where to start and have only been using Drupal for abour 2 days!?!
Thanks for any help you can provide...
Andy
Comments
Anyone?
Does no-one have any idea if this is possible???
It's possible
You will need to modify the default workflow for all content types except for the forum.
In Drupal 4.5.*, go to Administer | content | configure | default workflow and check the "Moderate" checkbox for the content types you want to have more control over.
In Drupal 4.6.*, go to Administer | content | configure | content types and follow the "configure" links next to the content type names.
Thanks
I saw this but thought putting things in the moderation queue only applied to publishing a post of this type not the assocaited comments... Is this not how this works?
I want to allow a role to be able to publish these nodes (which I now have up and running), but I want the comments on them to be moderated. However I want the students to be able able to post and comment on the forums...
Does what you have suggested do what I want or am I just a little dense today...
Try this (4.6 only)
- Create a folder named comment_approval under the modules directory in your Drupal installation.
- Paste the code below into a file named comment_approval.module
- Enable this module (administer | modules)
- Give your users permission to both, post comments and post comments without approval (you'll be able to take that away in the next step)
- Go to administer | content | configure | content types, and in the configuration screen for content type(s) you want to restrict, check the moderate comments checkbox.
- Test.
And yep,
I completely mis-interpreted the problem in the first place.
You are a Star!!
Thank you you are wonderful! I shall try this when I get into work tomorrow!
5.x
I needed this for Drupal 5, so I put it in a module.
http://drupal.org/project/split_moderation