IMCE OG

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

This module adds the possibility to generate folder names based on a user's group memberships inside IMCE profiles as proposed here.

Installation

  1. Checkout the module and install as usual
  2. Add the following php code to a directory path inside an IMCE profile using the desired path prefix:
  3. php: $groups = og_get_group_labels_by_user('Groups/',$user); return $groups;

Object Entity API

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

Object API is a series of classes and methods that allow to write object-oriented code in Drupal.

The core of Object API is a series of Wrappers for common entities (core and provided by common modules):

  • nodes
  • users
  • taxonomies
  • field collections (provided by field_collection)
  • files (provided by file_entity)

These wrappers supply methods such as field getter, setters and printing and support getting by group (defined by field_group).
Wrappers for fields are also supplied:

Wysiwyg Geshi

Component type

module

Categories

Maintenance status

Development status

Downloads

2212

Component created

Component changed

This module extends the Wysiwyg module and provides a new button for adding source code to be highlighted with the GeSHi Filter module.

This only works with CKEditor at the moment and adds extra config to avoid escaping entities in order to keep your code from getting mangled.

Appixia Drupal Commerce Integration

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Appixia is designed to be a mobile storefront to your existing eCommerce store.
Appixia has invested a great deal of time in making the storefront be in complete sync with your actual store and backend systems, so any new products that you add to your catalog, or any discounts you place on existing items, will immediately show on mobile.

CiviCRM Donor Statistics

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A drupal module for querying a CiviCRM database for donor statistics and producing CSV files from the results.

civicrm/donor_stats_export/overview
- creates a CSV with numbers for new, lapsed, upgraded, downgraded and maintained donors for each target year (these are currently hardcoded to be 2009-2012)

Views Slideshow carouFredSel

Component type

module

Maintenance status

Development status

Downloads

1809

Component created

Component changed

Integrates the responsive carouFredSel plugin into views_slideshow.

Development status

It's pretty much WIP, not ready for production yet.
So far development has gone into integration with carouFredSel version 6.2.0 (latest).