Enhance the editorial interface and improve the processes and workflows around creating, editing or removing content.

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:

Image App

Image App: Allows users to append multiple images to nodes, apply basic
edits, create various derivatives, select which version is displayed,

Guitar

This is a suite of modules that make it possible to generate guitar chord diagrams.

Trash

This module adds a trash bin for all content entities.

Comment Subscribe

IMPORTANT - This module is no longer supported - Use Comment Notify instead if you are a new user or migrate to it if you are already using Comment Subscribe. We have created a simple migration script. Please see below for instructions.

About Comment Subscribe

This module allows anonymous as well as registered users to subscribe to individual comments of given node. When a user, either anonymous or registered, posts a comment, he/she can subscribe to that comment and will be notified of replies to that comment. Notifications will have a teaser of the node and a link to the comment. Notifications will also have links that will allow the user to unsubscribe from notifications for that particular comment or unsubscribe from notification for all his/her comments on that node. The development of this project was funded by Zyxware Technologies

Pages

Subscribe with RSS Subscribe to RSS - Content editing experience