This project is under active development.

Social Links

Module provides a configurable block that lists ways for user to keep intouch with you via popular networking sites and email subscriptions.

Currently supports:

Vineyard

Screenshot

Vineyard 1.0 -- A Drupal theme

The vision of Vineyard is to not look like an easily identifiable Drupal theme. Many Drupal themes can be distinguished by a heavy "rectangular" feel, when the page is broken into a header area and left and right sidebars with strong separating lines. In Vineyard there is only one background color and no lines dividing the page into parts. If needed margins and empty space is used to separate blocks and content from each other (think Google vs Yahoo). To further "break" the feeling of a "rectangular" layout, the top edge of both sidebars and main area are set at different heights.

Vineyard was originally created as a Drupal 4.7 theme for www.openlife.cc. In 2009 the site was upgraded to Drupal 6, and as part of that the same look was recreated from scratch as a Drupal 6 theme, using the standard Bluemarine theme as starting point.

Some special tricks used in the theme:

Normal links (but not menu's and other Drupal generated links) are preceded by a small grape icon added from CSS. The grape can of course be substituted with some other icon.

Similarly there is a background image which is positioned relative to the browser window, ie it does not scroll with the page. The default image is a group of grapes and a leaf. Of course this image can also be easily changed.

Chargify API

Chargify logo

This module integrates with the API of Chargify's recurring billing system. This module is an API wrapper for this library only, and doesn't actually "do" anything unless you implement the API in your own module. It's built according to the Chargify API version 1.

Installation

  1. Install the module as usual into your Drupal site.
  2. Install the library through Composer. Either install the Composer module or follow the instructions on the Composer homepage.
  3. Enter the Domain and API key for your Chargify account on the configuration page (/admin/config/services/chargify).
  4. Make sure you set the proper permissions ("access chargify").

Usage

The general concept is to first get a controller for the resource (product, customer, etc.) that
you want to interact with and then use the functions available.

For example to get a listing of all products in the system:

$pc = chargify_api_controller('product');
$products = $pc->getAll();

Sending data to Chargify is easy as well.

$data = array(

Auto Menu Title

auto menu title screenshot

This is a small module that enables the automatic population of the menu title field following changes made to the node title in an add or edit form. It is designed to save time with data entry.

ST Conch

ST Conch

Conch is a beautiful Drupal theme developed in vintage style which will become an excellent basis for any Drupal-powered website. The theme maintains three column layout and is very easy to use. It is customizable allowing you to choose between different menu styles and color schemes.

The theme is developed by SymphonyThemes.

Pages

Subscribe with RSS Subscribe to RSS - Under active development