Help texts are needed for these pages:

- "?q=admin/taxonomy":
o 'edit vocabulary', 'add term', 'edit term' and 'preview form'.

http://lists.drupal.org/archives/drupal-docs/2005-04/msg00008.html

CommentFileSizeAuthor
#6 add_vocab_page_help-19880-6.patch829 bytesbenelori
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bdragon’s picture

Version: x.y.z » 7.x-dev

Edit vocabulary, add term, edit term still relevant. Couldn't figure out what "preview form" is referring to.

Steven Jones’s picture

Title: Add missing help text for taxonomy.module » Add missing help text to taxonomy_help() for adding/editing vocabs/terms
Version: 7.x-dev » 8.x-dev
Component: taxonomy.module » documentation

Moving to D8 and documentation.

jhodgdon’s picture

These should not be in the documentation component, which is for API documentation. Trying to figure out where they should be:
#1195218: Need new component

Steven Jones’s picture

Component: documentation » taxonomy.module
Issue tags: +Help text
jibran’s picture

Issue summary: View changes
Issue tags: +novice documentation, +Novice

It is a novice task tagging for core mentoring.

benelori’s picture

Status: Active » Needs review
FileSize
829 bytes

Added help text on the 'admin/structure/taxonomy/add' page.

Couldn't add help text for editing vocabularies for terms, because hook_help is implemented for the use of '%' as placeholder (see hook_menu() in D7), while in D8 the routing system is different.

jhodgdon’s picture

Status: Needs review » Postponed (maintainer needs more info)

Thanks for the patch... I am not the person who originally reported this issue, so I don't know what help they thought we needed on the taxonomy vocabulary add/edit forms. We don't have help on other add/edit forms, such as node/add forms, as far as I know. I think we should probably actually just skip this, especially since (as you noted) we cannot really do it for all the paths to be consistent.

BiigNiick’s picture

I'm at the Drupal sprint in Austin taking a look at the Novice issues.

Maybe this isn't help text that's needed. . . on the node/add page the "help" that is being displayed is the description for the content type, i think. And the other 'help' on the following pages are descriptions for the fields.

jibran’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

I think we can use a tour instead of updating taxonomy_help for this change. Marking won't fix because it's marked "Postponed (maintainer needs more info)" for last year.

YesCT’s picture

Issue tags: -novice documentation +Documentation

I'm cleaning up some Novice tag duplicates. removing the combined "novice documentation" tag so I can delete it, since we should be able to make a search for the novice tag combined with the documentation tag https://www.drupal.org/project/issues/search?projects=&project_issue_fol... or maybe even better: the documentation component combined with the novice tag https://www.drupal.org/project/issues/search/drupal?project_issue_follow...