Considered feature-complete by its maintainers.

GeSHi code snippets

This module functions pretty much like the image manager for popular WYSIWYG editors except that instead of working with images, this one works with codes (code browser). It stores code fragments that can be edited/created from the WYSIWYG editor. The code fragments are stored in the content using tags. These codes can also be reused on other nodes.

Codes fragments are syntax-highlighted using the Geshi filter module.

Installation

  1. Enable the Code Snippet module
  2. Enable the filter to use code snippets
  3. Configure TinyMCE to have the Code snippet button added

The <> button should appear on the TinyMCE editor.

Tag format

[snippet|type=drupal6|csid=13|tagstyle=block|lineNumbering=2|numberStart=301]

  • csid: The only required attribute (but untested if others are absent). The database ID
  • type : Only here for image styling inside TinyMCE, the filter uses the value stored in the database
  • tagstyle: Helps controls the formatting and this data is saved in the tag, see the GeSHi Filter docs for more details.
  • lineNumbering: See the GeSHi Filter docs.
  • numberStart : See the GeSHi Filter docs.

Ubercart pictured cart block

Bootstrap example

Our pictured cart block provides some advantages in contrast with standard Ubercart block.

  • Show product image (or default icon).
  • Vertical or horizontal ("large icons") orientation.
  • Sort by name, quantity or price.
  • User can decrease or increase quantity of product right in block (and remove in vertical orientation).
  • Optional show item's description in vertical orientation (e.g. selected attributes, content of product kit, etc).
  • Optional scrolling.
  • Items count in summary is number of icons, not sum of products quantity (optional).

Front Node

A small module which allows users to set node as a front page.

After installation of the module there is a new node-edit form option "Use node as front page". After the option will be checked , the node is displayed on the front page.

Authorize.Net® Webform Payments

This module enables a site administrator to allow payments through a Webform submission through Authorize.Net.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only