CCK has its help pages listed under 'Content', which is confusing and not what the user expects.
(granted, content.module is not such a good name to begin with...)

Ideally, the entry on the index page would be 'Content Construction Kit (CCK)', and 'CCK' in breadcrumb trails.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

merlinofchaos’s picture

It should be nearly trivial to allow .ini file settings for this.

yched’s picture

Status: Active » Needs review
FileSize
3.79 KB

Attached patch does this.
[advanced help settings]
name = "name for breadrumbs and title of the module's index page"
index_name = "name for the general help index page"

if index_name is absent, name will be used on help index page as well
if both are absent, the orginal name from .info will be used.

merlinofchaos’s picture

Status: Needs review » Fixed

This has been committed with a couple of minor changes:

"index_name" was changed to "index name" to be more consistent with "line break".
Text to describe the new fields was added to the appropriate help file.

yched’s picture

Status: Fixed » Reviewed & tested by the community
FileSize
565 bytes

A line got leftover.

merlinofchaos’s picture

Status: Reviewed & tested by the community » Fixed

Whoops, sorry about that. Committed!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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