Maintainers are looking for help reviewing issues.

Views Modes

A Drupal Views display plugin which provides alternate display modes that can be switched to for a single View.

Services - xHTML Response Formatter

Use case

You want to gather a Drupal content/view from afar through any means (javascript the most times), but you don't want to bother yourself parsing results. You just want it xHTML, just like for a AHAH request.

Compare

This project is a first small step in an attempt to do something similar to
what is found at the Khan Academy (khanacademy.org).

This first step allows for setting up Rules components used for evaluating an
answer towards a given correct answer, in dynamic ways. It contains:

* A new entity type, "Question". It is used to store questions, and descriptions
of answers (either in exact form or in lists of answer alternatives). It also
has a reference field to Rules components, for allowing the question creator
to select which kind of logic should be used for evaluating answers.
* Two Rules condition components, "is equal to" and "is one of". These are used
by question creators to select answer evaluation logic.
* A content type, "Answer". This contains a reference to a question, and a field
for answer.
* A reaction rule acting when an answer is saved, using the component selected
in the question to evaluate the answer (against the question data). If the
conditions are met, the text 'it is true' is displayed.

The idea is that the question entity should be expanded with a few more fields,
to allow more flexibility in how accepted answers can be set. These fields
should be visible/hidden depending on which evaluation components are used.

More importantly, though, there should be many more evaluation components – for

Profile Lite

Similar to the Profile2 module, this module is an alternative and simplified successor to the deprecated Profile module that ships wi

CiviCRM api

Working with CiviCRM api is very hard in Drupal. Let's simplify it!

Well, let's try to tell, why I'm doing this:

Commerce Taxonomy Field Product Attribute

Commerce Taxonomy Field Product Attribute Quick overview

This project is related to this issue : #1180016: Attributes (colors e.g.) as images in product display ?

Overview

This module allows to replace the default display of Commerce Product's attributes in the Add to Cart form.
It only concerns the fields with the following settings :
- Taxonomy reference field.
- The field *must* function as an attribute field on Add to Cart forms.
- The displayed add to cart widget *must* be "radios" type

You can select what field of your taxonomy should be displayed instead of the default term title.
The display formatter of the field follows the display setting of the field instance in his own vocabulary.

Common use case

- The most common use case is when you need to display an image thumbnail instead of a text, typically for product colors (clothes, shoes...)
- It can also be used if you want to display a different text from the taxonomy title

Quick installation

- Create a taxonomy vocabulary "Color"
- Add an image field to your vocabulary
- Create a taxonomy reference term field for your commerce product, referring to your newly created vocabulary
- In "Attribute Field Settings", check "Enable this field to function as an attribute field on Add to Cart forms. "
- In "Attribute selection widget", select "Radio buttons"

Pages

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