Unmask Password

Component type

module

Maintenance status

Development status

Downloads

1408

Component created

Component changed

Unmask Password provides a new type of password element for the Forms API. This new password element ('#type' => 'unmask_password') inserts a password field in your form with a checkbox below it which can be used to unmask (show) the entered password. This field provides a way for the user to check what the user has entered in the password field for confirmation before submission so that corrections can be made if need be.

Pager for Content type

Component type

module

Maintenance status

Development status

Downloads

4095

Component created

Component changed

For every node of selected content type module add "previous" and "next"
buttons to previous or next node.
Module provide custom pager for content type.
Pager will apply to end of node render array.

There is possibility to use pager for navigating between nodes of same author.

Public And Private Files

Component type

module

Maintenance status

Development status

Component created

Component changed

The objectives of this module consists in defining a new type of download method.

Private & Public - public files are available using HTTP directly and private file are transferred by DRUPAL, it uses the private path defined.

Why this module is interesting ?
Sometimes, you may need to have a control on the download of certain file, but you don't want to control all the files.

By setting up this module, you may use the private mode only for some paths to thanks to the specific "system/files" path.

Filefield Revisions Display Formatter

Component type

module

Maintenance status

Development status

Downloads

355

Component created

Component changed

This project provides a CCK display formatter which shows all the past revisions of a file that were previously attached to the node, using core Drupal's revision system.

This module provides several theme functions which can be overridden and customized by renaming and copying to your theme's template.php file.

SIORG field

Component type

module

Maintenance status

Development status

Component created

Component changed

SIORG is a system that manages the institutional structure of the brazilian federal executive government.

The purpose of this module is to provide a CCK widget to select Ministries, Departments and Sections.

Only the SIORG will be saved in the database, using CCK text field. Details of the section selected will be retrieved from SIORG webservice.

This module is in early stages of development. It is not yet ready for production.

Fieldgroup horizontal tabs

Component type

module

Maintenance status

Development status

Downloads

1210

Component created

Component changed

Provides formatting of fieldgroup as horizontal tabs. This is a backport of the horizontal tabs format for Field group from Drupal 7.

To style field groups as tabs, select the "horizontal tab" style in the field group configuration. Adjacent tabs are automatically collected in one tab group.

Date Time Extras

Component type

module

Maintenance status

Development status

Component created

Component changed

Date Time Extras extends Date field functionality with extra information distinguishing between date and time. There are two parts to this extension:

  • Partial date values are distinguished from complete ones. For example, midnight to midnight is different from all day.
  • Widgets are enhanced for the distinction between date and time (e.g. extra checkboxes to show/hide date parts).

The Date Popup widget from Drupal 7 is essentially backported to Drupal 6.

Nodereference autocomplete nid trim

Component type

module

Maintenance status

Development status

Downloads

801

Component created

Component changed

The Nodereference autocomplete nid trim module is a simple module that uses JavaScript to remove the [nid:X] text when you select an item in a Node Reference field.

For example, if you have My Node Title [nid:384] in the input, jquery_autocomplete changes it to just My Node Title.