Synchronising drupal users information with civicrm

Component type

module

Maintenance status

Development status

Component created

Component changed

The idea of this module is to map drupal user's fields to his related civicrm contact's fields so every time a change is made in the drupal side, the change is automatically reflected on the civicrm side.

The state of this module is very initial and a lot of improvements can be done:

Entity Translation Filter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Entity Translation Filter is a minimalist approach of making multilingual
content managed via entity translations correctly selected / filtered in views
(and later probably other content listing queries).

The module cares a.t.m. cares automatically for correct translation selection
for node based views when using entity_translation.module for managing
multilingual content.

The current approach employs hook_rewrite_query.
Later solution might include a dedicated and explicitely addable views filter.

Chosen Element

Component type

module

Maintenance status

Development status

Downloads

921

Component created

Component changed

This is a helper module that gives you the ability to create Chosen select box elements. It uses hook_elements to create a "chosen_select" element type. So for select boxes that you want to use Chosen, set its type to "chosen_select" instead of "select".

This module requires the Libraries API module, and for you to have the Chosen library files on your system. Put chosen.jquery.js and chosen.css inside a folder located here: sites/all/libraries/chosen/

PrevNext Nodes

Component type

module

Maintenance status

Development status

Component created

Component changed

A simple block for going to the previous and the next node of the active node based on content type.

STATUS: in working condition, block is being created

TODO:

  • learn and use the database API
  • find a way to attach it inside $content or in bottom links and provide this as an option

Backbone API

Component type

module

Maintenance status

Development status

Component created

Component changed

This module will add Backbone.js to your application / website

In their own words:

Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.

It is intended to extend it to create models based on node objects for views displays and anything else I can think of!