Maintainers strive to actively monitor issues and respond in a timely manner.

Spaces Forum (Organic Groups)

Leverages the Spaces module to attach Forums (also supports Advanced Forums) to Groups.

Access Rules

This module seeks to replicate the Drupal 6 Access Rules functionality in Drupal 7 simply.

exchange_rate

Exchange Rate Blocks & Charts

Exchange Rate API is an extensible module that allow users to display and manage the exchange rate in countries from around the world.

Is common to see tools that present the official exchange rate, the problem is that each bank has his own rate, for this reason it is important to have a tool that can show the different variations across multiple financial institutions.

Usage:

1. Install exchange module . i.e drush dl exchange_rate; drush en -y exchange_rate
2. Select what submodules by country do you want to enable i.e Costa Rica, Genosha , etc
3. Go to settings page admin/config/regional/exchange_rate to configure:

  • Currencies enabled per Country
  • Banks enabled per Country

4. Enable blocks per country modules enabled in step 2. Each block will present a table for each currency enabled in that specific country.

5. If you want to use the information stored in database in an external application, you must enable the module Exchange Rate Services and fetch the data via GET Method i.e:

http://labs.anexusit.com/exchange/api/rest/rate/costa_rica/retrieve/usd/2012-3-2

costa_rica : country code

Flexiform

Easily build complex forms including fields and elements from multiple entities.

The Flexiform module provides a UI and configuration storage for the creation
of complex forms. The module also allows site builders to configure "Form Modes" on entities, similar to the Drupal 8 site-builder tools.

Want help choosing which form module to pick? Click here

Requirements

Drupal 7.x
Dependencies:
- Entity API
- Views

Installation

Install and enable the Flexiform module as usual.

Getting Started

To start building your forms visit admin/structure/flexiforms and click
'Add Flexible Form'.

Creating a Flexiform

  1. Visit admin/structure/flexiforms/add and enter the Title for your form.
  2. Select a base entity type and base entity bundle using the two drop downs provided. The base entity is the main entity the form deals with, other entities can be added to the form later.
  3. Select a builder to use to build the form. Flexiform ships with 2 builders as standard:
    • Flexiform Form Builder: This is the main component of flexiform. It allows you to add more entities and custom elements to your form.
    • Entity Field Form: This builder will render a form containing all of the Field API fields on the base entity and bundle. Adding entities and elements will have no effect when using this builder!
  4. Configure form displays:

Domain Park

When visiting a site from a domain name different than the $base_url set in settings.php, look for that domain in field_domain and go to the node (or, possibly, other entity) associated with that d

Webform Chart

Webform results rendered with Charts

Overview

The primary usage of this module is to display webform results in a graphical manner using a charting library.
The chart results page can be accessed for visitors depending on permissions.
Webform component results can be individually display as a chart.

Features

  • Render charts using a third-party charting library. Currently (more to come) :
    • Charts module recommended: a modern javascript library based on Google Visualize API or on Highcharts.
    • Google chart API module : an image based module using the deprecated Google Chart API.
  • Permissions can be applied to roles for configuring / viewing the chart result page
  • Chart configuration is granular: either per webform or per component
  • The Chart Results page is themable using template files.
  • More bundles for various charting library can be easily added using this module API (documentation will come soon)

Known issue

Webform Chart is compatible with Webform 3.x and Webform 4.0-alpha-x. A compatibility issue have appeared with Webform 4.0-beta-x and will be solved soon.

Extra

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained