Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Blog List

This ultra-simple module provides a list of blogs on your site—that is, "blogs" in the sense that we usually use the word, meaning "a collection of blog entries", rather than the meaning it has wit

Project Maintainers

Project Maintainers adds a subtab when editing a project called 'Maintainers', which allows anyone with permission to edit a project node to specify any number of users as "Maintainers" for a proje

Block Save and Edit Buttons

Adds an "Apply" button to the block configuration forms which saves any changes and redirects back to the block configuration page. Enables quicker custom block development.

Image Caption

Image Caption

DESCRIPTION:

This module uses JQuery to dynamically add captions to images.
The image title attribute is used to create the caption.
It basically wraps the image in an html container div, takes the image title text and appends that in a child div underneath the image.
Technically, it works by implementing Drupal's hook_nodeapi to add one small snippet of captioner jquery to the head section of the page when a node of the configured type is viewed.

EXAMPLE:

<img src="/files/example.jpg" title="example caption" class="caption" />

This will result in an image with the caption of 'example caption'

INSTALL:

  1. Copy the image_caption folder to your Drupal modules folder
  2. Add the empty css definition:
    .caption{} 
    

    to the stylesheet used by your WYSIWYG editor (to enable it to appear in the style select box on the editor toolbar, or class select box).
    You might be able to add it to your theme's style.css to get it to appear in the class dropdown box in your WYSIWYG editor.

  3. Enable the Image Caption module in Drupal module administration.
  4. IMPORTANT: After install, select the node types to include in image caption processing under Site Configuration > Image Caption

NOTE:

jQuery History

Brings the jQuery History plugin to Drupal.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools