By gnucifer on
Lets say I have a video and a blog content type. I want anonymous users to be able to post comments on blog entries, but only authenticated users to post comments on nodes of the video type (both should be visible to all users). Is there a way of achieving this without having to write a custom module? Would greatly appreciate any advice.
Comments
Found
Found http://drupal.org/project/comment_perm. Should do the job if it works.