Considered feature-complete by its maintainers.

Zero Clipboard

Screenshot-1.png

This module is a wrapper for a Javascript library called Zero Clipboard, which allows content to be copied to a user's clipboard, when a specific area of the page is clicked on.

Requirements

This module requires that the Libraries API module be installed.

Explanation

Basically, this module would build a mapping between HTML elements that may be clicked (to copy some text to clipboard), and the texts that are to be copied.

There are 2 ways to create this mapping:
1- Through the admin interface (at the module settings page)
Each line corresponds to one entry in the mapping.

[css-selector-1]|[text-to-be-copied-1]
[css-selector-2]|[text-to-be-copied-2]
[css-selector-3]|[text-to-be-copied-3]

2- Dynamically using JS on the page
Simply call Drupal.zeroClipboard.process(selector, clipCallback)
(The second argument can either be the string to be copied, or a function callback that will return the string to be copied.

Use Guide

//TODO

Version 6.x-1.x To Be Deprecated

Theme Fit

Theme Fit allows you to dynamically resize specific HTML elements with the aid of jQuery on the client side, aspect ratios maintained.

The elements to be resized (targets) as well as the elements which serve as size-reference (parents) are specified via jQuery Selectors. This allows you to shrink or grow practically any kind of HTML element (images, embeds, forms, etc.) to the size of another one, as long as the target is nested within the size-reference (parent) and the size-reference is a block-element.

Note that the resizing is happening with JavaScript on the client. It does not resize images in terms of data volume. Theme Fit's only purpose is to make HTML elements behave more flexible and to make the presentation-thing look better.

Example

Comment Anonymizer

While Drupal provides capabilities for commentng for both anonymous and authenicated users, it provides no easy way for authenticated users to post comments anonymously without having to manually l

Meta tags by taxonomy

Adds metatag description to terms and nodes based on taxonomy and add some URL SEO optimization (i18n localization over pathauto).

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only