Custom Credit Card Form

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Credit card support for payment method which needs some basic submit handlers without using commerce module.

This module is fully copied from Payment credit card .

It will make some required checks on basic input credit card form :

  • card type
  • card number (using Luhn algorithm)
  • security code
  • expiration date
  • start date if provided

Before using this module one must read README.TXT

Comment Time

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows you to define hours and cancel commenting between them.

For example if you need to cancel commenting at night, the module does the job for you. It also allows you to define a comments disabled message to show instead.

Expire Nodequeues

Component type

module

Maintenance status

Development status

Downloads

711

Component created

Component changed

This module extends default functionality of the Cache Expiration module and provides actions for Nodequeues. Nodequeue Cache Expiration module allows you to invalidate cache of some pages when a nodequeue gets updated, or when nodes are added/removed from a nodequeue.

Group contact

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds a "Contact" tab to group content nodes that allows users with the "Access group contact form" permission to send HTML emails to all members of that group.

Similar modules

  • OG Contact offers more options but the D7 version is still not ready for production, especially with OG 2.x.
  • Organic Groups Email only concerns group notification emails.

JS Feeds Preview before Import

Component type

module

Categories

Maintenance status

Development status

Downloads

259

Component created

Component changed

shows the preview of the json file before import of the json file mainly using js and css

Installation and Configuration

Feeds Preview before Import :
- shows the preview of the csv file.

Install:
-Install this module.
1.Once you have installed this module, go to the import page and select any feed import
2.Once you browse and add any json file immediately the preview of the json file will be displayed.

Dependecies
feeds

Mail Template Themer API

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module enables developers send themed emails using this API.

Developers will need to..

  • Style the base theme (Which is in the module/template file)
  • Setup & Style the specific content template, which will be called in the email for the dynamic content
  • Call a function and pass through the content template

The module/template folder is designed to be styled and will never need to be updated for security updates, don't worry about hacking this part of the module.

An example can be found in the .module file.