(Not sure this is doable easily, or even that it's a good idea to begin with)

At some point, CCK will need a 'field types' page. All 'core' field types will provide a child page describing the specifics of this field type (what it stores, info on the available settings, etc...)
It would be cool if contrib field modules like date or filefield could provide their own 'field description' topic as children of CCK's 'field types' topic.

CommentFileSizeAuthor
#4 advanced_help.module.patch969 byteskarens

Comments

merlinofchaos’s picture

Status: Active » Fixed

They can. Just use modulename%topicname -- and this is documented.

Note that I didn't extensively test this feature, so it may break down somewhere but I did do some basic testing of it.

yched’s picture

Hm. Always embarrassing :-/

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

karens’s picture

Status: Closed (fixed) » Active
StatusFileSize
new969 bytes

We're trying this out and I ran into a bug in the code that keeps it from working. Attached is a patch to fix it.

karens’s picture

Category: feature » bug
Status: Active » Needs review

Changing status.

karens’s picture

Oops, I see another issue #323867: parent module%topic format does not work, but that isn't a patch so I'll mark it a duplicate.

pasqualle’s picture

Status: Needs review » Reviewed & tested by the community

same patch from me, and tested..

karens’s picture

Just a note, CCK Advanced help is broken until this is fixed.

Roi Danton’s picture

Patch works for my own module + submodules (not at drupal.org for now), too. Without patch module%topic didn't work.

merlinofchaos’s picture

Status: Reviewed & tested by the community » Fixed

Thanks Karen! Sorry about taking a bit to get to this; I only do advanced help passes every now and then, and this came in right after I released 1.1.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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