I have comments that are being auto approved in Drupal and I'd like to disable that. I want to approve comments before they are published.

link|improve this question
feedback

2 Answers

If a comment is 'auto approved' as you call it, depends on the user's permissions. To change it, log in as administrator, go to /admin/user/permissions#module-comment and make sure that the 'post comments without approval' permission is not set for roles that are not allowed to post comments without approval.

link|improve this answer
feedback

In Drupal 7 authenticated (logged in) users have the 'Skip comment approval' property set by default. This can be changed at /admin/people/permissions/list#module-comment to put the comments in an approval queue, before they are published.

link|improve this answer
feedback

protected by Community Dec 11 '11 at 5:59

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.