Maintainers strive to actively monitor issues and respond in a timely manner.

Checklist API Sandbox

A framework to allow other modules to build simple checklists.
eg SEO Checklist

OG Tree Views

This module aims to manage the hierarchical construction of OG groups and OG content groups set with Group audience field.

Admin Changelog

Working on an admin tool that will track changes to settings in the admin.

Synchro

SUMMARY

Synchro module (for Drupal 7) allow make deploy database changes to Production server on automatic way through Apache Ant.

  1. Deployment process splits to 3 steps:
  2. Move all data changes of Production site DB to Development site DB and put Production to maintenance mode.
  3. Final testing of Development site with actual data.
  4. Deploy tested database to production.

NOTE: Now supported only MySQL DB

INSTALL

Copy module folder to sites/all/modules or sites/[your_site]/modules folder
of Your Drupal site and enable it on modules list page.

USAGE

1. Assemble build.xml file for Apache Ant:

  • Go to "Configuration" -> "Synchro settings" page.
  • On first visit of "Synchro settings" page module make Scanning variables.
  • Only after finish scanning process "Synchro settings" page will be available.
  • In future if You need scan variables again (if You install/remove some modules). You can use one of this 2 ways:
  • -- Go to "Configuration" -> "Synchro settings" -> "Synchro scan variables sets" menu item.
  • -- On "Configuration" -> "Synchro settings" page click by tab "Synchro scan variables sets" on top part of page.

Webform Template

Webform template settings

Copy webform configuration from one node to another

This is an add-on module for Webform that allows you to select webform enabled content types as "source" and/or "destination" types. On node edit/creation of the so called "destination" types, you have to option to apply (= copy) the webform settings (including all webform fields) from nodes of the "source" type.

That way you can easily copy webform configuration from one node to another.

However, if you want regular fields attached to the node to copy (e.g., the body field), you should use the Node clone module.

What are webforms:

From the Webform project page:

Webform is the module for making surveys in Drupal. After a submission, users may be sent an e-mail "receipt" as well as sending a notification to administrators. Results can be exported into Excel or other spreadsheet applications. Webform also provides some basic statistical review and has and extensive API for expanding its features.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained