Views Podcast

Component type

module

Maintenance status

Downloads

1201

Component created

Component changed

Views Podcast is module for creating custom podcasts where your media is hosted off-site on a content delivery network. The module adds an additional view type called "Views Podcast: Podcast feed" to views. Once the view is created for your podcast, you can create a new Views Podcast from the view. This will allow you to create a custom mapping of views fields to podcast fields as well as create a custom URL path and file extension.

Views: Many Node Export

Component type

module

Categories

Downloads

1057

Component created

Component changed

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.

This module builds the CSV file over several (configurable) passes.

Referenced By Views Filter

Component type

module

Downloads

36

Component created

Component changed

This module is looking for a new maintainer.

Note that in Drupal 6 this functionality is (better) done by Views2 itself (read more).

This module allows views to query the nodes referenced by a certain node reference field.
You can use it to filter results from a node reference, and show referenced nodes with pager.

Image insert

Component type

module

Categories

Downloads

2134

Component created

Component changed

Provides a way to insert images into any text area using views. It should be a simple img_assist replacement.

You need something like this in hook_form_alter():

$form['body_filter']['image_gallery_edit'] = array(
   '#img_insert_type' => 'text',
   '#type' => 'img_insert',
   '#img_insert_target' => 'edit-body',
   '#img_insert_view' => 'image_gallery_edit'
);

Depends on jQuery Update.

Node Hierarchy

Component type

module

Maintenance status

Development status

Downloads

47888

Component created

Component changed

Node Hierarchy allows nodes to be children of other nodes creating a tree-like hierarchy of content. The module offers:

  • 1-Click creation of hierarchical menus
  • Hierarchical breadcrumbs
  • Automatic hierarchical urls using Pathauto (and token module)
    (eg: q=aboutus/history/beginning).
  • Automatic creation of hierarchical menus if desired.
  • Optional Views integration.
  • Optional Node Access integration.

Action Views

Component type

module

Categories

Maintenance status

Development status

Downloads

5330

Component created

Component changed

** This Module will no longer be maintained (shocker) as this functionality is mainly present in VBO and thats what we started using internally. **

Action Views is used together with the views module. Action views adds a view type of "Action View" to the views interface. This will present your view as a table, and adds a list of actions you can perform against the results of the query executed by the view. We have taken a modular approach whereby additional actions can easily be added to the module in the form of an include file.

The typical kind of usage for this module is to execute actions against multiple records, so for example, deleting a bunch of nodes in one go; changing taxonomies for a bunch of stories in one go, etc.

Views Popup

Component type

module

Maintenance status

Development status

Downloads

14495

Component created

Component changed

The views_popup module adds popup style support for a Views List View. This version is actually listed as "List View as Popup". This module requires the Views module.

6.x-2.x is in bug fix mode
5.x is no longer maintained

There is no upgrade path between major revisions because of architectural changes.

netFORUM Views

Component type

module

Maintenance status

Development status

Downloads

2281

Component created

Component changed

The netFORUM Views module relies on the netFORUM xWeb Interface and netFORUM Dynamic Facade Nodes modules to pull a list of objects from a netFORUM database and present them as a page or a block, much like the Views module. It uses the same syntax as the netFORUM Dynamic Facade Nodes module, which is the same as Correspondence Templates in the e-Marketing module of iWeb, including conditional statements.

Views Checkboxes

Component type

module

Maintenance status

Development status

Downloads

4198

Component created

Component changed

This module alters views' filter forms so that the drop-down or select box widgets are represented as checkboxes or radio buttons instead. This provides an improved interface when the number of choices for the filter is small.

This would probably be better solved with the views module itself, and it is a registered issue there: http://drupal.org/node/122261
But for those who want to effect a global change to all view filter forms more quickly, this module should satisfy that need.

jCarousel Lite

Component type

module

Maintenance status

Development status

Downloads

15881

Component created

Component changed

Note: As of 2013-04-17, this module appears to no longer be supported. If you are interested in taking this module over, or you as the module maintainer feel this message has been posted in error, please reply to http://drupal.org/node/748264.

#D7CX: I pledge that jCarousellite will have a full Drupal 7 release on the day that Drupal 7 is released.

Description

This module allows you to embed the jCarousel Lite jQuery plugin in any node.

jCarousel Lite is a jQuery plugin that carries you on a carousel ride filled with images and HTML content. Put simply, you can navigate images and/or HTML in a carousel-style widget. It is super light weight, at about 2 KB in size, yet very flexible and customizable to fit most of our needs.

Try out jCarousellite demo.

Requires jQuery Update.