The admin help page (?q=admin/help/taxonomy) needs to have updated docs for the taxonomy module.

In #570440: Remove the taxonomy wall of text I removed the wall-of-text intro from the admin page ?q=admin/structure/taxonomy. It's plausible some of the text from the old page will be useful (but probably not).

Comments

emmajane’s picture

See also #31394: Improve taxonomy help text for vocabularies for additional language for the taxonomy admin help page.

heather’s picture

I wasn't sure if I should jump in and write a patch, as oyu might be working on one, Emma Jane?

Currently, with the default 'tags' vocabulary, it is quite unclear what 'term' means and that 'tagging' can be added to any vocabulary.

I suggested chunking a description of the basics of Vocabulary, and a comparison of Admin-defined terms versus user-defined tags. As well, anything about extending at the end.

There is a mixing of metaphors with a 'cooking' metaphor in the help page, and 'music' on the docs page. I prefer the music metaphor, and honestly, I didn't grok the cooking metaphor after a few times reading it.

Do you want me to make this a patch?

Taxonomy help

The taxonomy module allows you to categorize content using various systems of classification for maximum flexibility.

Vocabulary

A vocabulary allows administrators to define a system for classification of content. Each vocabulary consists of a set of terms. Add vocabulary

Music Genre would be an example of a vocabulary; and rock, jazz and classical would be an example of terms in that Vocabulary. You could allow for users to submit the terms using a 'tagging' approach, or you could pre-define those terms.
You can have multiple vocabularies associated with multiple content types; allowing for Region as well as Music to be cross-referenced, and describe both articles or pages on your site. Vocabularies can be set to allow terms to define related terms. This functions similar to "see also" in a dictionary.

Each taxonomy term (often called a 'category' or 'tag' in other systems) automatically provides lists of posts and a corresponding RSS feed. These taxonomy/term URLs can be manipulated to generate AND and OR lists of posts classified with terms. There are a significant number of contributed modules which you to alter and extend the behavior of the core module for both display and organization of terms.

Terms: pre-defined
Administrators can define terms for users to classify their content. Terms can be hierarchical; allowing for parent and child relationships between terms. Edit or add a vocabulary, click 'Advanced options' to expand and select a parent term.

Tagging: user-defined
By default there is a Vocabulary called Tags. This allows users to describe content with their own list of comma-separated terms (called tags). This is an example of a non-hierarchical vocabulary. User defined tagging can be added to any vocabulary. Edit or add a Vocabulary, under 'Settings', select Tags.

Extending Taxonomy

The taxonomy module supports the use of both synonyms and related terms, but does not directly use this functionality. However, optional contributed or custom modules may make full use of these advanced features.
For more information, see the online handbook entry for Taxonomy module.

emmajane’s picture

I haven't started on the patch yet, heather. Please feel free to jump in!

Tor Arne Thune’s picture

Version: 7.x-dev » 8.x-dev
Category: bug » task

I'm not sure about the current state of this help page in Drupal 7.0, but I would say this is a task, not a bug.

Bojhan’s picture

dcam’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)

This issue is a duplicate of #461988: Rework Taxonomy help.

Edit: Actually this work was completed later by #640348: Help File Fixup: Taxonomy module.