Considered feature-complete by its maintainers.

Views catalogue

A catalogue shows items in a category, along with subcategories. With this module, this is a view of nodes that embeds a view of terms, with a taxonomy term argument which affects both: the main view shows nodes for the given term, and the embedded view shows the child terms of the given term.

Examples

This module is a generalization of the code from the image gallery system in Image module. In that module, the gallery view shows the nodes for the current term, and the child terms; or in other words, the nodes in the current gallery and the subgalleries.

For a shop site, suppose vocabulary is product type. For a particular term, say 'bicycles', path at 'catalogue/bicycles' takes this term as its argument, and for that term the output is:

  1. the embedded term view showing child terms of 'bicycle', such as:
    • children's bicycles
    • mountain bikes
  2. the main node view showing bikes which belong to the term 'bicycle'. These are general bicycle nodes that have not been further categorized.

Further examples and setup instructions are in the README file.

Features

  • Embeds the view of child terms above the view of nodes

OG Views Extra

OG Views Extra in action

This module is an add-on to Views. It provides an access plugin which detects whether the current user is member of the current group.

Ubercart Google Merchant Integration

merchant.jpg

The Ubercart Google Merchant Integration module allows you to fully integrate your ubercart products with Google Merchant.

Custom Templates

Module provides functionality of templates customizable per user.

Dependency Injection

Put simply, a Dependency Injection Container alleviates the need for factories and the use of new in your code. Think of DiC as the new new. You will still need to write factories in some cases, but your code will not depend directly on them. Your code will be easier to change, unit test and reuse in other contexts.

This module enables Symfony's Dependency Injection component for Drupal 7 modules.

Ubercart / Location Integration

This module integrates Ubercart with Location. When a user places an order, their addresses go into their user locations.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only