This project is under active development.

site_update

This module is for fairly advanced Drupal users. It helps manage database settings as they are shared between multiple developers, and also between dev, staging and live versions of a website.

Read the (verbose) introduction.

Be sure to read the README.txt before you enable and use the module! Once enabled:

a) There's a special copy of Drupal where the settings can be changed. It's called the "base".
b) Each table might contain settings and data. It uses database settings to reserve a range of IDs.

The site_update.module does some of the work for you. You have to remember to make settings changes on the special "base" copy of you site. And use a special script to "dump" those settings to a file. The file can then be treated like source code. So it can be checked into a version control system and shared among developers that way.

It is a little tricky to start using site_update on a site that already has a large database. It works best when you use it from the very beginning of every project. I highly recommend you give it a try on your next Drupal site.

Known problems and limitations include:

* The 2.x branch is close to being database agnostic. Primarily tested on mysql, but the goal is to work with any database.

Hero Drupal Theme

hero-screenshot.jpg

Hero Drupal Theme by Glidea Web Agency and Drupal Soul, has an atractive look and feel. The design is a combination of bright colors and transparencies with light effects along the layout.

The header is flexible and can optionally include a secondary menu, site name, slogan, inline search box and the primary links with the dropdown menu transparent as well.

Drush Daemon API

This module is meant to provide a simple means of creating a robust command-line-driven, fully bootstrapped PHP Daemon.

OAuth2.0

The OAuth2 module is under active development, for more info check out our plan: https://www.drupal.org/project/oauth2/

Node Gallery Slideshow

Example slideshow

Overview

Node Gallery Slideshow extends the Node Gallery module 3.x branch
with a simple jquery based slideshow. It uses the API of node gallery to retrieve images and their related information and is intended to be an easy-to-install and integrated solution specifically for node gallery. You don't need to create or adapt Views, or download additional jquery libraries. Everything required is contained in the project, and the code is small and concise. After enabling the module, Gallery nodes will show an additional tab for slideshows, Image nodes will contain a link in the Node Gallery navigator to start a slideshow starting at this node. Because this module is integrated with Node Gallery, it does not require that all images are already attached to the DOM, like most other slideshow modules. It retrieves the image information per JSON requests and creates and attaches the HTML elements on demand, keeping memory requirements small for the client. If desired, the module can preload a specified number of images.

Features

  • integrated with Node Gallery
  • Image navigator and selectable image transition delay
  • jQuery UI Fade transition effect
  • Customizable asynchronous image preloading
  • scheduled asynchronous requests to retrieve image information as JSON data

e-Commerce Domain Access

Coupled with Domain access allows administrators to track where products have been added to the cart and the domain the transaction was created.

Pages

Subscribe with RSS Subscribe to RSS - Under active development