Maintainers monitor issues, but fast responses are not guaranteed.

Urban Solice

Urban Solice Drupal 7 Screenshot

Theme overview:

Urban Solice is a professionally designed, well-organized, Drupal 7 base theme. Urban Solice's neutral color scheme and clean layout make it an ideal theme for small or medium-sized businesses wanting a premium theme that installs and configures quickly.

Theme features include:

  • Very clean, professional design
  • 1, 2 or 3 column layout with column detection that changes side column widths based on the number of columns a user chooses.
  • Tableless design for SEO
  • 15 collapsible block regions
  • Built-in Banner region
  • Supports custom logo and favicon
  • Support features like site name, slogan
  • Custom login and logout
  • Heading optimization for SEO

Sponsorship

LevelTen Logo

Webform Term Options

This module is adding a pre-built option lists of vocabulary terms to be used in webform components.

Multigrouping

Ever wanted to have more then one level of grouping?! The Multigrouping is your friend!

Commerce (Product Display Manager)

Product Display Manager Page

Module description

This module simplifies managing the relationship between products and product display nodes.

Features:

Google Checkout

Provides integration with Libraries API (2.x-dev) and a Drush Make script to download the google-checkout-php-sample-code.

This project is aimed at providing basic foundation for integrating your online store with the Google Checkout API using PHP.

Configuration

The Google Checkout integration can be configured by using Drupal variables. For example, the following can be placed in a site's settings.php file.

$conf['google_checkout_merchant_id'] = '...';
$conf['google_checkout_merchant_key'] = '...';
$conf['google_checkout_server_type'] = 'sandbox'; // Defaults to production.
$conf['google_checkout_currency'] = '...'; // Defaults to USD.

Example Usage

<?php
google_checkout_load_include('item');
$cart = google_checkout_cart_init();
$cart->SetMerchantPrivateData(new MerchantPrivateData(array('uid' => $user->uid)));
$item = new GoogleItem(t('Something really nice for $17'), '', 1, 17);

...

// Communicate information to GoogleCheckout and redirect user to complete checkout.
google_checkout_cart_redirect($cart);

// Or make button.
echo $cart->CheckoutButtonCode();

/**
* Handle incoming request from Google Checkout.
*

Drush Body Mangler

This is not a module, but a drush script, which is a fairly straight-forward exercise in string manipulation, searching for links (anchor tags) that are missing title attributes.

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained