Views Orderby Pinyin

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

此小模块给views增加新的排序方式,即汉语拼音排序。
使用方法:
在FIELDS里添加需要按汉语拼音排序的字段(可以排除显示),在SORT CRITERIA里添加:Content: FIELD ORDER BY PINYIN,然后选择FIELDS里的需排序字段。

This module adds a new sorting criteria to Views: Content: FIELD ORDER BY PINYIN. On the config form, you can select which field to sort by Pinyin. It uses MySQL built-in function: CONVERT ( *** USING GBK). So it requires MySQL back-end database.

Wrap Word

Component type

module

Categories

Maintenance status

Development status

Downloads

199

Component created

Component changed

What does the module do?

The Wrap Word module allows a user to create a text format that wraps a word (determined by position) in HTML tags.

Before

This is a test.

After

<span>This</span> is a test.

This can be achieved by specifying a span tag to wrap the first word.

The module also allows the user to specify classes for the HTML tags.

Commerce PayU India Payment Gateway

Component type

module

Categories

Maintenance status

Development status

Downloads

1523

Component created

Component changed

PayU is very well known payment gateway in India.

This module is basically a gateway between a Drupal commerce website and PayU.

The PayU India Payment Gateway module implements the Indian version of PayU payment processing service (www.payu.in) in Drupal Commerce.

This module have Test as well as Live transaction mechanism.
This module is for only Indian Currency (INR)

CiviCRM contact distance search

Component type

module

Maintenance status

Development status

Downloads

273

Component created

Component changed

INTRODUCTION
------------------
CiviCRM contact distance search module enable the facility to search
CiviCRM contacts based on distance from perticular UK,CA,US post codes

This will create a new drupal view for CiviCRM contacts
that view can be extendable.

INSTALLATION
-----------------
Follow the steps below to install.

Telephone Validation

Component type

module

Categories

Maintenance status

Development status

Downloads

5038

Component created

Component changed

Telephone validation module provides field validation to Drupal core Telephone field and tel form element. Just install the module and enable field validation to ensure telephone data quality.

The module uses libphonenumber composer package for validation, and supports the many different national number formats. For international telephone field we suggest using E164 format.