Maintainers monitor issues, but fast responses are not guaranteed.

subpub

small demo module using a IRC-bot to show how dnode.module can be leveraged.

Cookie Directive

This module helps to make your website compliant with the EU Cookie Directive, adding a message explaining what cookies are and how the website will use them.

Microsites

Microsites provides a site-within-a-site capability, using a plugin-based architecture.

How it works

Microsites are individual nodes which are specially enabled to provide their own context, menu, breadcrumb and other settings. When a node becomes microsite-enabled, it creates a menu, context and other components automatically.

Other nodes can be added to the microsite by ensuring they are within the scope of the Microsite context (for example, by setting their base bath to be a child of the microsite node).

API

The Microsites framework does all the heavy lifting, data storage and configuration setting for modules which implement its API. At its most basic, Microsites leverages Context and the Drupal Menu system to create a virtual site-within-a-site.

Modules can implement Microsites functionality by providing ctools plugin which extends the BasicMicrositesExtension class. See existing plugins for examples.

Plugin behaviour can also be triggered from anywhere in your code using the function microsites_trigger_callback(), which is documented in microsites.module.

Required modules:
Context
Custom Menu
Menu Block
Xtfers Utilities

Resize iFrame

Adds a javascript to your site that allows cross domain exchange of your page height with an parent iFrame.

Summary

The resize iframe module adds a small javascript to the page which sends the
height of the current page to a parent page on another domain (cross domain).
The admin of the parent page can than use this information to resize the
an iframe where your site is embedded.

So it is possible to avoid scrollbars inside scrollbars which can be very
confusing for your users.

For cross domain javascript communication the jQuery postmessage library is used.
see more at:

http://benalman.com/projects/jquery-postmessage-plugin/
https://github.com/cowboy/jquery-postmessage

To submit bug reports and feature suggestions, or to track changes:
@todo: add link to issue queue

Requirements

Libraries API
http://drupal.org/project/libraries

jQuery postmessage library
http://github.com/cowboy/jquery-postmessage/raw/master/jquery.ba-postmes...

Installation

Entity Property Field

This module provides a field type, that lets one pull a property of the entity (like update date) and place it as a field. There is no widget for setting this but there are formatters.

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained