inlineimages

Component type

module

Downloads

702

Component created

Component changed

The inlineimages module is an add-on to the mailhandler module and provides the ability to process inline images - graphics embedded in multipart HTML e-mails.

If you want to use e-mail as the means of submitting content to a Drupal website and you want your content to be HTML with graphics - you do need this module.

Filter by node type

Component type

module

Categories

Maintenance status

Development status

Downloads

12594

Component created

Component changed

The D6 core filters system allows an admin to restrict the type of input format available to a user by user role. It does not, however, allow the admin to restrict the available input formats by node type. So if you e.g. want to allow for node bodies with embedded images and others without, you will be stranded with just core functions.

Universal Link Filter

Component type

module

Downloads

753

Component created

Component changed

Google Summer of Code 2007

A package of modules to restructure the link filtering thus implement the auto-completion of links through AJAX.

The project, when all the options are selected, will enable the user to complete the links dynamically, with the use of the background architecture it will be done in a structured way, thus further extensions and configurations for personal preferences will be made effortless.

The package contain the following modules currently
+ ulink.module - main skeleton module
- ulink_image.module - Image Extension : Provides image rendering support for intern links
- ulink_gallery.module - Image Gallery Extension : displays the images in a directory as an album

+ uauto.module - an addon to uLink
- uauto_dirsearch.module - Directory Search Extension : Enable search for local files even if there is no entry in the files table in database.

Form Defaults

Component type

module

Maintenance status

Development status

Downloads

12483

Component created

Component changed

Ever want to add help text to a form in Drupal? Don't like a field title chosen by the developer? Want to change the description of a form field? Want to move a field to the top or bottom of a form? Want to do all of these things without any PHP code? This is your module.

JsMath for displaying mathematics with TeX

Component type

module

Maintenance status

Development status

Downloads

4249

Component created

Component changed

Introduction

This module enables the jsMath script for displaying mathematical expressions. Users can enter arbitrary mathematical expressions in their drupal content by using the standard TeX syntax, including LaTeX and AMSLaTeX. jsMath renders this on the client's browser when the page gets displayed.

The jsMath script has been developed by Davide P. Cervone. For more information about jsMath see jsMath: A Method of Including Mathematics in Web Pages.

Warcraft Itemstats

Component type

module

Categories

Component created

Component changed

This is a Drupal module for World of Warcraft and Itemstats 1.55. It creates a filter that translates the tags [item], [itemico], and [itememb] into representations of in-game loot.

Embedded Media Field

Component type

module

Maintenance status

Development status

Downloads

437287

Component created

Component changed

Maintainers: aaron (Aaron Winborn) and Alex UA (Alex Urevick-Ackelsberg)

This extensible module will create fields for content types that can be used to display video, image, and audio files from various third party providers. When entering the content, the user will simply paste the URL or embed code from the third party, and the module will automatically determine which content provider is being used. When displaying the content, the proper embedding format will be used.

Conversation Pivots

Component type

module

Maintenance status

Development status

Downloads

1536

Component created

Component changed

Important Note: This module is discontinued in favor of Apache Solr AutoTrack and Recommender API. The two modules provides much more powerful features. I'll write some documentations later on how to use ApacheSolr AutoTrack and Recommender API to provide all the functions by Conversation Pivots.

Below is the description of the Conversation pivots for D5.

Typogrify

Component type

module

Maintenance status

Development status

Downloads

106934

Component created

Component changed

Typogrify.module brings the typographic refinements of Typogrify to Drupal.

  • Wraps ampersands (the “&” character) with <span class="amp"></span>.
  • Prevents single words from wrapping onto their own line using Shaun Inman's Widont technique.
  • Converts straight quotation marks "" to typographer's quotation marks “”, „“ or «» using SmartyPants language dependent.
  • Converts multiple hyphens to en dashes and em dashes (according to your preferences), using SmartyPants.
  • Wraps multiple capital letters with <span class="caps"></span>.
  • Wraps initial quotation marks with <span class="quo"></span> or <span class="dquo"></span>.
  • Adds a css style sheet that uses the <span> tags to substitute a showy ampersand in headlines, switch caps to small caps, and hang initial quotation marks.
  • Inserts ligatures (if supported by platform and browser).
  • Replaces ascii arrows with unicode arrows (if supported by platform and browser).
  • Inserts thin-space in abbreviations.
  • Groups digits in large numbers.
  • Replaces = in words with a soft hyphen (&shy;), to allow hyphenated line-breaks.