Node Collection

Component type

module

Maintenance status

Development status

Downloads

31202

Component created

Component changed

Overview

Node Collection is a module that will allow you to add parent child relationships on different content types and will help you to create content rich small micro sites inside your Drupal 7 installation.

Once you define a parent-child relationship and if you create a parent node, the module will add admin links to create or edit child nodes and vice versa on each node edit page bounded within the relationship. This will make it very easy for a content editor to manage the content among the relationship instances.

Modal Ajax

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal 6 and Drupal 7 module

Enables modal functionalities to your site, using hash information to append it.
Using this hash #menu_address, you will open in your site, any menu item (drupal cms nodes, hook_menu items), in a modal, using a theme, selected afer the # caracter. And you can make your own modal template.

To load a node, or a hook_menu item into a modal, just call your modal, in location hash, appended by the addreess. The modal theme called, just be declared in your hook_theme.

Database fail-over

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides Database fail-over.

Features:
---------

  • Automatically switches to any alternative database upon failure of master DB
  • A master DB can have multiple fail-over DBs
  • Can be configured to stick with the switched DB for as long as the switched DB is available
  • Sticky DB information can be saved on Memcache or File System (On a multi-server setup its advisable the use of distributed Memcache)