Media: TagTélé

Component type

module

Maintenance status

Development status

Downloads

1032

Component created

Component changed

This adds support for the French TagTélé video sharing service, available at http://www.tagtele.com/

To use this module, you'll first need to install Embedded Video Field, which is packaged with Embedded Media Field (from http://drupal.org/project/emfield).

Set up a content type to use a Third Party Video field as you normally would with emfield. Also ensure that you have enabled the new TagTélé provider from the Admin screen at /admin/content/emfield.

Views Infinite Pager

Component type

module

Maintenance status

Development status

Downloads

4294

Component created

Component changed

This module implements "infinite pager" (earlier called "sliding pager") functionality for Views. Infinite pagers open the next page via Ajax below the current page, each sub-page expanding the page vertically downwards. (For a well-known infinite pager example, visit a stream on Twitter.com).

Views Styles

Component type

module

Categories

Maintenance status

Downloads

802

Component created

Component changed

The module will have the following:

  • Tabs (Port of Quicktabs Styles)
  • Link List with Anchor (Frequently Asked Questions)
  • Accordion (Show/Hide)
  • Gallery

Views Hacks

Component type

module

Categories

Maintenance status

Development status

Downloads

59955

Component created

Component changed

Call for maintainers

I am not having the time to address the issues on this collection of unrelated submodules. With the help of other maintainers, I am in the process of moving each submodule to its own full project. Please contact me if you are interested to take over one or more of them.

This package contains a set of small Views add-ons that provide useful functionalities. Included are the following modules:

Search API

Component type

module

Categories

Maintenance status

Development status

Downloads

1490662

Component created

Component changed

This module provides a framework for easily creating searches on any entity known to Drupal, using any kind of search engine. For site administrators, it is a great alternative to other search solutions, since it already incorporates facetting support and the ability to use the Views module for displaying search results, filters, etc. Also, with the Apache Solr integration, a high-performance search engine is available for this module.
Developers, on the other hand, will be impressed by the large flexibility and numerous ways of extension the module provides. Hence, the growing number of additional contrib modules, providing additional functionality or helping users customize some aspects of the search process.

The prime example of a site using this module is drupal.org itself – the Search API, along with the database backend and Views, is used to generate the issue queue listings.

Views Send

Component type

module

Categories

Maintenance status

Development status

Downloads

104646

Component created

Component changed

Views Send enables you to execute personalized mass mailing from a View.

Each row in the View generates one e-mail. The fields in the View can be used in the subject and mail body - through tokens - enabling easy personalized e-mails. The recipients (mail address and name) are obviously also take from the view.

To get started, read setup and usage for the Drupal 7 or Drupal 8 version of the module.

Views header nodes

Component type

module

Categories

Maintenance status

Development status

Downloads

1784

Component created

Component changed

Provides a Views attachment display type which displays the body of a node.

This allows you to allow users to edit the header and footer of Views without giving them access to the full Views admin UI.

Currently the node is taken automatically from a path based on that of the view, including the argument. For example, if your view is at /foo/bar then the header is created from the body of the node present at /foo/bar/header, if one is found.

Further methods of finding a node are theoretically possible: file patches :)

Views 404

Component type

module

Maintenance status

Development status

Downloads

12708

Component created

Component changed

Are your views returning a 200 when it should return a 404? Views404 is the answer! This is very helpful for any caching layer and it will help SEO.

Do I Really Need This?

In short yes, you do.
Live Example
http://drupal.org/project/modules
http://drupal.org/project/modules/google.com <- This should return a 404; 200 given. Duplicate content penalty!