Menu Builder

Component type

module

Maintenance status

Development status

Downloads

974

Component created

Component changed

Are you tired of clicking 10000 times to create menu items in Drupal using the GUI?
Now you can create a structured text file and have it built into a new or existing menu with just a few clicks.

This module will be coming soon as it is in the final stages of being alpha-release ready.

Installation

Installation is the usual, see http://drupal.org/node/70151 for further information.

Book Page Order

Component type

module

Maintenance status

Development status

Component created

Component changed

This is an experimental module that enforces a viewing order of the pages of a book created with the Book module. Page three cannot be viewed before you have viewed pages one and two etc. If a visitor attempts to skip ahead in the book page order they will be redirected via 302 response back to the next available page in their viewing history.

Book top navigation bar

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The book top navigation module takes the navigation bar that appears
at the bottom of each book page, and repeats it at the top of the page.
This can be especially useful for users who are scanning a book, looking
for something they have seen before.

You can specify whether the current page's child links are shown in the top navigation
bar. You can also specify how long a page must be before the navigation
bar is added. Repeated navigation can look strange on short pages.

Slap

Component type

module

Maintenance status

Development status

Component created

Component changed

Slap (Seamless Advantage Package)
Brings a set of tools to be used for the Seamless theme.
Slap provides Skin entities which can be integrated with rules to provide powerful control over the look and feel of the site.
Seamless Admin is a new admin navigation menu that works to bring the seamless administration experience to life.

More to come...

Mignix responsive main menu

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Make your main menu responsive. This module allow you to create 2-level menu and place them anywhere you like. Just activate the module and place newly created block in region where you like to be placed your main menu.

Auto Table of Contents (TOC) Block

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Examines the #block-system-main block (by default, but this is configurable) and creates a table of contents block (by looking for header tags, again by default but can be configured to look for other markup) with anchors to that part of the page.

The plan right now is to have two options for implementation:

The first is to use JavaScript/jQuery to read the DOM and create the table of contents.

The second option is a PHP implementation using http://drupal.org/project/querypath as the DOM parser.

Modal

Component type

module

Maintenance status

Development status

Component created

Component changed

*Coming soon*

This module allows forms and other content to be displayed in a modal frame. Its supports 'on the fly' loading of javascript/css files and stacking of multiple frames. It utilizes its own hook_modal to load the modal content in an efficient way.

You need your own helper module to make use of hook_modal, so this modal module is meant for developers only.