Reference: Drupal 7 Information Architecture handbook page.

According to this document:

Content

Drupal path: admin/content

The Content section lists all nodes. No module should add its configuration here. Only lists related to node objects should be included here.

Examples: Lists of comments

Based on this, since the module's configuration is not a list of comments, but rather comment access control, it might be better to add it under admin/config/people instead. Per the handbook page:

People

Drupal path: admin/config/people

The People category should hold all modules that would fit under the old "User Management" category in Drupal 6. (Note: Do not confuse this category with the People section above.)

Examples: Access control modules

In the case of this particular module I am not sure if this is best, but it is worth considering.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

xjm’s picture

Status: Active » Needs review
FileSize
1.16 KB

Here is a patch that would apply this change.

rschwab’s picture

Thank you for your patch! I think you're correct I have the configuration in the wrong place. However, I think admin/config/content would be the best spot for it. Even though the example above includes "access control modules" and Commentaccess is one... I think the configuration options are more about setting defaults on content authoring, rather than user management. I'll adapt your patch and commit it asap.

Thanks again! I'm always happy to see people care enough about the module to contribute to the issue queue.

rschwab’s picture

Status: Needs review » Fixed
FileSize
1.48 KB

Made the updates as per 1 & 2 and also added a configuration link on the modules admin page. Committing to dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.