Message Effects

Component type

module

Downloads

2905

Component created

Component changed

The Message Effects module adds attention getting JavaScript effects to Drupal messages (you know... the messages that say things like "This content was saved." or "You have an error.", etc -- usually above the content on your Drupal site). I have found that many users tend to miss these messages on the page, so Message Effects gives them a little "pizazz" to make them more noticeable.

Form Defaults

Component type

module

Maintenance status

Development status

Downloads

12483

Component created

Component changed

Ever want to add help text to a form in Drupal? Don't like a field title chosen by the developer? Want to change the description of a form field? Want to move a field to the top or bottom of a form? Want to do all of these things without any PHP code? This is your module.

Component

Component type

module

Maintenance status

Development status

Downloads

3978

Component created

Component changed

This module has been obsoleted by more recent Drupal versions. Views_Attach, EVA, full-on Panels, and Services provide much better alternatives than this module. It will not be ported to Drupal 7.

This module provides several utility routines to allow themers to "pull in" any desired content in a template file (or anywhere else). "Any desired content" means a node, block, or view. Think of it as a sort of "Panels module junior".

Taxonomy Introduction

Component type

module

Categories

Downloads

2318

Component created

Component changed

The taxonomy_intro module simply enables you to display an introduction at taxonomy term pages where normally only the list of nodes related to this term is shown.
The modules brings up a new field 'introduction' in taxonomy term forms.
The 'description' field should not be used for the introduction because it's shown as link title with taxonomy links.

Its only a small module but it helps organizing your site!

Node Blaster

Component type

module

Maintenance status

Development status

Downloads

655

Component created

Component changed

This module create a new content type called node blaster. This can be added with title and description and more option becomes available on edit page where user can add node blaster content. This enables user to add series of content to be sent on a specified interval. User can select which day #node to be sent. This create a url that can be used for public.

This creates html form that can be used for signup. You can also add which url user will be redirected after signup. This code can be used on other site for signup process.

Views carousel

Component type

module

Maintenance status

Development status

Downloads

38801

Component created

Component changed

In an effort to minimize the duplication of jcarousel based modules this module is being deprecated for the Drupal 6 version onward and is being replaced by the jcarousel module. As of the Drupal 6 2.x branch of the jcarousel module views integration is provided.

The carousel module, jcarousel module, and this module are being merged into one effort with the maintainers combining efforts in one module.

oyoaha Liquid Layout

Component type

module

Downloads

1411

Component created

Component changed

oyoaha Liquid Layout provides a simplified, powerful layout and styling implementation for use with the Views module. Now one module controls all the html output styling for all your Views instead of the previously cumbersome process of creating a module for implementing each style or layout. Even better yet, the module can be used to output Json from any View for easy AJAX implementation.

Menu Trails

Component type

module

Downloads

56464

Component created

Component changed

This module adds some common-sense usability to Drupal's menu system

  • Menu Trails implements primary/secondary links which keep the current menu trail "active" or highlighted. A handy snippet ready to go into your template.php is included.
  • The module provides a means of broadly categorizing nodes (by type or taxonomy) as falling "under" a known menu item. These nodes are not added to the menu tree (keeping the menu admin system sane) but they will trigger the functionality above -- preserving navigation state for the user -- when viewed.
  • New for 6.0: Menu Trails can also set breadcrumbs for nodes, keeping them in sync with the trail.
  • New for 6.0: Menu Trails is now Organic Groups aware, so nodes can be designated to fall "under" the first group node they belong to.
  • New for 6.0: A token is exposed to pathauto (and other token-aware modules) allowing for the menu trail to be used in automatic path alias creation.