Ubersmith

Component type

module

Maintenance status

Development status

Downloads

558

Component created

Component changed

The Ubersmith is (1) a powerful device management, monitoring and automation platform integrated with (2) a fully featured client relationship and support manager and (3) enterprise-level billing system developed for hosting providers.

This modules provides authentication integration between Ubersmith and Drupal 6 website, giving your Ubersmith instance the full power of Drupal-based notifications, surveys, discussions, etc. The main purpose of the module is to allows Ubersmith users to log into a Drupal 6 website.

Domain Menu Permissions

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Domain Menu Permissions introduces a new permission Edit menu domain, which gives users that are assigned to a certain domain the permission to edit the menu (and only that) that is assigned to a domain as the domain's main links.

Domain Menu Permissions works similar as and borrows code from Menu Admin per Menu.

Communication service for mobile devices

Component type

module

Maintenance status

Development status

Component created

Component changed

The webservice_app module lets you create json data output from drupal to any given mobile device,
In any given output format. That is, json, xml, other.

It is meant to be the glue between an app and drupal.
The philosophy of this module is to make a module with a standardized function calling methodic.
The module is plug-in based and thus highly configurable (programming examples are included).

Future use:

This module, with the right plugin, can be used to push pages to other drupal sited and placed inside other sites templates.

Spaces OG Login / Logout

Component type

module

Maintenance status

Development status

Downloads

826

Component created

Component changed

This module compliments more popular and better known Login Toboggan and Login/Logout Destinations. It performs similar functions, but is specifically targeted at sites, running Spaces and Organic Groups.

Drush Scenario Builder (DSB)

Component type

module

Maintenance status

Development status

Component created

Component changed

DSB is a Drush utility to automate project setups. It defines the concept of a "scenario", a named setup consisting of a certain amount of systems (drupal instances) with individual setup and configuration.

The scenario building process is split into several phases:

Domain Language

Component type

module

Maintenance status

Development status

Component created

Component changed

"Domain Language" Add a new detection/selection method on the language selection and it allow to set the default language for a specific domain.

Development

This module was developed by Vardot for Al Jazeera. The maintenance of this module is sponsored by Mohammed J. Razem.

Domain menus

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

There's also domain_menu_block which doesn't need a Menu Block patch, but it creates new blocks with new config and too many new menus.

===

Allows you to configure menus per domain and creates those automatically.

Requires a Menu Block patch! Add

drupal_alter('menu_block_view_config', $config, $delta);

to menu_block_block_view() after the first line.