Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Nov 2008 at 14:50 UTC
Updated:
26 Nov 2009 at 02:55 UTC
Jump to comment: Most recent file
Comments
Comment #1
mr.baileysComment #2
karschsp commentedtagging for novice queue
Comment #3
JamesAn commentedThe descriptions under
Administer » By moduleare fetched from the modules' respective .info files. I don't think it would be appropriate to have a notice in the module's description about where to find its controls, although I agree that it needs to be somewhere.This patch places the following blurb under hook_help:
Controls for comments of specific content types are available under the content type's edit pageI avoided using blogs as a specific example as comment controls are content-type-specific and all content types can be open to commenting.
Comment #4
dries commentedI'm OK with this patch. Sounds like a nice usability improvement.
Comment #5
catchWe should definitely add the help text, but not in 3-4 places - just admin/content/comment seems fine.
Comment #6
JamesAn commentedThe help text in comment_help() has changed. I've updated the patch.
Comment #8
JamesAn commentedWhy'd it not work..? =\ Here's it again.
Comment #9
shawn dearmond commentedThe patch worked as advertised and the help line is added to the comment module.
Comment #10
yoroy commentedYay for drastically shorter help texts.
Only niggle I have is I don't think we use 'controls' very often, but settings instead. And I think we can shave off a few more words and put the most important ones first:
change this:
Controls for comments of specific content types are available under the content type\'s <a href="@content-type">edit page</a>.to this:
Change comment settings on the content type\'s edit page.Comment #11
yoroy commentedstatus…
Comment #12
shawn dearmond commentedAlright, here's a patch with yoroy's suggestion.
It's up to the community to decide which should be committed.
Comment #13
yoroy commentedtestbot?
Comment #14
dries commentedCommitted to CVS HEAD. Thanks!