From 637004c5391eb48b473a80df1de425aaae8edc25 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 23 Jan 2003 09:24:20 +0000 Subject: - Tidied up XHTML. Patch by Ulf. - Added missing t() function. Patch by Stefan. --- modules/taxonomy/taxonomy.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/taxonomy/taxonomy.module') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index f899a86b5..8dbcceae3 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -755,7 +755,7 @@ function taxonomy_help() {

Setting up a vocabulary

When you set up a controlled vocabulary, you will be asked to enter some descriptive data and define the attributes of this vocabulary. For example, if you select the hierarchy option, you will be defining a taxonomy or a thesaurus. If you select related terms option, you are allowing the definition of related terms as in a thesaurus. Selecting multiple select will allow you to describe a node using more than one term. That node will then appear in each term's page, thus increasing the chance that a user will find it.

- Vocabulary name
Required. The name for this vocabulary. Example: Dairy.
+

Vocabulary name
Required. The name for this vocabulary. Example: Dairy.

Description
Optional. Description of the vocabulary, can be used by modules and feeds.

@@ -765,18 +765,18 @@ function taxonomy_help() {
Hierarchy
Allows a tree-like taxonomy, as in our Foods example above

- Multiple select
Allows nodes to be described using more than one term. Nodes may then appear on multiple taxonomy pages.
+ Multiple select
Allows nodes to be described using more than one term. Nodes may then appear on multiple taxonomy pages.

Adding terms to a vocabulary

The options you see when adding a term to a vocabulary will depend on what you selected for related terms, hierarchy and multiple select when you created the corrosponding vocabulary.

- Term name
Required. The name for this term. Example: Milk
+

Term name
Required. The name for this term. Example: Milk

Description
Optional. Description of the term that may be used by modules and RSS feeds. This is synonymous with a 'scope note'.

Parent
Required. Select the term under which this term is a subset -- the branch of the hierarchy that this term belongs under. This is also known as the "Broader term" indicator used in thesauri.

- Synonyms
Optional. Enter synonyms for this term, one synonym per line. Synonyms can be used for variant spellings, acronyms, and other terms that have the same meaning as the added term, but which are not explicitly listed in this thesaurus (i.e. unauthorized terms).
+ Synonyms
Optional. Enter synonyms for this term, one synonym per line. Synonyms can be used for variant spellings, acronyms, and other terms that have the same meaning as the added term, but which are not explicitly listed in this thesaurus (i.e. unauthorized terms).

Displaying nodes organized by term(s)

In order to view the nodes associated with a term or a collection of terms, you should browse to a properly formed URL. For example, see ">. Taxonomy URLs always contain a term ID or list of term IDs at the end of the URL (aka querystring). You may learn the term ID for a given term by hovering over that term in the page in the Admin and noting the number after the querystring parameter called tid. If you wish to see nodes from a collection of term IDs, separate each term ID with a comma. Also, the name of the querystring parameter may be or or and: or shows nodes which appear in any of the term IDs while and shows nodes in all the specified term IDs. Thus, or is less specific than and.

-- cgit v1.2.3