Book Tree

Component type

module

Maintenance status

Development status

Component created

Component changed

Book Tree provides a book navigation block for the book module in core.

In book navigation block in core you have to click on the book page title in order to see its child pages.

With the book tree block the user can expand each book page and navigate to deeper book pages without reloading the page.

Polite Alert

Component type

module

Categories

Maintenance status

Development status

Downloads

8

Component created

Component changed

Allows the site admins to configure a site-wide alert banner. Site visitors may dismiss the banner and it will not reappear during the current browser session.

Dependencies

The only dependency is the Drupal core block module.

Installation

Install the module using the standard method described here.

Release Instructions

Component type

module

Maintenance status

Development status

Downloads

45

Component created

Component changed

Motivation

When you're using hook_update_N() in the big team there's a high possibility that updating one module may result in numeration conflicts. RI module is developed to avoid that by widening the function name scope.

How?

Module allows you to write the functions with the name format CODE_ri_N, where CODE is your custom prefix, e.g. JIRA ticket abbreviation, and N is any numeric value. Then these functions can be executed via drush like drush updb using the below commands:

PoolParty GraphSearch for Drupal

Component type

module

Maintenance status

Development status

Downloads

329

Component created

Component changed

The PoolParty GraphSearch (former sOnr webMining Content Aggregator) automatically collects content from multiple external sources and nodes from the Drupal-website and presents them in Drupal, filterable by date, geographic region and extracted tags of the content.

Select Box

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module will change the look and feel of default select lists( text, integer, float) to new level with an admin configuration settings available at /admin/config/user-interface/select-box, from here admin can change the effect of select list globally.

Requirements

* Drupal Libraries module (http://drupal.org/project/libraries)
* jQuery selectBox (https://github.com/marcj/jquery-selectBox)

Installation

Bulk Field Process

Component type

module

Maintenance status

Development status

Component created

Component changed

This module creates a framework for performing actions against field data. This all happens via direct queries which makes fast and also dangerous as none of the Drupal hooks are invoked.

Example use cases could include

- Updating data in every "text" type field
- Permanently replacing a token
- Updating any field value to a new default value