The current maintainers are looking for new people to take ownership.

Ubercart Internet Secure

This project provides integration with Ubercart and the payment gateway Internet Secure. Internet Secure is a gateway that seems to primarily work with Elavon merchant services and it's affiliates. IS provides two integration methods, as most gateways do. This module supports its Merchant Direct service, which does not bring users off-site to complete a purchase like it's Merchant Link service does. Please note that this requires that your site offer a PCI compliant environment and you have an SSL certificate installed.

Installation and Setup

  1. Download and install the module as you would with any.
  2. Browse to Store Administration -> Configuration -> Payment Settings -> Edit -> Payment Methods.
  3. Expand the fieldset for Internet Secure Merchant Direct, and enter your Gateway ID. If you have a sandbox account with Internet Secure, use the test server. Otherwise use the live server.

Note that there are plenty of options that can be configured within the merchant area provided by Internet Secure that you will want to configure before going live with your online store.

Authorize.net and Internet Secure

Node registration

Allows (authenticated and/or anonymous) users to register for events. Events are nodes with certain node types. You can enable registration for any node type and add fields and manage display per type and per node.

N.B. If you can't register or don't see the link/form, you can add ?debug=1 to the URL and the reason will be saved into the watchdog table. It might be a date, a permission, a status etc. The watchdog message will tell.

Since it's built on Entities and Fields, it works perfectly together with Views, Tokens, Rules, VBO etc.

Requires PHP >= 5.3.

Set up

  1. Download & enable + dependencies
  2. Choose node types to enable (admin/structure/types/manage/TYPE/edit)
  3. Add fields to new registration type (admin/structure/node_registration/manage/TYPE/fields)
  4. Tweak registration type settings (admin/structure/node_registration/manage/TYPE/settings)
  5. Party

Permissions

Most permissions are intelligent: a combination of
checkboxes (People > Permissions), registration type
settings and node registration settings (node/2/registration/settings).

Settings

For registration types and nodes:

Ringlead

NOTE: Because of a lack of documentation from Ringlead and the simple fact that my company has chosen to use ExpressionEngine rather than Drupal, this project has pretty much stalled and I won

Dropbox Client

Dropbox Drupal Client

This module allow Drupal users to interact with the Dropbox API and from there do a bunch of things from Drupal as they were in Dropbox Features:

  • Dropbox navigation (including breadcrumb).
  • File download.
  • Search for files/folders in Dropbox

Operation Mode:


Dropbox has two operation modes:

  • Site wide: Enable a global Dropbox Account for all Drupal users, useful to share files across multiple users
  • Individual Account: Allow each user to have it's own Dropbox account linked from within Drupal

Installation

  • Site wide mode: the administrator has to enable this mode and link a Dropbox account, using Dropbox Client Settings.
  • Individual account: module creates a block that will show each user a link to enable it's own Dropbox account.

Usage:

  Enable blocks:     

  •     Dropbox Files (list of files of DropBox with navigation)
  •     Dropbox Upload (upload a file to current DropBox folder
  •     Dropbox Search (search a file starting in current DropBox Folder)

  Get list of files accessing page <drupal_root>/dropbox/files only for authenticated users.

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer