This project is under active development.

Pay

This module can be used by other modules to collect and track payments. Through this API, any module can provide a payment form and payments can be handled and tracked centrally.

Payment forms

A payment form is the result of any business rules that include a request or recommendation of payment. Examples include shopping cart checkout pages, donation forms, event registration pages, user registration forms, or tip jars.

A module using this payment API can be very simple or very complex, implementing any amount of business rules that result in a payment request. From there, Pay collects payment information and submits it through a configured payment backend. All payment activities, no matter what they're for, are stored in one place for tracking and reporting purposes.

Modules that implement payment forms include:

If you develop a new payment form module, please let us know so that we can add it to this list.

Payment backends

A payment form can support one or more payment methods, using the functionality of a payment method handler. Support for the following backends are available for Pay:

Order

An alternative e-commerce system.

Table of Contents

Automatic table of content with [collapse] tags, auto-numbering, back to TOC links

Description

The Table of Contents module generates a list of select header tags in a box. The links point to the anchors so users can quickly access each section of your documents.

The module comes with many features:

  • Place the table of contents where you want
  • Display the table of contents in a block
  • Conditional generation of the table of contents
  • Different types of numbering
  • Generate identifiers for headers without one
  • Links back to the table of contents
  • Etc.

OG Aggregator

A module to create individual aggregator for Organic Groups using Aggregator.

Domain

Screen shot 2011-09-16 at 11.50.21 AM_0.png

Drupal 10 status

Releases in the 2.0.0 series are compatible with Drupal 9.5 and higher.

Custom Breadcrumbs

Custom breadcrumbs 10.x

What works:

  • ability to add custom breadcrumb for all content entity or paths like page manager, views etc
  • store settings using config entity so everything is exportable
  • setup homepage link
  • setup current page last crumb
  • multilanguage support
  • token support
  • extra cache contexts
  • extra vars like nolink and hierarchical breadcrumbs from taxonomy term tree
  • added ability to attach breadcrumb to every entity display mode, for example on teaser with search results
  • trim breadcrumb length
  • ...

Custom Breadcrumbs (7.x-2.x)

Many new features have been added including support for Views, Panels, Taxonomy vocabularies and terms, paths, and a simple API that allows contributed modules to enable custom breadcrumbs for module pages and theme templates. These are implemented using optional, independent submodules that depend on the main Custom Breadcrumbs module.

In addition to breadcrumb visibility, this version provides an option permitting PHP code snippets to be used in forming the breadcrumb titles and paths. Multiple languages are also supported.

Any changes must go in the 7.x version first.

Pages

Subscribe with RSS Subscribe to RSS - Under active development