I have two types of user. one is Administrator another is Blog admin. A Blog admin can create, edit, delete blog content. as well as edit and delete comment from authenticate & anonymous user. I have gave following comment module permission to blog admin

- access comments
- administer comments
- post comments
- post comments without approval

I have also tried content access module can't find the way how could set permission to comment module.

Hopefully this time I will get answer

Comments

steve hanson’s picture

There are quite a few different modules out there for this sort of thing - you might want to look at the user comment module - http://drupal.org/project/usercomment

Steve Hanson
Publisher Eye On Dunn County
https://eyeondunn.com

doomed’s picture

I have a group called "Site editor". I also have a user called "Johnny" that belongs to this group.

The group has all the comment permissions enabled:

- access comments
- administer comments
- post comments
- post comments without approval

The group also have this permission:

- administer nodes

Now I want Johnny to be able to check the list of comments waiting to be approved and manage that stuff (publish/delete/etc).

But he doesnt seem to have permission for that. He doesnt even get the Comments link on his Navigation menu.

What's missing here?