Maintainers are looking for help reviewing issues.

Views arguments in filters (Sandbox)

Use argument inputs in your filter settings.

See http://drupal.org/node/357082 for discussion on getting this module's functionality into Views in a more structured way.

So, what's the thing?

Arguments is one of the things that makes Views really powerful. Really. You should already know that arguments is some kind of filters in Views, but that they accept input data instead manual data to set the filter. Enough abou that.

There are at least two problems with arguments as they are currently used in Views:

  • Many people find it difficult to wrap their head around how arguments work.
  • It is not possible to use operators on arguments, for example to show all nodes created *after* the timestamp value you provide in an argument, or display all the nodes that in their title *contain* the word/phrase in the argument. There is just "equals" or "not equals". (Unless you more or less code your own argument handlers, which would end up a special case that few others can make use of.)

This module helps reducing these two problems, by introducing a new way of handling arguments. Using the "Views arguments in filters" module, you can use placeholders when configuring filters, like so:

  • Node: Title CONTAINS %1
  • Node: Post date >= %2

Where %1 and %2 is the standard replacement patterns used to fetch the values for input argument %1 and %2.

poolmatch

Allows pooled competitions for registered users (best-of-five). Users can view match results, enter match results, and confirm results entered by their competitors.

AmazonSES

Amazon SES for sending email in drupal by passing the standard send mail in drupal.
This is being built for drupal version 7.x

Medals

Medals is a Drupal 7 replacement for the User Badges module that integrates heavily into Drupal 7's taxonomy system. This module allows you to award "Medals" to users which show up in their profile when certain criteria are met, including gaining a role or reaching a set number of User Points in a particular category.

Datasources

Part of Ouch project.

Goal

Datasources provides a framework to describe and manage datasource to import in Drupal.

Usage

Module can register datasources.

Once you have defined your datasources, the module provides an UI to map datasource fields against entities fields and define import policies.

You can declare sharable preprocessors to do some field level transformation.

There is a basic support for list fields.

The module manages the find/update/insert stuff.

You can define import policy (multiple update, update only if untouched, etc).

Datasources provides a Drush command to import data.

Datasources uses Entity API (dev branch).

Datasources provides a sub module : Unique (by) datasource identifier wich creates a new type of field to describe a unique identifier by datasource.

More infos in the README.txt.

NEW Basic support for RSS via the aggregator module. So you can define datasource from Feeds and import RSS into nodes !

NEW (dev) Added a contrib module to import data from a folder tree (folders with text and images).

Datasources VS Feeds

Pages

Subscribe with RSS Subscribe to RSS - Seeking co-maintainer(s)