Drupal Modules PHP scripts - Top 4 Download

Drupal Modules PHP script downloads

userlink

Userlinks are fully themeable, and the module comes with a css file that defines the necessary values to theme your links.Userlink comes with a series of userlink-related blocks: view all links, view all link categories, view popular link categories, recent links, my links, my link categories, and the link menu.Installation - ...

userreview

A userreview consists of a voting widget (scale of 0-10), a title, and a comment field. Administrators configure which node types should be reviewable. This module places voting results, review forms, and paginated lists of user reviews after each node of these types. Each user may submit a single review for ...

Utility

The Drupal utility module is a module that contains a bunch of utilities that are simple to code, everyone wants, but nobody actually codes them.Right now, it contains the following utilities: - System module fieldset closer - Allow to enable/disable individual plugins' through admin/settings/util page - Automatically save height for resized ...

Validation API

However, the latest versions are limited to text-based core fields.Currently, the JavaScript portion is not tied in, and it will be getting switched over to jQuery.Installation - Place validation_api in your modules folder (recommend: /sites/all/modules/). - Goto admin/build/modules, check enabled on Validation API, and click submit.  Requirements: · Drupal 6.x ...

Value List

Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: · Drupal 5.x ...

vBulletin to Drupal

It also includes a login manager that allows existing forum users to login without having to reset their passwords.Testing on backups before using on live data is highly recommended.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: · Drupal 5.x ...

VCalfield

VCalendar (Virtual Calendar) is an open source application for posting and maintaining events and schedules online, in calendar format.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: · Drupal 5.x · Drupal Content Construction Kit module ...

Version Control API

This module requires any module that provides a VCS backend in order to provide the VCS's functionality.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Key features "Version Control API": · Commit Log displays a history of commits and optionally sends out commit ...

Version Control API Git backend

It can retrieve commit information by parsing commit logs.Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: · Drupal 5.x ...

Vertical Tabs

Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: · Drupal 6.x ...

Video

Videos are embedded into html pages and can also be downloaded.Features - Multiple video types: mov, mp4, 3gp, 3g2 (handled by Quicktime Player), rm (handled by Real Player), flv (handled by FlowPlayer), swf (handled by Macromedia Flash Player), dir, dcr (handled by Macromedia Shockwave Player), wmv (handled by Windows Media Player), ...

Video CCK

Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: · Drupal 5.x ...

Video Filter

Features - Quick syntax: [video:url] - Setting default width, height and autoplay setting per input filter using filter settings. - Overriding default width, height and autoplay setting in the filtered code. - Show random video from comma sepparated list of urls - Aligning the embedded video left or right. - Extensions ...

Views Argument API

It creates a mechanism other than the URI for modules to specify arguments in block and embedded views.Usage - You can now easily create a block that lists a different set of nodes depending on the current node's taxonomy. - You can shows an image from a photo gallery related to ...

Views Calc

You can SUM, AVERAGE, or COUNT a selection of fields in a row, or perform the same calculations on selected columns. The calculations are displayed in a different table cell displayed at the bottom-right of the table and it is themed in order to look like a spreadsheet.InstallationUnpack in your modules ...

Views Checkboxes

The checkboxes offer an improved interface when the choice number is small.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: · Drupal 5.x · Drupal Views module ...

Views Date Range Filter

It creates new filters for node times, 'Node: Created Time Between' and 'Node: Changed Time Between', as well as new date range filters for CCK date (but not datestamp) fields.Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules.  Requirements: · Drupal ...

Views Fast Search

This search is considerably faster (than the search in views_search.inc), supports OR terms, exception terms, and sorting by score.Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules.  Requirements: · Drupal 4.7.x/5.x ...

Views Filter Block

This differs from the views block option which displays the view exposed filters AND a limited number of rows from views content. It themes the block using collapsible fieldsets rather than the table currently used by views, and it uses some logic to decide which fieldsets should be collapsed or not ...

Views Fusion

So you can build fusioned views that display information that is stored in multiple nodes - useful for tabular views.The module makes use of node relations in order to join them together.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: · Drupal ...