• 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

  • drupal view module

      0 comments

    Why View module is so important in drupal?

    Views can be used to generate lists of content in various formats same as report generator works.