Form Field Logic

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module creates a form with the ability to specify conditional fields.

Example:

I want to create a select field with options A, B, or C.

If the user selects option A, I can output another select field with options D, E, and F.

If the user selects option B, I can output another select field with options G, H, and J.

Etc.

Habitat

Component type

module

Categories

Maintenance status

Development status

Downloads

10264

Component created

Component changed

In a multi-environment setup (e.g. prod, test, dev, local) there are some modules that you'd like to always be enabled or disabled on certain environments. Each time you sync a database down though you have to re-enable/disable the same modules. Worse, you get lazy and keep development modules enabled on production.

Carousel Nanofaz

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Il modulo Carousel Nanofaz è basato su Jquery e vi permette di controllare una lista di oggetti secondo una disposizione orizzontale o verticale. I contenuti possono essere inseriti dinamicamente tramite il pannello di controllo. L' aspetto grafico è semplice e curato.

McFly

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

What it does

Propels Drupal 6 sites into the Future by suppressing PHP strict warnings created when running a Drupal 6 site on PHP 5.4.

If you've transferred a Drupal 6 site to a server running PHP 5.4 chances are pretty good that you'll see tons of PHP warnings flooding your watchdog logs and displaying on-screen messages about PHP strict warnings in contributed code. Some of these will eventually be fixed by maintainers but some inevitably will not. Sure you can fix your own code but what about all the others? What to do? You have a few options:

XDevel

Component type

module

Categories

Maintenance status

Development status

Downloads

187

Component created

Component changed

This is my personal version of Devel, which utilises Devel functions in a slightly different way.

It's main use is to provide an analogue to dpm(), xdump().

The key differences are:

Context Form Alteration

Component type

module

Maintenance status

Development status

Downloads

3364

Component created

Component changed

Alter forms via Context reaction. zOMG!

More friendly, exportable, GUI alternative to writing form_alter functions in custom module code. Set various form values, attributes, and element access based on any Context condition available, including contrib context plugins.