Views Argument Inherit

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a new default handler for Views, allowing the argument to inherit the value from another argument.

This is probably not extremely useful in most cases, but in some cases it is kind of important that two different arguments have the same input values. This could for example be the case if you're using DraggableViews and Node References in Views together, and want to have a null argument with a parent nid and one argument with all the referenced nodes.

Views PDF

Component type

module

Maintenance status

Development status

Downloads

87197

Component created

Component changed

With this module you can output a view as a PDF document. Each field of the view can be placed on the PDF page directly in the administration interface. Therefore a new display called "PDF" is added.

There are already some PDF solutions such as Print. But these solutions use the HTML output and converts this to PDF. The downsides of such an integration are:

  • No control over page flow (e.g. page break).
  • Little or no control over page header and footer.
  • You need HTML skills to change the layout.
  • The rendering is slow and need a lot of memory, because it needs to render the HTML.
  • Complex tables make troubles.
  • Vector graphics can not be implemented, therefore the printing of the document can be problematic.
  • You are limited by HTML's capabilities.
  • No hyphenation.

Datasources

Component type

module

Categories

Maintenance status

Development status

Downloads

4024

Component created

Component changed

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.

Medals

Component type

module

Maintenance status

Development status

Component created

Component changed

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.

AmazonSES

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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

Views arguments in filters

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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:

Geofield

Component type

module

Categories

Maintenance status

Development status

Downloads

589018

Component created

Component changed

Geofield is a module for storing geographic data in Drupal 7 & Drupal 8. It supports all geo-types (points, lines, polygons, multitypes etc.)

Drupal 8 and GeoPHP library dependency

Since 8.x-1.0-alpha2 version, this module is not depending on GeoPHP module anymore. The GeoPHP library dependency is being managed through composer. Please read https://www.drupal.org/node/2718229 for more information about composer dependencies.

Allocated Seating

Component type

module

Categories

Maintenance status

Development status

Downloads

2200

Component created

Component changed

This module is seeking new co-maintainers, please chime in if you have time to help push it forwards.

Overview

Allocated seating provides two field types - an allocated seating designer and a seating plan.
These fields can be used for various purposes - eg the designer can be used on a node edit form to allow users to create a seating plan for an event whilst the plan can be used as part of a checkout workflow to allow customers to nominate which seat they wish to book.