This project is under active development.

Church Community Builder

Church Community Builder ChMS

This project integrates Drupal with the Church Community Builder Church Management System (ChMS).

UC File Downloads Retro(active Purchase)

Adding new File Download features to an existing product?

UC File Retro is a lightweight module that allows store administers to retroactively add a new file download (as part of the "Features" tab in an Ubercart product) to anyone who has previously ordered that product.

The module provides a checkbox on the "Add a new file download" form, letting you queue the download for a "retroactive purchase." Once the files have been added, you can visit admin/store/products/files/queue and with a single click, find all the users that have purchased that product, and add the new files to those users' accounts

6.x branch: Now with more Batch API

The current 6.x branch (currently only in -dev) makes use of the fantastic Batch API, allowing for a better experience granting the new files to a large set of user accounts.

This method of granting file access has been tested on RiffTrax.com, adding multiple files to thousands of user accounts.

More to come...

As this is still a dev branch (the code itself is used regularly on RiffTrax), there may be some bugs. I haven't quite tested adding retro files to a File Download that applies to "Any SKU" yet.

Also, there are no configuration options yet for this module, but I hope to add these soon, mainly the "orders to process at once" limit which is currently set to 100.

Simplify Node Add

Screenshot simplify node add

This module can be used for simplifying the forms used to add and edit nodes. With this module you can define which fields to show to a user.

Overlay Gallery

overlay_gallery_screenshot.jpg

The Overlay Gallery module mainly consists of some javascript to display a gallery as an overlay. The outcome looks similar to what Lightbox and consort do but rather than only showing single pictures, this module shows the entire gallery in an overlay.

Integration

In order to use the JS code, it has to be plugged to your gallery. The module already comes with integrations to some modules (see next section). If you're using those modules out of the box, Overlay Gallery will work out of the box too.
If you're using a different gallery mechanism, you'll have to plug this module in by yourself by doing the following steps:

  1. Implement hook_overlay_gallery_load($galleryID) and hook_overlay_image_load($imageID) that return JSON representatives of a gallery or image to the javascript.
  2. complement the link tags that refer to your gallery by a class="overlay-gallery" and a ref="{$galleryID}" attribute.

The {$galleryID} / {$imageID} should be the ids of the drupal elements. If your galleries are nodes, $galleryID is equal to the gallery's node id, if galleries are taxonomy terms, $galleryID is the tid of the gallery and so on. In your hooks you'll get those IDs so that you can load the objects and return the relevant data to the javascript.

WikiTools Auto Node Title

Enables Auto Nodetitle module to work with the unique title feature of WikiTools module.

Change password

It is very Simple module which moves "Change password" functionality to a new tab/page.

Why?

see our client's needs below

Pages

Subscribe with RSS Subscribe to RSS - Under active development