This project is under active development.

Google APIs Client Library

Overview

This module provides a minimal wrapper around the Google APIs Client Library.

It does/and will only do two things:

Responsys

Drupal connector module to the Responsys Interact campaign tool.

Developed by: Deeson online (http://www.deeson-online.co.uk)

About the tool

This is very much an API tool for developers.

All configuration must currently be done in the settings.php file. At the basic level you should have a signup checkbox field on your Drupal user pages and then link that field and the email field to Responsys by specifying the mapping between the fields in Drupal and Responsys in your settings.php (see below)

Only one list is currently supported per site.

Some RULES integration is provided to trigger syncs between Drupal and Responsys and the other way.

Configuration via settings.php

$conf['responsys_user_folder'] = 'your-folder-name';
$conf['responsys_user_list'] = 'your-list-name';
$conf['responsys_api_username'] = 'your-username';
$conf['responsys_api_password'] = 'your-password';

To provide a mapping between fields on a user object to
fields in Responsys list use the following mapping like this:


$conf['responsys_field_mappings'] = array(
'your-folder-name' => array(
'your-list-name' => array(
'uid' => 'DRUPAL_ID',
'mail' => 'EMAIL_ADDRESS_', // required.
'field_title' => 'TITLE',
'field_first_name' => 'FIRST_NAME',
'field_last_name' => 'LAST_NAME',

KandS

KandS

KandS is a Zen sub-theme with a heavy 19th-century influence.
Features include:

  • Webfont support through the theme settings page
  • Custom splash image, also through the theme settings page
  • Responsive layout with SASS and Zen-Grids
  • Off-canvas menu for mobile

There are two layouts: regular and mobile. Mobile is designed to be viewed on
anything the size of an iPad or smaller and will resize to fit the viewing area.
It uses Zen-Grids which is built into Zen 5. The regular layout goes up to
1280 px.

In the mobile layout, the sidebar turns into an off-canvas menu. It will
automatically resize to fit the viewing area, and also to fit the contents
of the region.

See below for more info on how to use the features.

Installation

1. Install Zen 5.x
* NOTE: * You must use the latest version of Zen. KandS will not work with
Zen 3.x or earlier.
2. Install KandS like a regular theme
3. Configure theme-specific settings at admin/appearance/settings/kands
(See below for more information)

Customization

If you want to customize this theme, you should use SASS. For more
information: http://drupal.org/node/1548946

Webfont support

Webfonts is a relatively new technology that lets you use any font on a web

Acta HTML5

Acta HTML5

Acta is Latin word. Acta means sea beach.
Acta HTML5 theme integrate sea beach concept in design and built upon advance bleeding edge technology of HTML5 and CSS3.

'Acta HTML5' is a two column fixed design (optimized for width 960px).

Features of theme

  • Table-less design.
  • Implement new advance cutting edge technology of HTML5 and CSS3.
  • Minimum use of images in theme design. So it's become more light weight and execute faster than old version.
  • Six regions to put blocks.
  • Design of Sea Beach at footer.

Upcoming Feature

  • Responsive. Next version will be Mobile friendly and device responsive.
  • Changeable background image/photo for entire theme through theme setting.

Quick step-by-step

Just install and follow the step-by-step guide and your simple but still good looking clean website is running within the hour.

Setting up a Drupal site involves many steps. This is some of the steps I usually go through when setting up a Drupal site with Acta Theme:

Install Drupal 7.x

Panopoly Event

Panopoly Event provides event registration integration via the (Entity) Registration module. This Feature creates a content type for an event with user registration on your site.

Pages

Subscribe with RSS Subscribe to RSS - Under active development