Help Me

Component type

module

Maintenance status

Development status

Downloads

1687

Component created

Component changed

I still believe this was a good idea, but I cannot longer mantain this module the way I want. I'm looking for a new maintainer or co-maintainers.

This module is based on the Context help module but it is more simpler and lighter. It allows the admin to set help messages based on a path.

CiviCRM Constant Contact Integration

Component type

module

Maintenance status

Development status

Downloads

4823

Component created

Component changed

This Module Integrate CiviCRM with Constant Contact. The module allows you to use CiviCRM as your CRM while getting the benefits of using Constant Contact to manage and send your bulk e-mail.

The Module has 3 major features

1.) Import Contacts from CiviCRM to Constant Contact
2.) Synchronize groups from CiviCRM to Constant Contact
3.) Record opt-out from Constant Contact to CiviCRM

CLI Daemon

Component type

module

Maintenance status

Development status

Downloads

2593

Component created

Component changed

This module provides a really fast, secure and stable, lightweight CLI Daemon. This daemon exposes a simple hook in order for module to run actions using it.

Features

  • Clean usage of pcntl_* extension, with SIG handling.
  • Lightweight, it does bootstrap a Drupal in child processes in order to let modules benefits from hook_init(), hook_exit(), and a clean environment.
  • Is able to run job_queue jobs, and Drupal cron if no other module has been run.
  • Provide a Drush integration.
  • The CLI Daemon can be run and killed by site administrator from the Drupal administration.
  • Proceed implementing module list pragmatically, run the first found and dies after remembering where is its module pointer within the module list.

Related NPR Stories

Component type

module

Maintenance status

Development status

Downloads

773

Component created

Component changed

Uses the NPR API to generate a block containing NPR stories that are related to the current node. At this time the module can only use the node's taxonomy terms (and term synonyms) to find related stories. The blocks it generates are, however, quite themable with lots of information made available via the NPR API.

Mad Mimi

Component type

module

Categories

Maintenance status

Development status

Downloads

674

Component created

Component changed

Provides mail integration with 3rd party mail service, Mad Mimi. Currently it just over-rides all email sent from Drupal and sends it via Mad Mimi. Future releases may include additional options for sending specific types of email.

Requirements

Allowed Values Element

Component type

module

Maintenance status

Development status

Downloads

770

Component created

Component changed

This module defines an allowed values form element - which will validate only if one of the predefined values is entered by a user.

It is validated via ajax if javaScript is available; on form submission if it's not.

The allowed values are hidden from the user.

An example usage of this module would be where users need to enter a product barcode in order to enter a competition.

Development sponsored by Comic Relief.

443 Session

Component type

module

Categories

Maintenance status

Development status

Downloads

6426

Component created

Component changed

The 443 Session module makes using HTTPS on your site simple. It is most useful for doing mixed HTTPS where some pages are sent via HTTP, and others via HTTPS. It can be used to protect credit card transactions or to protect against session hijacking (via tools such as Firesheep).

Ubercart Members-only permissions

Component type

module

Categories

Maintenance status

Development status

Downloads

3047

Component created

Component changed

This module allows Ubercart store administrators to apply more fine-grained permissions to the product catalog and shopping cart.

This is particularly useful in situations where you want the general public to view most of your site, including the product catalog, but only permit certain registered members, such as wholesalers, to see information about factory-direct prices or to use the shopping cart.

A configurable message will be shown next to the product if the user has insufficient permissions. This message may contain HTML as well as tokens. Some examples:

  • Sign up as a member to see factory-direct prices and shop online
  • <a href="mailto:enquiries@[site-mail]?subject=Quote for [type-name] SKU [model]: '[title]'&body=Request from [user-name] ([user-mail]) for pricing info on [model] (category: [term])."> Request price by email </a>

The second example produces a link Request price by email, which when clicked opens the user's email client and fills out address, subject and body with info related to both the user and the product they're viewing, so that all they have to do is click "Send".

For those not entitled, prices may be shown as a configurable replacement text, for instance "POA" or 0.00, or may be removed from forms and tables altogether. This can be configured at Administer >>Store administration >> Configuration >> Members only settings. Again HTML and tokens are allowed.