From 6f47fa8ec332efe313c0b35ffd440a87f2a980d1 Mon Sep 17 00:00:00 2001 From: Sree Date: Wed, 9 Oct 2013 13:07:44 +0530 Subject: [PATCH] Updated about weights & operations --- core/modules/taxonomy/taxonomy.module | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/taxonomy/taxonomy.module b/core/modules/taxonomy/taxonomy.module index 4a17f3d..ce0b7d5 100644 --- a/core/modules/taxonomy/taxonomy.module +++ b/core/modules/taxonomy/taxonomy.module @@ -61,6 +61,7 @@ function taxonomy_help($path, $arg) { $output .= '
  • ' . t('sub-term: Hard rock') . '
  • '; $output .= t('You can assign a sub-term to multiple parent terms. For example, fusion can be assigned to both rock and jazz.') . ''; $output .= '
    ' . t('Terms in a free-tagging vocabulary can be built gradually as you create or edit content. This is often done used for blogs or photo management applications.') . '
    '; + $output .= '
    ' . t('The show row weights option allows us to display "weights" of each vocabulary using which we can reaarange them. The Operations dropdown provides various options to list terms of a vocabulary, edit it, add new terms to it etc. ') . '
    '; $output .= '
    ' . t('Assigning vocabularies to content types') . '
    '; $output .= '
    ' . t('Before you can use a new vocabulary to classify your content, a new Taxonomy term field must be added to a content type on its manage fields page. When adding a taxonomy field, you choose a widget to use to enter the taxonomy information on the content editing page: a select list, checkboxes, radio buttons, or an auto-complete field (to build a free-tagging vocabulary). After choosing the field type and widget, on the subsequent field settings page you can choose the desired vocabulary, whether one or multiple terms can be chosen from the vocabulary, and other settings. The same vocabulary can be added to multiple content types, by using the "Re-use existing field" section on the manage fields page.', array('@ctedit' => url('admin/structure/types'))) . '
    '; $output .= '
    ' . t('Classifying content') . '
    '; -- 1.8.3.msysgit.0