Is it possible to have moderated comments but un-moderated forums?
Both still require a user account, but I don't want my forum posts all appearing in my comment approval queue.
Thanks, Eric.
Just guessing, but look into hook_comment
http://api.drupal.org/api/function/hook_comment/5
Your request could be a pretty useful contrib module (if it isn't already!)
I figured out *yesterday* how to search just for projects on drupal.org: http://agaricdesign.com/note/search-just-modules-drupal-org (simply part of the advanced search)
http://drupal.org/search/node/type%3Aproject_project+comment+OR+forum
Nope, not that that proves much.
General search online for "moderate comments by content type drupal" turns up this: http://drupal.org/node/31785
Which shows how to do exactly how you ask in Drupal, uh, 4.6. But the principle should be the same! You'll need at least a .info file and stuff to make a Drupal 5 module. I'd love to know if you contribute a Drupal 5 implementation of moderating comments for some content types but not others.
benjamin, Agaric Design Collective, http://AgaricDesign.com/
I came up with this from the posting you suggested.
http://drupal.org/project/split_moderation
Benjamin Melançon wrote:
Just guessing, but look into hook_comment
http://api.drupal.org/api/function/hook_comment/5
Your request could be a pretty useful contrib module (if it isn't already!)
I figured out *yesterday* how to search just for projects on drupal.org: http://agaricdesign.com/note/search-just-modules-drupal-org (simply part of the advanced search)
http://drupal.org/search/node/type%3Aproject_project+comment+OR+forum
Nope, not that that proves much.
General search online for "moderate comments by content type drupal" turns up this: http://drupal.org/node/31785
Which shows how to do exactly how you ask in Drupal, uh, 4.6. But the principle should be the same! You'll need at least a .info file and stuff to make a Drupal 5 module. I'd love to know if you contribute a Drupal 5 implementation of moderating comments for some content types but not others.
benjamin, Agaric Design Collective, http://AgaricDesign.com/
I came up with this from the posting you suggested. http://drupal.org/project/split_moderation
Hey Eric, that's awesome! Congratulations on your module.
benjamin http://AgaricDesign.com