Considered feature-complete by its maintainers.

WordPress Comments

WordPress Comments in action

Streamlines the appearance of the standard Drupal comment form to appear more like WordPress.

CCK Table Field

This module adds a CCK table field type that lets you add a table display to any content type without having to manually enter HTML. It currently parses text data to form the header and row content. The output is generated by the theme system, so you don't have to worry about formatting valid HTML or adding all those little classes yourself.

A related module is Tablefield. It is a more advance version of this module.

Initial D5 release developed by Wombats.
Ported to D6 & D7 by Tyler Struyk & Sponsored by Themes 24/7

Role Reference

Adds a (CCK) field type for referencing user roles as a field in (CCK) content types.

Ubercart Payment Method Adjustments

uc_pma is an add-on module for the Ubercart e-commerce suite. The Drupal 5 version is compatible with Ubercart 1.0 rc2 and above. The Drupal 6 version has been tested with Ubercart 2.0 rc7.

This module allows an order total to be adjusted based on the payment method chosen by the customer. For instance if you'd like to charge a $1.00 fee for people paying with Paypal, you can set that up with this module.

"Module compiled by Ryan from a schnazzy patch by cYu."

After enabling the uc_pma module you will be able to go to Administer->Store Administration->Configuration->Payment Settings->Payment Methods in order to set up these payment adjustments. Adjustment fields will be added to your form where you can specify a flat amount or percentage to be added or subtracted from an order that uses the associated payment method.

These fees and discounts will then be displayed to the customer during the checkout process with small print underneath the payment method which summarizes the adjustment.

One important note is that a percentage fee applies only to the sub-total. So if you've setup a 15% Check fee, you could have the following cart (assuming a $10 product, a 10% sales tax, and $4 flat rate shipping).

$10.00 Subtotal
$ 1.00 Sales Tax
$ 4.00 Flat Rate Shipping
$ 1.50 Check Fee
--------------
$16.50 Total

Lootz Item Filter

This is, more than anything, a filter engine for integrating 3rd party database lookups. In it's current form, the filter allows for text of the form

[item]1234[/item]

-or-

JS Callback Handler

Overview

JS Callback Handler is a solution for creating highly performant server requests. This includes, but is not limited to, creating simple JSON callbacks.

This API is intended for module developers who wish to provide more of a "lean" approach to the Drupal bootstrapping process (not the front-end framework).

Note: this API does nothing by itself. It requires other modules to leverage its functionality and APIs.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only