Short Form

Component type

module

Maintenance status

Development status

Downloads

905

Component created

Component changed

Create short form's from any form, mostly to place in a block.

It does this mostly through jquery:

  • removing the field title, and if the field has no value, and when the field does not have the focus, displays the field's title as it's value.
  • removing fieldsets
  • removing non-required textarea's

Short Form can be used by module developer's:

  • $form['#theme'] = 'shortform';
  • shortform_alter($form, $textarea = FALSE);

Short Form can be used by site builder's:

Conversation Pivots

Component type

module

Maintenance status

Development status

Downloads

1536

Component created

Component changed

Important Note: This module is discontinued in favor of Apache Solr AutoTrack and Recommender API. The two modules provides much more powerful features. I'll write some documentations later on how to use ApacheSolr AutoTrack and Recommender API to provide all the functions by Conversation Pivots.

Below is the description of the Conversation pivots for D5.

Level1 Node Access

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Level1 implements a simple "level" based node access system using a single vocabulary defined by the taxonomy module. Level based access is defined as a cascading access based on the user level compared to the level of the content. An example makes it more clear.

----------
For Drupal 7, a module that can be used to accomplish level1's functionality is Access By Term.
----------

JSON server

Component type

module

Maintenance status

Development status

Downloads

12250

Component created

Component changed

The JavaScript server provides a JSON backend to the services module.

This means that you can access the outputs of any service in JSON, by POST-ing to a URL.

Coral Defender

Component type

module

Maintenance status

Development status

Downloads

2885

Component created

Component changed

Coral Defender helps save your sever and bandwidth by transparently redirecting users referred from high traffic hosts to the Coral Content Distribution Network copy of your page. This helps save your server from the crushing onslaught by only having to serve a few images/pages to Coral rather than the thousands of individual viewers that were linked from large sites like digg/slashdot/etc. All redirected referring hosts are definable in the admin section.

Xoops Import

Component type

module

Categories

Maintenance status

Development status

Downloads

1392

Component created

Component changed

Import a site from a Xoops website. Currently you can import from Xoops 2.0.x and the following data is imported:
- users (including full profile data, but not the avatars)
- News (including topics, stats and comments, except attachments)
- Forum
- TinyD
- MyAlbum (to image galleries, with clone support)
- SmartSections (with clone support)
- WordBook (to glossary)

Content formatting is preserved by converting to full HTML.

Image Composition

Component type

module

Maintenance status

Development status

Downloads

4437

Component created

Component changed

Image composition let you create a composition of images of different aspects and dimensions, then scaling them to fit into a single rectangular block on the page.

It's a wrapper around the the "magazine layout" algorithm described by Harvey Kane http://www.alistapart.com/articles/magazinelayout/

2014-06 deprecated in favor of Imagematrix, or collageformatter.

This allows you to add multiple images to a single node and then choose to display all of them together nicely when viewing the node.
If you want a view renderer that will do the same thing for the results of views then please see Imagematrix. It does the same thing, in the same way, using a copy of the same code, but works on compositing view results. This module works on multiple image fields attached to single nodes.