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

Views Quicksand

Summary

Quicksand is a jQuery Plugin that provides a nice animation for filtering or reordering lists of content. For a preview of what the animation looks like, head over to the plugin developers homepage.

Views Quicksand integrates this effect into Views. Therefore it provides a views style-plugin, which allows you to alter most settings the quicksand plugin provides.

Installation:

1. Download and extract the module to "sites/all/modules".
2. Download 'jquery.quicksand.js' and place it in sites/all/libraries/jquery.quicksand.

A note about row filtering

To filter rows quicksand requires each row have something that uniquely identifies it (eg, an entity id or URL). When configuring this module you are required to input a selector to an element which contains this information and the attribute it is contained within.

In the example below the unique elements would be "article" and the attribute would be "id" because it contains the node's ID and is therefore unique:

<div class="views-row views-row-1">
    <article class="node page" id="node-page-13">
   </article>
</div>

How to use:

  1. Edit the required view.

Webform Mass Email

Webform Mass Email form

Overview

Webform Mass Email module provides a functionality to send mass email for the subscribers of a webform.

User Login: All In One - ULAIO

Project to provide an all in one login popup for registration, login, password retrieval.

Search api range

This module allows you to create ranged facets using the facets generated by
the search api facets.

User Sync

This module allows you to synchronize user accounts of multiple Drupal sites with Services module 3.x .
It can synchronize user account including ID,Email,PW. Also It synchronize core Profie & Content Profile module infomation when updates are made & manually.

For now It doesn't have Single Sign On function.
We have a plan for D7 support and are researching method to sync D6 site <-> D7 site.

This module uses REST SERVER supplied with Services module 3.x to transmit data between sites.

The reason why to use Services module rather than core XMLRPC are
* more infomation
* can use many APIs
* easy maintanance
* possibility of relationship with other services.

Summary

* This module allows you to synchronize user accounts of multiple Drupal sites with Services module 3.x.

* It can synchronize user with differnt server, domain.

* It contains master, slave moduele. Basically it transfers user data from master to slave site.

* If you want to sync two site's user data, You should enable master & slave module on each site.

* You can sync data manually whenever you like.

* You can sync data automatically when user data is created, updated and deleted.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained