Home > By category > Scripts > Modules
Sort by : Name|Date|Downloads|Rating|

Listing of Modules in Scripts

Field handler to provide custom displays by using one of specified input formats (i.e. Filtered HTML, PHP code, Smarty code) with ability to access value of current field, all arguments values, all rows values, all fields values (of current row), rendered output of previous fields (of current row) and current row index from specified code.

  • Publisher: overall
  • Date: 18-04-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

The Views Forms module provides a FAPI element called "viewsform" and allows to integrate views in forms. You probably do not need to install this module unless another module you are using requires it..

  • Publisher: casey
  • Date: 18-05-2013
  • Size: 20 KB
  • Platform: PHP, Scripts

Views Fusion allows one to fuse multiple views into one. So you can build fused views that display information that is stored in multiple nodes - useful for tabular views. It uses node relations for joining the appropriate nodes together. Currently the views_fusion module needs the nodefamily module for getting the node relation information.

  • Platform: PHP, Scripts

This module pulls together the techniques Jeff Eaton outlined in http://www.lullabot.com/articles/photo-galleries-views-attach to automatically create a simple gallery where each gallery is a node with an embedded view of images that were assigned to that gallery.

  • Platform: PHP, Scripts

This package defines a couple of useful Views style plugins. If you have a view sorted first by a date field, you can show the results grouped by month. If you have a view sorted first by Taxonomy Term, you can show the results grouped by taxonomy term.

  • Platform: PHP, Scripts

This is a basic Views style plugin that allows for a limit on the number of rows displayed within a grouping field. So, for instance, if you have a view that outputs the following: <!--QuoteBegin--><!--QuoteEBegin-->Grouping Field 1 - Row 1 - Row 2 - Row 3 - Row 4 - Row 5 Grouping Field 2 - Row 1 - Row 2 - Row 3 <!--spoiler_text_end--><!--/dp_spoiler--> there is currently no way using Views to only show the first two rows under each grouping field without painstakingly making several different displays.

  • Publisher: Jacob Bell
  • Date: 08-03-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

This project is being merged with Views tree. This provides a style plugin for Views which shows the result items in a hierarchical list. The parent data is set in the plugin options, so for example, you can show a tree of taxonomy terms, or if your nodes are related to one another by something such as a nodereference field, you can use that.

  • Platform: PHP, Scripts

In views there is no method to 'ignore permissions' when creating a view. This means that if a user doesnt have access to view a node, then they do not have access to see that node in a views list either. To circumvent this, you can use this module to ignore node permissions.

  • Platform: PHP, Scripts

Views jQFX is a very basic API for integrating jQuery plugins with views. It does nothing on its own. This and the contrib modules are all for Drupal 7..

  • Platform: PHP, Scripts

The Views Last Editor module makes the user who edited a node available to the Views module; much in the same way as the author of a node is available to the Views module. If you are using Views 2, you can use Relationships to get information about the user who edited a node, so there will be no release for Drupal 6.

  • Platform: PHP, Scripts

Note: This version currently only works with version 2.x of Views The Views Litepager module solves a problem of scalability for sites with large amounts of content. Drupal's core pagination system creates a pager navigation that shows exactly how many pages of content exist for the content list.

  • Platform: PHP, Scripts

The Views Mail module provides a flexible method for sending messages to lists of users created by the Views module. You can view the history of how this module came about here: http://drupal.org/node/134931 The 6.x version is currently actively supported.

  • Publisher: Ron Parker
  • Date: 27-01-2013
  • Size: 31 KB
  • Platform: PHP, Scripts

This module is discontinued. A Drupal 6 module with the same features is being developed at menu_node_views. This module provides a Views filter that shows nodes according to their position in the menu structure. It can either filter to show children of the current location, or a location specified by menu item ID.

  • Publisher: joachim
  • Date: 14-01-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

This module uses the Views Argument API to allow you to use one view to generate many different blocks. You create a new view, specifying some arguments (a default one is provided, with a Taxonomy: Term ID argument). Then add some new views_multiblock blocks to your site and in the block configuration page, you use the accompanying form (generated via the Views Argument API) to specify the arguments to pass to the view.

  • Platform: PHP, Scripts

Provides a views filter that sorts titles by a more natural manner by ignoring articles like "The" and "A." Normal sort: A Chorus Line All American Fiddler on the Roof Oklahoma! The King And I Natural sort: All American A Chorus Line Fiddler on the Roof The King And I Oklahoma! This is done using a prebuilt, indexed table so it should perform well.

  • Publisher: neclimdul
  • Date: 13-06-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

