Mediafield Display

Component type

module

Maintenance status

Development status

Downloads

1881

Component created

Component changed

Provides display handlers for the Media Field audio field and external audio files.

When enabled, this module enables display alternatives for audio fields provided by Media Field, and external link fields pointing to audio files. These options are available in CCK field display administration and also in Views field configuration.

Compact Forms

Component type

module

Maintenance status

Development status

Downloads

48393

Component created

Component changed

Compact Forms presents text fields for selected forms in a more compact fashion using jQuery.

The form item/element fields are overlaid with their respective labels. When the user focuses a field the label fades away nicely, and if the field is left empty the label fades back in again.

By default, only the user login block is switched to compact style, but the behavior can be added to any form by adding the corresponding CSS ids to the Compact Forms configuration.

  • Degrades back to the original form when JavaScript is switched off.
  • Fields like textareas and checkboxes are currently not affected.
  • Inspired by A List Apart

Profile Tabs

Component type

module

Categories

Downloads

1803

Component created

Component changed

This little module changes the way categories and fields are shown when viewing the profile. Normally they are all displayed below each other, which can result in very long user profiles when you use a lot of extra fields and categories.

This module creates a tab for each profile category, and lists only the fields of the active tab.

In the administration you can set which profile tab should be shown by default when visiting a profile. One can also select which tabs should be hidden. On the default tab, the hidden profile fields are shown.

yahoo weather

Component type

module

Maintenance status

Development status

Downloads

1597

Component created

Component changed

A weather forcast displaying module. Based on the Yahoo weather API. The first release provides a simple block, containing the temerature and weather picture of today. The temp units c/f and the location are settable.

It simply gets Yahoo data on cron-run, and display some results in HTML in a block.

This module can be a base for easy adding funcionality like:

CCK Fieldgroup Tabs

Component type

module

Maintenance status

Development status

Downloads

37128

Component created

Component changed

For Drupal 7, see the Field group module, which includes tabs support.

Display CCK fieldgroups in tabs. Enables splitting up content onto tabs in both editing and display.

Requires Tabs module as well as Content and Fieldgroup modules, part of CCK. For Drupal 5.x, Tabs module is part of Javascript Tools. For Drupal 6.x, Tabs is a separate module.

Views Tabs

Component type

module

Maintenance status

Development status

Downloads

18352

Component created

Component changed

Enables the presentation of views through tabs.

Requires Views and the Tabs module, which in Drupal 5 is part of Javascript Tools and a separate project for Drupal 6+.

Adds three new View Type options to page and block views. All three display each node (piece of content) on a separate tab.

Taxonomy Enhancer

Component type

module

Downloads

1780

Component created

Component changed

Taxonomy Enhancer is a module which will extend the fields available to any given term. Each Vocabulary is fully configurable in its own right and can have as many fields "bolted on" as one likes.

Unfortunately (or fortunately, depending on how you wish to look at it), Drupal does not provide a "term load" or "vocabulary load" hook. There are hooks to pick up when a term or vocabulary is inserted, updated or deleted - but not loaded. This means that this module cannot easily pickup and extend a term automatically. This causes Taxonomy Enhancer to be more of an "on demand" service which is a double edged sword. On one hand, you are not bloating terms unnecessarily - you may not ALWAYS want the term to be extended. On the down side, it does mean that you will have to manually invoke the extension of the term when you need it.

Dataview

Component type

module

Categories

Maintenance status

Development status

Downloads

1476

Component created

Component changed

Dataview was created to bring the powerful table creation, sorting, and filtering options of the Views module and make them available for data that is unrelated to the nodes table. Currently, it will only display data that resides within a single table.

In addition, Dataview currently also allows for the export of the current view as an XML-based spreadsheet, including formatting.

Its purpose, however, is to act as an API, so it must be passed an array that describes the table and its fields from which the data will be pulled.