Download & Extend

Let topics have topic from other module as parent

Project:Advanced help
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

(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.

Comments

#1

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.

#2

Hm. Always embarrassing :-/

#3

Status:fixed» closed (fixed)

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

#4

Status:closed (fixed)» active

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.

AttachmentSize
advanced_help.module.patch 969 bytes

#5

Category:feature request» bug report
Status:active» needs review

Changing status.

#6

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.

#7

Status:needs review» reviewed & tested by the community

same patch from me, and tested..

#8

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

#9

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

#10

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.

#11

Status:fixed» closed (fixed)

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