Views node field (viewsnodefield) Provides a field to display a node (as in, when under row style fields, it'll appear as a field). This module enables you to display a node (in any build mode, like teaser/full, that row style allows) in a views field, so you can combine it with other fields Currently it uses the same theme and settings function that row style node does.

  • Publisher: Fox
  • Date: 15-06-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

Adds support to Views to filter a block on a node page by that node's taxonomy terms..

  • Publisher: tirdadc
  • Date: 21-02-2013
  • Size: 10 KB
  • Platform: PHP, Scripts
  • Views PDF
  • License: Shareware
  • Price: .price.
  • Rating

With this module you can output a view as a PDF document. Each field of the view can be placed on the PDF page directly in the administration interface. Therefore a new display called "PDF" is added. There are already some PDF solutions such as Print.

  • Publisher: hunziker
  • Date: 23-05-2013
  • Size: 31 KB
  • Platform: PHP, Scripts
  • Views PHP
  • License: Shareware
  • Price: .price.
  • Rating

This module allows administrators to add fields, filters and sorts to views which use PHP code. This is the successor of Views Custom Field for both D6 and D7. The D6 version supports both Views 2 and Views 3. Note While this module allows you to directly use PHP inside views which may be useful for quick and easy solutions, it is highly advisable to use regular handlers and plugins when available (or even to create one yourself).

  • Publisher: casey
  • Date: 05-03-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

It comes with support for GeoRSS. Installation Unpack in your modules folder (usually '/sites/all/modules/') Enable under Administer > Site Building > Modules..

  • Platform: PHP, Scripts

Auto-generates table descriptions for Views based on actual database tables. Requires schema.module for gathering information about the table. Basic usage: You can augment and alter the auto-generated information by implementing hook_views_data_alter().

  • Platform: PHP, Scripts

The Views Search module transforms views with exposed filters into search form / search results pages. This module is useful for sites that require custom search forms with the look and feel of a traditional search. Exposed filters in the Views module work like true filters, where a list of nodes is limited down to the intended results using a combination of several filters.

  • Publisher: haagendazs
  • Date: 19-04-2013
  • Size: 20 KB
  • Platform: PHP, Scripts

Create a view and add at least one column containing E-mail addresses. [Optional] Expose Views filters to let the user easily build list of recipients using UI. Create a "Page" display and set the Style to "Bulk Operations". On "Bulk Operations" Style configuration, under "Selected operations", select Send mass mail (views_send_mail_action).

  • Platform: PHP, Scripts

Views Slideshow JCarousel Thumbs is a plugin for the Views Slideshow module. Functionally similar to the ThumbnailHover plugin included with Views Slideshow, this module uses the JCarousel JQuery plugin to provide a carousel-like scrolling thumbnail navigation.

  • Platform: PHP, Scripts

Views Slideshow Xtra is an enhancement module for Views Slideshow, providing the ability to overlay HTML elements (text, links, icons etc.) onto a specified slide in your slideshow. The elements are created by entering text and other formatting information in specially named fields in the nodes that are used for the Views Slideshow.

  • Publisher: captaindav
  • Date: 02-05-2013
  • Size: 358 KB
  • Platform: PHP, Scripts

This is a Views style plugin to display Views results as cells in a table, grouping by row and column. For example, you might generate a conference schedule by grouping rows by a time slot field and columns by a room or track field..

  • Platform: PHP, Scripts

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.

  • Platform: PHP, Scripts

For Drupal 5.x. This very small modules allows translation of the page title and labels of fields and exposed filters in Views. So, it becomes feasible to have a single defined View for multiple languages. The actual translation is done via Drupal's standard localization interface.

  • Publisher: Andy Inman
  • Date: 23-06-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

This views style plugin lets you display views in a two column table layout. The field label is displayed in the first column, with the field data in the second column..

  • Platform: PHP, Scripts

Before using this module to export your view as a CSV check out the Views Bonus Pack Export Module. This module is for the use case where you want the same CSV exporting functionality but your view is so large that your browser times out generating the page or PHP runs out of memory.

  • Platform: PHP, Scripts

New Downloads

Pixillion Image Converter
Software Free

Pixillion Image Converter
Software Free is perfect for
converting your image files
for posting on the web,
emailing to ...

Easy Card Creator Free

The ideal choice for small to
medium sized organizations and
individuals looking for an
affordable photo ID card ...

Auto-Complete Lists Report
for Outlook

Free report shows the number
of entries in Outlook
2010/2013/2016 autocomplete
list cache. Detailed report
shows the full ...

PhotoStage Photo Slideshow
Software Free

PhotoStage Free Slideshow
Software lets you create a
slideshow from your digital
photos and videos on Windows
and apply ...

Print Conductor

Print Conductor is a batch
printing software. It prints
multiple PDF files, plain
texts, Microsoft Office and
OpenOffice ...

ModCom

Free Windows software for Data
Acquisition & Control, HMI
/ SCADA, Industrial
Automation, Process Control,
and Data ...

Billiards Pyramid

Moscow Billiards is a Piramyd
billiards simulator. The game
can be played either against a
computer or human opponents
...

NTFS Recovery Toolkit

NTFS recovery toolkit contains
file recovery tool, partition
recovery tool, partition
manager tool and disk editor
utility.

Photo Pos Pro photo editor

Photo Pos Pro photo editor is
the ultimate tool to turn you
digital photos into stunning
artworks, create eye-catching
...

Free 2D Barcode Generator

The programe generates and
prints most popular matrix and
stacked 2D barcode symbologies
including Aztec Code, Data ...