Maintainers monitor issues, but fast responses are not guaranteed.

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.

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.

Views Import

This module provides an easy way to import previously exported Views definitions.

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained