Ultimenu

Component type

module

Maintenance status

Development status

Downloads

14572

Component created

Component changed

Ultimenu is the UltimatelyDeadSimpleâ„¢ megamenu ever with dynamic region creation.

An Ultimenu block is based on a menu.
Ultimenu regions are based on the menu items.
The result is a block contains regions containing blocks, as opposed to: a region contains blocks.

This is no longer a new concept. It is also seen at widget.module with subtle difference.

Geocaching

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a wrapper function around the Geocoder function 'geocoder' that allows requests to be cached.
Before a request is sent, the address is checked against a local table to see if it exists. If it does, lat/lon is returned. If it does not exist, a geocoder call is made and the lat/lon is saved in the database for future use.

To use this module, make a call to geocaching_geocoder($service, $address); in your PHP. It's usage is the same as the geocoder() function in the Geocoder module.

Watchdog Array

Component type

module

Categories

Maintenance status

Development status

Downloads

851

Component created

Component changed

Allows for passing an array to the watchdog command.

This module introduces an alternative to the watchdog command with an extra argument for passing an array that will be included in the message-text.

Example

watchdog_array(
  $type,
  $message = '',
  $array = array(),
  $variables = array(),
  $severity = WATCHDOG_NOTICE,
  $link = NULL);

The third argument is now an array() which will be added to the message-text using the print_r function.

Webform Matrix Component

Component type

module

Categories

Maintenance status

Development status

Downloads

21788

Component created

Component changed

This module is extension of Webform module.

This module provide functionality to add matrix component / Table component in webform module. you can say this module to webform_table_component(Webform Table Component)
You can add matrix component like other components( textfield, select, label, date, Radio, Checkbox, Multiple Select etc) .
Subcomponent of matrix component is Textfield , Select , Label(markup), Date, Radio, Checkbox, Multiple Select.