Inplace Gallery

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

Inplace Gallery implements a field formatter for image fields to display multiple images in a nice and configurable gallery, which can be further themed with CSS styling. Inplace Gallery uses jCarousel and touchSwipe libraries to provide clean galleries which can be controlled using your mouse, keyboard or touch device.

Generic Bookmarks (NS)

Component type

module

Maintenance status

Development status

Component created

Component changed

A generic bookmarks feature (for NodeStream) to make it possible to bookmark all possible content types. It will only contain the flag(s) object definition. All representation of the flag; views, panels etc will be found in the respective NS channels. An admin interface might be added in the future.

JTweetsAnywhere

Component type

module

Maintenance status

Development status

Component created

Component changed

Integration of the jtweetsanywhere jQuery library. This is one of the better Twitter libraries we've found and allows the creation of a block or multiple panels (if using panels) with Twitter feeds.

This module currently has jTweetsAnywhere embedded in it, but we will remove this and ask people to download it directly from Thomas Billenstein's jTweetsAnywhere site. It can be put in the modules library or in the general sites/all/libraries folder (inside a jtweetsanywhere folder).

Only Admin Login

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module simply enable login for the admin user. Useful if you use external logins (openid, facebook or other), but you want to keep the way to login into the system.
The module is under development!

Now only for Drupal 6.

Mercury

Component type

module

Maintenance status

Development status

Component created

Component changed

This module integrates the Mercury editor (http://jejacks0n.github.com/mercury/) with Drupal 7 to edit nodes' body while viewing them.
The module ships currently with the library, I had to fork it because it redefined jQuery and has a bad API, I'll contact the developers to see what could be done.

Post your review of this module at http://drupal.org/node/1278162 or file an issue if any bug found.

jCaption

Component type

module

Maintenance status

Development status

Downloads

18133

Component created

Component changed

This is a simple module for Drupal 7.x that uses jQuery to transform the TITLE or ALT attribute of a image to a image caption. There is a settings page with lot's of possible configuration. The image caption won't show in the WYSIWYG-editor, but will be visible when you view the node.

The module differs in several ways from similar modules.

jCaption changes this:

<img title="Image caption here" src="image.jpg" alt="Image description">

to:

Outline Print

Component type

module

Categories

Maintenance status

Development status

Downloads

762

Component created

Component changed

Provides a print-friendly single page display of multiple pages of an outline.

An example user case is to print out a course which is set of pages collected as an outline, this module lets the user print all the pages as one document.

Print options per node of the outline include:

- Exclude (don't print)
- Include (print node body)
- Print View (add output of a View with node ID as an argument)

The Print View option is useful for including blocks and other content of the page which would not be included if you just print out the node.