Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects

CCK Autocomplete

Development of CCK Autocomplete is now being moved to the more robust module Autocomplete Widgets for CCK Text and Number<

easySlider

WARNING: The functionality of this module can be achieved in a lot better way using Views Slideshows, which is a fantastic module (I use it all the time). This module is nice to get the easySlider plugin, but if you're an end user you're better off using Views Slideshows. To use this module, you need good knowledge of ImageCache, CCK, Views and CSS.

This module integrates the amazing and light jQuery EasySlider plugin with your list views. Easy Slider enables images or any content to slide horizontally or vertically on click. It is configurable with css alone. So, basically you link to plugin file, set the content up and style it with css.

Dependencies for 6.1-x

* Views (http://drupal.org/project/views)

Installation for 6.1-x

1) Place this module directory in your modules folder (this will usually be
"sites/all/modules/").

2) Enable the module.

3) Make a view named easyslider and set the type to List, you will need to add fields, at least add a node title or body, best suited for images.

Installation for 6.2-x

1) Place this module directory in your modules folder (this will usually be
"sites/all/modules/").

2) Enable the module.

3) Set the image fields you want to use easySlider with, to the easySlider cck display formatter.

Per-Bundle Storage

Per-Bundle Storage (PBS) is a Field API contrib module that stores all values for all limited-value fields in a bundle in a single table row. Per-bundle storage is the analog of pre-Field API CCK's per-content-type storage and thus provides the same benefits (namely, loading all such fields in a single query). In fact, PBS stores more fields in its per-bundle tables than CCK did:

  • With Field API, a field can be configured to store up to any specific number of values (1, 3, 17, etc.) or an unlimited number of values. PBS stores all limited-value fields in per-bundle tables, whereas CCK only stored single-value fields in per-content-type tables. For example, if the field 'foo' can have 3 values, each per-bundle table containing 'foo' has columns foo_value_0, foo_value_1, and foo_value_2.
  • PBS stores shared fields in per-bundle tables in addition to non-shared fields, whereas CCK only stored non-shared fields in per-content-type tables. For example, if the field 'foo' is attached both to the Article and Page node types, the per-bundle tables field_bundle_article and field_bundle_page both contain columns foo_value_0, etc.

Both of these improvements allow a greater number of fields to be loaded in a single query than was possible with CCK.

Blockscheme

The blockscheme module allows site administrators to apply a set of blocks to multiple pages. The module creates independent copies of all the blocks on a model page, making it easy to create many pages with similar look and feel. All features of the source blocks are copied, including their block_class settings.

Users who want sets of blocks that all display the same content (read from the same boxes entry) should use Multiblock.

RDL report engine

Do you want to design a template, specify the data source and just click a button to have a PDF report ready to be sent through the browser or by email?

Pages

Subscribe with RSS Subscribe to RSS - Unsupported