Knowledge base
Paragraph Auto Directionality
This filter tries to determine the directionality of a paragraph, and add a css rule for it. Directionality is set by the first alphabetic character in the paragraph.
This is useful in sites where multilingual content is entered in the same text area, and languages have different directionality (e.g., a quote of a latin text within a text in Hebrew ).
This filter should be used where paragraphs exist. The use of the line breaking filter from Drupal core is good for that matter. After installation, go to admin > settings > input formats, and turn the filter on for selected input formats.
Anyone who has a better idea of how to make this module more efficient / more general, is welcome to do it through the issue queue. Thanks!
Menu Settings per Content Type
This module allow to set the Menu Settings with certain Menus for content editing by Content Type.
Utility
example1 : I want that the menu-settings just show up on content-type "page" and not on other content-types. so that users wont be confused to have these settings where they dont make sense.
example2 : for the "Images" content Type I want to have only "Images" Menu available for "images" content.
Once installed the Menu Settings will not available in Node Edit Form until you set the Menus we want in the Content Type Settings (Administer > Content management > Content types > TheContentType edit)
Top Searches
Supplies a block with a list of the top search phrases in the site.
Drupal is now presenting these statistics by scanning watchdog's entries, which is not ideal.
Watchdog entries are often erased, and search statistics go down with them.
There is also no way of presenting these statistics to just any user.
This module adds a table to store search phrases, and to count them. A block is then available, in which one may present the list.
TODO:
- improve the deletion process of the DB table - add a confirm message - Done in the Drupal 6 version
- add some moderation means, so it's harder to tweak the results by searching again and again
- move config options to the block configuration page
- **Done**: add a hook so other modules can add search phrases to the DB table (for example - through a view using the search index, and an exposed filter)
(This module is a contribution of Linnovate)
Mailbuild
Merged with Campaign Monitor
The Mailbuild.com service has merged with the CampaignMonitor.com service so please see the CampaignMonitor module.
__________________________________________________________
The mailbuild module integrates the popular Mailbuild email newsletter service with Drupal.
It works by using a Mailbuild API key to make remote calls to the Mailbuild service. The administration section allows you to create 'subscription blocks' by using a Mailbuild List ID key.
End users can then subscribe to your Mailbuild lists via these 'subscription blocks' on your Drupal site without ever leaving the site.
This module was built by Spoon Web Design.
Taxonomy List
taxonomy_list.module is for displaying the terms (and optionally nodes) under categories with an image (Taxonomy Image module required) and description. User can select the number of terms to display in each row, and assign the HTML attributes to the display cell, image, and the description text.
Frequently Asked Questions
The Frequently Asked Questions (faq) module allows users with the 'administer faq' permission to create question and answer pairs which they want displayed on the 'faq' page. The 'faq' page is automatically generated from the FAQ nodes configured. There are a few features available in the 6.x branch which are not available in 5.x. The 5.x branch is now only receiving bug fixes. All new features will be done for Drupal 6.x.
