Views

Views module provides a flexible method for Drupal administrators to control how lists of posts are retrieved and presented. There are various views add on's that should be added here.

Twitter picker

What's this module do?

This is a small module to extend Drupal 7 http://drupal.org/project/twitter

It adds an on/off views filter to tweets, so that administrators can control the visibility of individual tweets in a view.

This module adds a field "Twitter: Promoted" to your views filters. An admin page at admin/content/promoted-tweets is supplied from where you can define which tweets are promoted.

Why?

This was created in response to a client requesting that they be able to show only some tweets in their website twitter feed - hiding those that are less compelling for marketing purposes.

Mail a view

Provides a simple module to allow administrators to email views. Currently supports sending emails via a drush command, like so:

drush --user=1 mailaview --view=weekly_summary --display=master --to=admin@example.com --subject="Weekly sales report"

Views GSA Feed

Overview

This module allows the user to make an XML feed for the Google Search Appliance (GSA) to be able to index. This module is solely for an external Google Search Appliance as it does not attempt to connect to the appliance itself.

Features

Since Views GSA Feed is a Views plugin simple configuration allows the feed to:

  • Set a datasource
  • Include any fields
  • Filter the feed
  • Paginate the feed
  • Preview the feed
  • Ensure tags meet XML requirements

Requirements

Drupal 7.x
Views

Installation

  1. Install and enable the Views module.
  2. Install and enable the Views GSA Feed module.
  3. Installation is complete! View documentation (below) to use.

Documentation

How to use Views GSA Feed

Google Search Appliance

Read more

Views RSS: EndPlay

Extension module for Views RSS 2.x, providing additional set of EndPlay elements and field formatters.

Views RSS: OpenSearch

Extension module for Views RSS 2.x, providing additional set of OpenSearch response elements and field formatters.

Supported elements

  • opensearch:totalResults
  • opensearch:startIndex
  • opensearch:itemsPerPage

Views infinite table scroll

Module using ajax page load for infinite scrolling of Views tables. Select Inifinite at pager option. Allows views table tbody scroll and support ajax element inside td.

Installation

  1. enable module.
  2. download jquery.tbodyscroll and put it into ./sites/all/libraries/tbodyscroll (if libraries module is enabled or put js file into module folder.
  3. add a view and choose format table.
  4. choose infinite table scroll pager.
  5. set tbody height, tbody height inside pager settings.

*reference from tbodyscroll js plugin:
Required user CSS:

1. User must define same width for th and td in each column, because
thead and tfoot will be "disconnected" from tbody and won't keep same
width automatically anymore.
2. Some changes in user CSS may be needed because table will be wrapped by
div style="float:left".

Dependencies

Views

This module is sponsored and maintained by Xenyo

Subscribe with RSS Syndicate content