Configure the layout and format of content and data presented to site visitors.

Organic Groups Tree View

Displays a nested hierarchy of Organic Groups as a tree resembling an organizational chart.

Cool message

Synopsis

Provides a beautiful display of system messages (errors, warning, etc.).

Node Tabs

Node tabs is a module that allows you to assign tabbed content to nodes.

The module creates a block called Node tabs that you can add to a region or panel.

You can also call the tabs using the following function:
print node_tabs_generate_tabs();

Requirements

Node tabs requires that jQuery UI be installed. You can download jQuery UI from
http://drupal.org/project/jquery_ui.

Please note that currently Node tabs only works with jQuery UI 1.6. See this issue to find out progress of making it work with version 1.7

Installation

Follow the standard Drupal module installation procedure. Put the module in the
modules folder (sites/all/modules or sites//modules if you are using a
multisite setup). Then enable Node tabs in the module admin section (admin/build/modules).

Configuration

Node tabs has an admin page where you choose which content types are allowed to
contain tabs (admin/settings/node_tabs).

Node tabs also creates two new user permissions:

  • administer node tabs
  • add / edit node tabs

You will have to assign these permissions to roles before your users will be able
to start using Node tabs.

Known issues

Kwicks for Views

Kwicks for Views gives you the ability to render views using the jQuery Kwicks plugin.

Data Visualization API

Pie Chart Example

The data visualization api is a module that allows site builders to create, import & store data visualizations as entities and their data as standardized JSON. A user can then choose which installed data visualization library to use when rendering each data visualization entity.

All data is stored in a standardized format called Vizstruct. The spec for this specified JSON can be found here.

So far three adapters have been written to connect the Data Visualization API to individual rendering libraries. The adapter for Highcharts, JIT & jqPlot can be found here.

Features

  • The ability to create and store Data Visualizations as entities.
  • The ability to choose which rendering library you want for individual visualizations.
  • Quick load times since the data is stored as JSON files and not database records.
  • Integration with the Color module for easy color palette selection.
  • The ability to place visualizations as blocks.
  • Import Vizstruct objects from file
  • Import data via CSV file

Commerce Cart Ajax

Features

  1. The “remove” button on cart view removes the item from the cart immediately, without a page refresh. The row is removed from the table.

Pages

Subscribe with RSS Subscribe to RSS - Content display