Extend the structure of the site by way of content models, data storage, field types, and navigation, so it is more understandable to users.

Location Migrate

First implementation of Migrate functionality for Location module

Data handling: JSON data support ONLY!

Field Collection Chart

Adds new field formatter to "field_collection" fields that allows users to display their fields as Google charts.

Formtype

___

Enables form types to create form entities and forms to create submission entities. Like Webform, but with standard form widgets and full Views support.

___

Compound token

This module provide compound token and field token,

What is compound token,Here is an example:
[node:uid|user:mail]
This is a compound token contain several sub token, the first sub token is [node:uid], the second is [user:mail]
the result of the first sub token could be passed to the second sub token as an ID.
the result of the second sub token could be passed to the third sub token as an ID.
...
Drupal core provide chain method which is very good, but it is very difficult to solve the issue of field tokens.

Field token, after you install this module, you could use field tokens following this rule:
[node:body:und:0:value]
[node:field_test:und:1:value]
[node:field_link:und:0:url]
....
These token could not be found in token tree. Just following the rules provide by this module, then it will works.

This is allowed :
[node:field_uid:und:0:value|user:name]
[node:field_nid1:und:0:value|node:field_nid2:und:0:value|node:uid|user:name]
[node:field_tid:und:0:tid|taxonomy_term:field_uid:und:0:value|user:name]

You should understand the structure of field before use this module.such as field_name, langcode, delta,column.

Use Case

Use case1: work with Custom breadcrumb 7.x-2.x to set complex breadcrumb, http://drupal.org/node/1543224
Use case2: work with pathauto 7.x-1.0 to generate complex path alias, http://drupal.org/node/1543306

Context Active Menu Tree

Context plugin to expose the active menu tree as a context condition.

Postal Code

A very minimal D7 Postal Code (ZIP Code) field with validation for one country (listed below) or a combination of countries.

Countries with validation:

  • USA
  • Canada
  • UK
  • Germany
  • France
  • Italy
  • Australia
  • Netherlands
  • Spain
  • Denmark
  • Sweden
  • Belgium
  • India
  • Poland-from 7.x-1.4

To configure this module, navigate to admin/config/postal_code. Selecting countries in the 'Valid "Any" Countries" list will validate the submitted postal code against regexes for those countries using the "Any Country" widget type. If you want submissions validated, make sure to check the "Validate" checkbox.

To configure content types to add this field type, navigate to admin/structure/types. Select "manage fields" beside the content type (eg: blog, page, article...) and follow the normal procedure to add a new field, choosing "Postal Code" under field type. Beneath "Widget" a number of selections will appear for each country type, as well as an "Any" country which is configurable (see above) to validate any included country's postal code.

Pages

Subscribe with RSS Subscribe to RSS - Site structure