Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / shs @ 87dbc3bf

Nom Taille Révision Âge Auteur Commentaire
  includes f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
  js f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
  theme f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
LICENSE.txt 17,7 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
README.txt 3,17 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
shs.info 427 octets f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
shs.module 26,7 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7

Dernières révisions

# Date Auteur Commentaire
f7a2490e 13/02/2014 15:56 Assos Assos

git mv htmltest drupal7

Voir les révisions

README


-- SUMMARY --

The Simple hierarchical select module displays selected taxonomy fields as
hierarchical selects on node creation/edit forms and as exposed filter in views.

-- REQUIREMENTS --

Taxonomy module (Drupal core) needs to be enabled.

-- INSTALLATION --

-- CONFIGURATION --

  • Create a new field (type "Term reference") and select
    "Simple hierarchical select" as widget type.

  • Field settings

    • "Display number of nodes" Displays the number of nodes associated to a term next to the term name in the dropdown. WARNING: on sites with a lot of terms and nodes this can be a great performance killer (even if the data is cached).
    • "Allow creating new terms" Terms may be created directly from within the dropdowns (user needs to have permission to create terms in the vocabulary).
    • "Allow creating new levels" If selected users with permission to create terms in the vocabulary will be able to create a new term as child of the currently selected term.
    • "Force selection of deepest level" Force users to select terms from the deepest level.
  • Views (exposed filter)

    • add a new filter using the field set-up as "Simple hierarchical select" or use "Content: Has taxonomy terms (with depth; Simple hierarchical select)" as a new filter
    • use "Simple hierarchical select" as selection type
    • select "Expose this filter to visitors, to allow them to change it"
    • enjoy :)

-- INTEGRATION WITH OTHER MODULES --

  • Chosen (http://drupal.org/project/chosen)

    • If you have installed the module "Chosen" (>= 7.x-2.x) all elements of "Simple hierarchical select" are modified, so the user can search for items within the list. See http://drupal.org/project/chosen for more information.
    • If you have configured "Chosen" to apply always but do not want to apply it to the dropdowns created by "Simple hierarchical select" you may use the following CSS selector in the "Chosen" configuration: select:visible:not(.shs-select)
    • Apart from that you can select whether to use chosen on a per-field base by setting the option "Output this field with Chosen" in the field configuration.
    • "let chosen decide" The field is modified by Chosen if it matches the Chosen configuration.
    • "always" The field is always modified by Chosen.
    • "never" The field is not modified by Chosen even if it matches the Chosen configuration.
  • High-performance JavaScript callback handler (http://drupal.org/project/js)

    • If you have lots of terms and a huge hierarchy you could increase the performance of "Simple hierarchical select" by installing "JS". It routes all javascript callbacks needed by "Simple hierarchical select" through a custom handler to avoid loading of all Drupal functions and speed up loading.

-- CONTACT --

Current maintainers:

This project has been sponsored by:

  • undpaul Drupal experts providing professional Drupal development services. Visit http://www.undpaul.de for more information.

Formats disponibles : Atom