Logo Switcher

Component type

module

Maintenance status

Development status

Downloads

823

Component created

Component changed

Logo switcher allows the use of an alternate logo on nominated pages. Users with appropriate permissions can upload an image to use as the alternate logo or enter a path to an existing image. The display of the alternate logo is controlled by specifying paths, using the same format as blocks.

Development of Logo Switcher was sponsored by Technocrat.

Booktree Plus

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Create a nice-looking, interactive tree as a table of content of a book.

The tree very similar to filetree, because the "tree" code based on that module.

There is a default configuration integrated to the book main configuration page, and a per book configuration settings.

Imagefield marker

Component type

module

Maintenance status

Development status

Downloads

7661

Component created

Component changed

Add markers or annotations on an image field.

If anyone is interested in co maintaining this module, let me know. A nicer alternative is http://drupal.org/project/image_annotator

Installation

To enable, go the settings screen of an image field and enable an image style at the 'Image marker style' select box. On the edit screen of a node (or any other entity), the image will be clickable to add markers and descriptions.

Piecemaker

Component type

module

Maintenance status

Development status

Downloads

4302

Component created

Component changed

Integrates the Piecemaker 3D flash slideshow into Drupal.

Piecemaker is a 3D flash slideshow similar to Cu3ber (cuber).
This module provides an api for utilizing it within Drupal. Currently the API provides for profiles that determine transitions and general settings for slideshow. The API by itself does not create any piecemaker slideshows, it simply provides the tools for other modules to produce slideshows

Format CSV

Component type

module

Maintenance status

Development status

Downloads

1711

Component created

Component changed

Format CSV is a module targetted at Drupal developers, allowing to format standard table array as CSV, mimicking Drupal's built-in theme_table() function behavior.

It accepts both simple arrays of cell values and associative arrays with "data" keys, strips all HTML tags and ignores all HTML attributes, returning full content of CSV file with default or user-defined CSV field delimiters and enclosures.

Webform Node Element

Component type

module

Maintenance status

Development status

Downloads

5333

Component created

Component changed

Webform Node Element is a module that allows you to include node content in a webform without using the PHP input filter.

Drupal 8:

After installation, a node element is available in the webform UI and this allows you to specify the id of the node to be displayed.

An event is dispatched prior to rendering the element - this gives other modules the opportunity to set the nid and display mode to be used at runtime. The included example module, webform_node_element_example demonstrates this.

Drupal 7:

Collapsiblock v2

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

I've worked on Collapsiblock previously on Drupal 6 and didn't like how the whole thing worked. While it gets the job done, I needed to refactor a few things to make it better.

Now I'm starting a new project on D7 and I need this module again. I've refactored the code make it easier to read, style and theme.