Bakery Nougat

Component type

module

Maintenance status

Development status

Downloads

2727

Component created

Component changed

This module allows slave sites to programatically create user on master site.

IMPORTANT NOTE: Bakery Nougat is compatible with Bakery 7.x-2.0-alpha3 and 6.x-2.0-alpha3 (and prior releases) until issue #2292055: bakery_mix() function no longer part of Bakery, causes errors is resolved resolution is published in a new release of Bakery Nougat.

Field Collection Modals

Component type

module

Maintenance status

Development status

Downloads

2217

Component created

Component changed

Presents Field Collection fields in a modal for adding / editing / deleting content.

This module will change the add / edit / delete links on field collections to use CTools modals, and will present the forms for adding / editing content, and the button for deleting content, in a modal.

The modals are standard CTools modals, so styling will need to be applied for custom formatting.

Zoomooz

Component type

module

Maintenance status

Development status

Component created

Component changed

Download this module into your modules folder (using the download link below or CVS)
Head over to the Zoomooz site and grab the zip file of the source code using the Free Download URL in the menu on the right.
Expand the zip file and upload the the following files into the zoomooz subfolder of the project
zoomooz.1.0.2.min.js
jquery.zoomooz.js
zoomooz.css
Head onto your site and enable the module. Please take note of the two required modules (ImageCache and ImageField)

GoogleAjaxSearch

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The main googleajaxsearch module allows you to add inline searches over a number of Google services (Web Search, Local Search, Video Search, Blog Search, and News Search).

"The Google AJAX Search API lets you put Google Search in your web pages with JavaScript. You can embed a simple, dynamic search box and display search results in your own web pages or use the results in innovative, programmatic ways."

Available features:

Module configure links

Component type

module

Maintenance status

Development status

Downloads

1699

Component created

Component changed

You've just installed a module, but now you need to configure it. Where is that new menu item?

You can check the README.txt or look at admin/by-module in Drupal 6. Drupal 7 made this slightly better by allowing modules to provide a configure link in their info file. These configure links are shown on the module list, but it becomes a hassle to locate that link once many modules are installed.

Commerce: Availability

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provide a booking system to Commerce module.

I started this project as the Rooms module doesn't provide enough option to customize it for any event system.

I used some of the Rooms module and Stock module features. Most of its code comes from these both modules.

From Rooms module I took the availability management system. From stock module I took the rules to block the transaction.

System Status AJAX

Component type

module

Categories

Maintenance status

Development status

Downloads

1226

Component created

Component changed

Overview

This small module loads the system status check displayed on the admin/config page via AJAX so that the page is rendered more quickly even when some of the status checks hang. For example, if a status check queries a third party service by issuing a blocking HTTP request, the loading of the config page will be delayed by however many seconds it takes to query the service or timeout if the service is down.