• Taxonomy in Drupal

      0 comments

    What is taxonomy in drupal?

    We can define any number of vocabularies (category types) and terms (categories)
    e.g.
    Controversial Content: (vocabulary)
    – violence (term)
    – adult content (term)

    Genre (Vocabulary)
    – Comedy (term)
    – Romance (term)

    We can config which content types are compatible with which vocabulary and which nodes are belong to which terms.

    Some important drupal modules: Views, CCK, Path auto, FCK Editor, User points, Flags, Panels, Image cache

    Related posts:

    1. drupal view module
    2. drupal custom content types
    3. drupal user permission mechanism
    4. drupal-modules
    5. drupal blocks

    Write a comment