Considered feature-complete by its maintainers.

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.

Plagiarism Checker - Authentication Framework

The Authenticate module provides a mechanism to verify if site content has been plagiarized.

The module is a framework which supports various search APIs (plugins) to scour the net looking for possible plagiarized content. The framework provides support for 2 different types of APIs - Standard APIs (Google and Yahoo plugins are included here) and Custom APIs (such as the 3rd party paid authentication service from iThenticate (www.ithenticate.com)).

The Standard APIs process is basically:

  • split BODY of node to be checked into configurable number of consecutive word "chunks"
  • use API's search engine (Google or Yahoo for example) to search for any URL's which match each chunk
  • load the full page content for each matching URL and do complex comparison against the entire body of the node
  • come up with a comparison score based on how closely the content matches between the scraped URL's content and the body of the node
  • provide a report of all matching URL's whose comparison score exceeds a configurable threshold

Custom API's like iThenticate's do their own search offsite from the user's Drupal site and return a report in any fashion they prefer (embedded in an iFrame within the Drupal site).

Advanced Help

Advanced help page with images.

The Advanced Help module provides a framework that allows module and theme developers to provide hierarchical pages with help topics.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only