Closed (outdated)
Project:
Drupal core
Version:
8.9.x-dev
Component:
node system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Apr 2005 at 17:48 UTC
Updated:
19 May 2021 at 06:07 UTC
Jump to comment: Most recent
Comments
Comment #1
bdragon commentedadmin/content/types has help text. It could possibly use additional text, it's a bit light on the detail.
content type edit pages are still missing help text.
Comment #2
steven jones commentedAs this would be a change to strings, I believe that this would need to be changed in D8.
Also, changing to the documentation component, as this is a documentation change.
Comment #3
jhodgdonThese should not be in the documentation component, which is for API documentation. Trying to figure out where they should be:
#1195218: Need new component
Comment #4
steven jones commentedComment #5
clemens.tolboomThe original link http://lists.drupal.org/archives/drupal-docs/2005-04/msg00008.html is broken.
The D7 path is now admin/structure/types . Adding
does not show this help. I guess hook_help is not invoked on these pages. Testing on 'node/%/edit' and 'node/add/' content-type fails too. My workaround here was by adding a hook_form_alter to my template.php like
menu_get_active_help is hardly used so I'm not sure how the help plumbing should work.
I hope to return to this issue later :(
Comment #6
xjm(Merging "node system" and "node.module" components for 8.x; disregard.)
Comment #15
quietone commentedI think everything here is covered in the experimental Help Topics Module, which is on it ways to stability. #3027054: Help Topics module roadmap: the path to beta and stable
I think it is safe to close this as outdated.