Columns filter

Component type

module

Categories

Maintenance status

Development status

Downloads

3769

Component created

Component changed

Provides an input filter that lets you use "<!--column-->" to make column breaks.

A plugin button is provided for integration with wysiwyg module. (Big thanks to dboulet for implementing this.)

After installing this module as normal:

Tab Name Tweaker

Component type

module

Maintenance status

Development status

Downloads

5013

Component created

Component changed

Allows admins to override the name of the 'View' and 'Edit' tab on node pages.

Possible use cases:

  • 'View' or 'Edit' is not descriptive enough.
  • Organic Groups: when the normal 'View' tab serves as an overview or landing page rather than a specific piece of content.

Web Widgets

Component type

module

Maintenance status

Development status

Downloads

177587

Component created

Component changed

Create dynamic snippets of your Drupal site that users can copy and paste to their websites.

  • Supported widget styles: iframe, inline, UWA or Google Gadgets.
  • Build a view and make a widget from it.
  • Embed any other web site content in a widget with a simple widget API.

Contact form blocks

Component type

module

Categories

Maintenance status

Development status

Downloads

52067

Component created

Component changed

The Contact form blocks module makes your site-wide contact forms available as Drupal Blocks.

Using this module you can show your contact forms at any place where you can show a Drupal Block. For instance you may add a contact form to the right sidebar of your website which should be shown at every page. Or you want to add another contact form (aka category) to a certain node only. Add the contact form block to the content region and use the Block visibility settings to hide it from all pages but that special one.

Early Form Alter

Component type

module

Categories

Maintenance status

Development status

Downloads

2358

Component created

Component changed

Provides a new Drupal hook: hook_early_form_alter.

This hook is identical to Drupal's hook_form_alter in every way except that it should always be called before any other module's hook_form_alter is called. Also provides hook_early_form_(form_id)_alter. This is accomplished using weighting in the system table.

This will give developers a chance to alter form data before any other module has made it's own alterations.

Late Form Alter

Component type

module

Categories

Maintenance status

Development status

Downloads

2618

Component created

Component changed

Provides new form alteration hooks that give developers a chance to alter form data after every other module has performed their own alterations.

hook_late_form_alter()
hook_late_form_BASE_FORM_ID_alter()
hook_late_form_FORM_ID_alter().

These are identical to hook_form_alter and its variations in every way except that the _late hooks should be called after all of the regular hooks.

UC Linkpoint API

Component type

module

Categories

Maintenance status

Development status

Downloads

4456

Component created

Component changed

Looking to use Drupal Commerce for Drupal 7 instead? Visit the project page for Commerce First Data.

Summary

Enables a payment method in Ubercart that allows users to pay via the Linkpoint Central API (also known as First Data).

Features

  • Submits the following information to Linkpoint: Order ID, User ID, Email, Billing Address, Shipping Address, Credit Card Info, Total Amount, Order products (in the comments section).
  • Allows you to implement fraud detection based on AVS and CVV response code.

NOTE: Order IDs must be unique in the Linkpoint system. For this reason, the module appends a timestamp to the end of every order number that is sent to First Data. The module previously appended an incrementing transaction attempt number. However, Linkpoint also has a Fraud Setting under Administration -> Basic Fraud Settings which disallows duplicate orders (defined as same amount with same credit card number) within X number of minutes. You may want to change this to lower than the default of 10 minutes or your customers may still experience declined transactions.