MailChimp Campaigns

Component type

module

Categories

Maintenance status

Development status

Downloads

2645

Component created

Component changed

This module provide features to create MailChimp campaigns from a node content.

The module is usable (the developers are using it on production sites), but not ready yet, it's under active development, so many changes will come...
Please try it out, send feedback!

Taxonomy display child terms

Component type

module

Categories

Maintenance status

Development status

Downloads

3405

Component created

Component changed

This is an additional modules (plugin) for taxonomy display module.

4/14/2012
Currently this module provides:
1. A plugin to replace "core" taxonomy display which will fetch the current page taxonomy children and render them
2. Two new taxonomy "view mode" of "parents viewmode" and "children viewmode".
3. Tested using Display Suite module to utilize the new viewmodes with different layout.

SSL Proxy

Component type

module

Categories

Maintenance status

Development status

Downloads

7741

Component created

Component changed

This module allows for a way to support SSL proxies in a Drupal project.

How it works

It relies on a variable being set by the SSL proxy. The system only requires one to liaise with the System Operation staff so that the SSL proxy will be setting the chosen $_SERVER[] variable to the chosen value.

The module can be instructed with the right settings via administration interface (admin/settings/sslproxy in D6, and admin/config/sslproxy in D7).

Qualtrics

Component type

module

Maintenance status

Development status

Downloads

551

Component created

Component changed

This module provides integration with Qualtrics. Feature coverage is currently far from being 100%, but I will hopefully find the time to add features here and there whenever it's possible.

Features

Basic API coverage, anonymous survey embedding, Qualtrics Field, Qualtrics content type (via Features).

Sponsor

The project was originally built for one of Code Enigma's client.

Webform Quizz

Component type

module

Maintenance status

Development status

Component created

Component changed

Transforms a Webform in a full-featured Quizz.
Can define rules for various webform components to give points.
On submit, total score is calculated, and actions can be thrown depending defined conditions.

Work in Progress : the module is not usable yet !

Developed on Drupal 7 and Webform 3.x.

Drush Make Mercurial

Component type

module

Categories

Maintenance status

Development status

Downloads

3200

Component created

Component changed

Provides legacy support for Mercurial (HG) downloads for drush make in Drush 5.x.

Installation

drush dl make_hg
will place this project in your .drush directory.

TODO

Add simple test

Sponsored

This module is sponsored by Dennis Publishing and most of the work was done by Richard George patching Drush Make 2.3. This has been used as a basis for a sub module for Drush 5.x

Webform Triple-S

Component type

module

Maintenance status

Development status

Component created

Component changed

Exports Webform data to Triple-S format (survey interchange standard).
For starters, implements only Triple-S Version 1.

Triple-S format is compatible with SoftConcept's Ethnos, so you will be able to import in Ethnos results from a webform.
Work in Progress : the module is not usable yet !

Developed on Drupal 7 and Webform 3.x.

Views Raw SQL

Component type

module

Maintenance status

Development status

Downloads

6737

Component created

Component changed

Views Raw SQL allows arbitrary SQL expressions to be added to Views, as fields and sorts. This is useful when you want to do something more complicated than Views or Views Calc can do already, e.g. sort by the sum of two fields multiplied by the square root of another field, and you've already built functionality around doing this in Views so it would be a pain to switch to a custom query.

IMPORTANT: Views Raw SQL expressions are not safe. They can be used to circumvent data access restrictions with malicious SQL or to break a view with invalid SQL. So be very careful who you grant permission to use this module.