Active Template

Component type

module

Downloads

4278

Component created

Component changed

Looking for co-maintainers

We have been fairly busy and have not had the time nor the personal need to upgrade this project to D6. If you are interested in becoming a co-maintainer, please contact us at http://collectivecolors.com

The Active Template module is similar to the ConTemplate module except that it works with Views instead of content types. Essentially it gives you the power to customize your views displays in any way that you can imagine. The Active Template module allows you to:

Highlighter

Component type

module

Maintenance status

Development status

Downloads

1053

Component created

Component changed

This module uses the PEAR package Text_Highlighter to color your code according to the syntax rules of various languages. The Text_Highlighter library can be extended with new language definitions in the form of an XML file.

Syntax coloration is provided in the form of two different input filters: The module can either treat the whole input as code, or look for specific code tags in mixed input text.

You will require the Text_Highlighter library to use this module:

Public Preview

Component type

module

Categories

Maintenance status

Development status

Downloads

3232

Component created

Component changed

This module allows anonymous users access for unpublished content.

Why is this useful?

You may want to send links to unpublished content to a colleague or publishing partner for review, or you may need to enable users without "administer nodes" permissions to access content as part of a Workflow process.

Blockquote

Component type

module

Maintenance status

Development status

Downloads

14810

Component created

Component changed

The Blockquote module is used to create styled blockquotes in your pages.

These blocks of text are intended for one or more verses or paragraphs that are quoted verbatim (word for word). Separating this text into a block shows that the whole block is quoted, therefore no punctuation marks are needed to indicate the beginning or end of the quotation.

Nevertheless, we do want the block to be styled appropriately, and Garland in particular, is lacking this feature.

Node Link

Component type

module

Categories

Downloads

1285

Component created

Component changed

Note: As of 2009/07/22, this module appears to no longer be supported. If you are interested in taking this module over, or you as the module maintainer feel this message has been posted in error, please reply to http://drupal.org/node/474680.

Flexible content type to store links and automatically validate stored links.
With this module you will be able to create links directory, such as DMOZ or any other.
In order to build a link directory, it is recommended to use it along with the Node Browser module.

Custom Page

Component type

module

Maintenance status

Downloads

28812

Component created

Component changed

Documentation

A draft version of the User Documentation is now available for the Custom Page module.

What is it?

Custom Page is an advanced theming tool, allowing developers to easily create pages with custom templates and maintain full control over the output (e.g. HTML). Custompage seamlessly integrates with the Context module (both versions 2 and 3) module and while Context is not required, the two work great in tandem.

Sprite

Component type

module

Maintenance status

Development status

Downloads

721

Component created

Component changed

This module provides an API to consolidate images into a single sprite image.

When an image hits the sprite registry, it will be entered into a static array. At the end of a page load, all so entered images will be consolidated into a single image made up of them all, and a CSS file will be generated to properly display the image. The registry array will be saved to the cache with its md5 hash, so that future sprite images of the same composition may be retrieved without rebuilding that image.

Profile Map

Component type

module

Maintenance status

Development status

Downloads

1071

Component created

Component changed

Profile Map enables arbitrary profile fields to be mapped to a fixed data model in the $user object so that third-party modules can easily access the profile data. The module provides callbacks when the mapped profile fields are changed, for example, to require a form to be resubmitted on an address change.

Graph

Component type

module

Maintenance status

Development status

Component created

Component changed

According with Wikipedia, a graph is a set of objects called points, nodes, or vertices connected by links called lines or edges. In a proper graph, which is by default undirected, a line from point A to point B is considered to be the same thing as a line from point B to point A.

Graph Module creates an node type called "Graph" and provides a fashion way to visualize it. Modules can also implements Graph API to autogenerate graphs.

FusionCharts

Component type

module

Maintenance status

Development status

Downloads

14672

Component created

Component changed

This module connects Drupal with the FusionCharts Free and FusionCharts v3 (commercial) package. FusionCharts is a flash charting and graphing component that can be used to render data-driven & animated charts for your web applications and presentations.

This module provides both a user interface for creating charts as well as as an API for developers to integrate with other modules.

What's included in this module:

  • A content type with an graphical user interface for creating charts
  • A CCK field
  • An API that to create charts using SQL queries
  • An API that to create charts using an array of data
  • An API that allows for drill-down viewing of data (you can click on the bars to fetch new data)
  • Examples of how this module can be integrated with other parts of Drupal