Use a third-party CSS or JS Framework, a self-hosted service like a CRM, or a third-party service with the site.

ActiveGrade integration

The d.o version of this module is horribly outdated and isn't being updated right now. It is still being used as a custom module and might be updated on d.o someday.

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.

Mail Headers

Control and modify any (almost any) mail header. Mail Headers allows you to:

  • Limit the allowed domains for the sender e-mail address used on any e-mail sent through Drupal.
  • Customise almost any mail header with the use of tokens (Version 2.x).
  • Allow HTML to be sent from any module using drupal_mail.

Default FROM address

This module checks every mail being sent and compares the "From" header to a list of allowed domains. If it doesn't match any, the default site mails is used instead.

This is very useful if using an SMTP service like MailJet where you have to validate all domains/addresses before they are allowed through their system, which will block all mail sent using the default Drupal contact form, which uses the email field on the form as the From address.

For the geeky ones, what we change is the "From" header in $message["headers"]["From"] and set the "Reply-To" as the original from.

Customise (almost) any Mail Header (Version 2.x)

Integrated with tokens, this module allows you to customise the headers from the mails sent by Drupal, with any value you feel like using! Plus it integrates with tokens, which gives you even more flexibility.

HTML mail

We also implement our own MailSystem class which overrides the format() method allowing html mails to be sent.

WYSIWYG IFrames

Based on http://drupal.org/node/69524, It made sense to simply create a module that provides iframe (for now, only TINYMCE) support with th

Twitter Pull Helper

My very first module - be gentle, please.

Twitter Pull Helper does what it says on the tin ... it helps the Twitter Pull module.

PMB Connector

PMB Connector for Drupal 7 (7.x-1.x-alpha2)

PMB Connector allows to link Drupal to PMB (formerly PhpMyBibli), an open source library management system (LMS/ILS) developed by the commercial French firm PMB Services, through an API (currently JSON-RPC).

With this module, users can browse and make searches from Drupal into the PMB library catalogue, or the OAI aggregator hosted by PMB ILS. Readers may also access within Drupal their OPAC account, and view their loans, reservations and reading lists.

You can try the module on the demo site.

Pages

Subscribe with RSS Subscribe to RSS - Integrations