Sie sind hier

Drupal Module

Um die Kernfunktionen von Drupal zu erweitern, sind zusätzliche Module als plugins in das entsprechende Verzeichnis (modules) zu kopieren und über die Administrationsseite (Admin -> module) per Mausklick zu aktivieren. Ein überblickseite gibt es natürlich auch, und zwar hier . *Wichtig* ist noch folgendes: The contributed modules are not part of any official release and may not work correctly. Only use matching versions of modules with Drupal. Modules released for Drupal 4.5 will not work for Drupal 4.6. Des weiteren können die meisten Module über den Menüpunkt Admin -> settings oder Admin -> menus noch individuell angepasst werden. Wenn das Modul aktiviert wurde, müssen unter Umständen auch die Berechtigungen [permissions unter Admin -> access control] gesetzt werden. Durch den Einsatz des throttle Moduls können andere Module zeitweise ausgesetzt werden, was vor allem bei vielen Zugriffen auf die Webseite sinnvoll ist. Immer mit dabei sind die Module *block* (Controls the boxes that are displayed around the main content), *filter* (Handles the filtering of content in preparation for display), *system* (Handles general site configuration for administrators), *user* (Manages the user registration and login system) und *watchdog* (Logs and records system events). Außerdem werden folgende Module hier eingesetzt:

  • *article*: Allow users to view nodes of multiple types in a central location. In diesem Beispiel hier werden die zuletzt geschriebenen Beiträge (nodes) im linken Menü angezeigt. Vorausgesetzt ist die Auswahl und Anzeige eines Beitrags im Hauptfenster. über den Menüpunkt Administer -> settings -> article lässt sich die Anzeige noch weiter konfigurieren, und zwar nach
    • Wahl der Kategorien (vocabularies), die angezeigt werden sollen,
    • Titel für die Artikelauswahl (Articles),
    • Anzahl der Index Tiefe (Defines how many levels of terms should be displayed on any given article index page - All terms bis 6),
    • Recent Box Settings - Anzeige der zuletzt eingefügten Artikel (disabled),
    • Titel dieser Anzeige (Recent Article Box),
    • Anzahl dieser Artikel (5 - 15)
    Klickt man im linken Menü auf << more >> werden im Hauptfenster die Unterkategorien mit der Anzahl der Beiträge in Klammern angezeigt. Diese Unterkategorien können selbstverständlich von hier aus direkt ausgewählt und angezeigt werden - sind also clickable.
  • *comment*: Allows users to comment on and discuss published content. Erklärt sich wohl von selbst. Vorsetzung allerdings ist, dass beim Erstellen von nodes im Kasten _User comments_ Read / write ausgewählt werden muss.
  • *contextlinks*: Allows filtered input of various types of informational, context-related links
  • *folksonomy*:Enable tag based categorization.
  • *font size*:Provides a block with links to increase and decrease the font size using JavaScript and CSS.
  • *image*: Allows uploading of images and creating image galleries.
  • *menu*: Allows administrators to customize the site navigation menu.
  • *node*: Allows content to be submitted to the site and displayed on pages.
  • *page*: Enables the creation of pages that can be added to the navigation system.
  • *ping* Alerts other sites when your site has been updated. [Beim Erscheinen neuer Inhalte, werden andere Dienste, wie technorati.com, weblogs.com, blo.gs informiert.]
  • *poormanscron*: Runs Drupal cron jobs without the cron application.
  • *quote* A quote [testing] is a famous, humorous, witty, infamous, or otherwise noteworthy quotation or fortune file entry. Quotes can be entered one at a time or mass imported in either tab-separated text or fortune file format.
  • *series* Allows you to group nodes into series (using taxonomy).
  • *statistics*: Logs access statistics for your site. [unter anderem werden hier Angaben einsehbar über: Besucher der Seite, IP-Adresse, Referrer, Anzahl der Besuche usw.]
  • *statistics_filter*: Filter out admin and search engine hits on your site
  • *story*: Allows users to submit stories, articles or similar content.
  • *taxonomy*: Enables the categorization of content.
  • *taxonomy_menu*: Adds links to taxonomy terms to the global navigation menu.
  • *textile*: Allows content to be submitted using Textile, a simple, plain text syntax that is filtered into valid XHTML.
  • *throttle*: Handles the auto-throttling mechanism, to control site congestion. [Bei hoher Belastung des Server werden Module und Blöcke abgeschaltet, um die Performance zu erhöhen. Das Modul _statistics_ muss installiert sein.]
  • *upload*: Allows users to upload and attach files to content.
  • *urlfilter*: Automatically turns web and e-mail addresses into clickable links.
  • *workspace*: This is a module designed for users to have a central place to view and manage their content. It's a user-centric view of a Drupal site.
[L][C]Management Systems: