Views PDF Export

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Plugin to export views as pdf format.

The audience for this module are mainly developers who will need to overwrite the modules .tpl file to obtain the desired layout, but also end users, because this module is plug and play.
Installation and usage instruction are in the README and INSTALL files.

The new version of the module is a bridge between the print_pdf module and the views module.
This new approach ensures a smaller codebase and ensures better performance by relying on 2 well tested modules.

Views Item Per Page

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows you to display a selector at the bottom of a view. This selector allows the visitor to choose how many items to show per page in the current view.

UPDATE : This module has been made obsolete by the version 3 of Views

Fortissimmo

Component type

module

Maintenance status

Development status

Downloads

3404

Component created

Component changed

This module provides integration with the real-estate management software FORTISSiMMO (http://fortissimmo.net).

This module assumes the option was chosen to have direct SQL syncing with your database (this means FORTISSiMMO will dump data directly into your MySQL database).

Views Access Many

Component type

module

Maintenance status

Development status

Downloads

3027

Component created

Component changed

This module allows multiple views access plugins to work together on a single view. When chosen as the access plugin in the views UI it provides a form which allows you to choose more than one views access plugin to combine, and also by what method to combine them - the options being "blacklisting" (AND) or "whitelisting" (OR).

Note that the branches & releases of this module mirror those of the Views module.

AJAX Slideshow on Many Views

Component type

module

Categories

Component created

Component changed

Sandbox project to work on providing the AJAX Slideshow functionality to any View, rather than just the provided default.

Views Field sync

Component type

module

Maintenance status

Development status

Downloads

430

Component created

Component changed

Summary

This module will synchronize content type fields with views fields, so that fields that are available to a content type will also be displayed in a chosen view. A use case for this would be having a view that allows the user to export all the data from a node type, every time a new field is added to the content type, it will automatically be added to the corresponding view. This avoids manual editing of the view any time a field is added or removed.

EVA: Entity Views Attachment

Component type

module

Maintenance status

Development status

Downloads

411399

Component created

Component changed

"Eva" is short for "Entity Views Attachment;" it provides a Views display plugin that allows the output of a View to be attached to the content of any Drupal entity. The body of a node or comment, the profile of a user account, or the listing page for a Taxonomy term are all examples of entity content.

The placement of the view in the entity's content can be reordered on the "Field Display" administration page for that entity, like other fields added using the Field UI module.

Views Autocomplete Filters

Component type

module

Maintenance status

Development status

Downloads

418607

Component created

Component changed

Add autocomplete functionality to the views filter text fields.

  • It works for node titles or cck text fields.
  • The autocomplete results are actually the view results, so they are view related.

How to use it:
(New) Video Tutorial : Drupal 7 Views Autocomplete Filter Tutorial