Currently, the settings for comment.module are available only as a fourth-level local task (hence almost hidden) under :
Administer / Content Management / Comments / Settings
instead of being a third-level menu item under :
Administer / Site Configuration / Comments
where it seems it should belong along with the settings of other modules.

The suggested patch adds such a link under settings, and does not remove the existing local task.

CommentFileSizeAuthor
comment.module_80.patch796 bytesfgm

Comments

catch’s picture

Status: Needs review » Needs work

This isn't rolled from root, could do with -p but it applies with offset. Nice idea.

Throws these notices/warnings though, and that tab no longer appears on admin/content/comment any more..

notice: Undefined index: comment_admin_settings in /home/libcomwww/public_html/drupal6/includes/form.inc on line 260. 
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'comment_admin_settings' was given in /home/libcomwww/public_html/drupal6/includes/form.inc on line 273. 
fgm’s picture

Status: Needs work » Postponed

The central setting mentioned here was removed somewhere between beta1 and beta2 (1.587 of comment.module). See http://drupal.org/node/180432

lilou’s picture

Status: Postponed » Closed (fixed)