Views jQuery Templates

Component type

module

Maintenance status

Development status

Component created

Component changed

Ever wonder why all that extra bandwidth is used up pushing the same identical HTML markup for many items on a page? This module will use the the awesome jQuery TMPL plugin to client-side populate an HTML DOM template generated by views with JSON data also generated by views.

"jQuery templates contain markup with binding expressions ('Template tags'). Templates are applied to data objects or arrays, and rendered into the HTML DOM"

Role Table

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Role Table provides a formatting option to organize author/moderator lists into a checklist-like spreadsheet. The users' roles are compared to the list of roles (provided by the DB) and makes a check mark (or user-defined character/string) in the cells depending on whether they matched ('X') or didn't match (''). The result is an expandable (via jquery plugin) table of users as rows, roles as columns, and marks fill the cells where the user's roles match up with the list.

Roles Table

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A module similar to cross tabs. This module pulls in user role data and sorts it into an easy to view table.

This project can be found at drupal.org/node/1195278

Views Extra Pagers

Component type

module

Categories

Maintenance status

Development status

Downloads

1667

Component created

Component changed

This module provides new pagers for Views 3.
Currently, these new pagers are available:

  • full pager with link to all items
  • mini pager with link to all items

Quicktabs Panels Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides a CTools/Panels' content type plug-in for Quicktabs blocks. Can optionally provide arguments/contexts from the Panel to those Quicktab tabs which are Views type. Requires views_content module which is included in CTools.

If you enable this module after having already included Quicktabs blocks (via the Miscellaneous option) in your variant, it will probably still work (?) but you won't be able to edit it. But you ought to be able to re-create it fairly easily. I'm curious to learn what happens, in any case.

Ticker Views

Component type

module

Maintenance status

Development status

Component created

Component changed

Ticker Views is a Views plugin used to modify a view into an animated News Ticker block. The project uses CCK to create "News Blurb", start date, end date, and priority fields to the Page node editor form. These fields are then rendered in a Block View (generated by Ticker Views) and styled as a News Ticker.

More details as the project comes along.

Views Match Reference

Component type

module

Categories

Maintenance status

Development status

Downloads

296

Component created

Component changed

Ever wanted to join up a chain of content types to display different aspects about something, but couldn't get Views to join up without including node reference values you didn't want? This module joins up a reverse reference field with the original entity in a View.

Basically, where you have:

A -> B -> C -> A

This module can add an extra condition A.nid = C.nid_a, where C.nid_a is the referenced value in "C -> A".