Considered feature-complete by its maintainers.

Namecheap

Provides integration with Libraries API (2.x) and a Drush [Make] script to download the Namecheap SDK for use with the Namecheap API.

The NameCheap API allows you to build web and desktop applications that integrate with your NameCheap account. It allows you to programmatically perform operations like domain search, domain register, purchase SSL etc., from within your application.

Place the appropriate version of the Namecheap SDK in the libraries directory within the site you are working. That may be 'default' or 'all' like the following: sites/all/libraries or sites/default/libraries. The end result after extracting the library should be sites/.../libraries/namecheap/registrars/namecheap/namecheap.php.

Configuration can be performed either using variables hardcoded into settings.php or the UI. If you want to hardcode them then look at the UI for the variable names.

$conf['namecheap_username'] = '...';
$conf['namecheap_password'] = '...'; // API key, but SDK did not rename it.
$conf['namecheap_testmod'] = '...';

The following is an example of how to use the API inside of Drupal.

<?php

oAuth2 Connect

At the moment oAuth2 Connect allows you to authenticate with different 3rd party oAuth2 providers and maintains association between drupal uid and provider uid.

It's currently available for Drupal 6 only.

Here is the link which summarizes differences between oAuth1.0 and 2.0

http://blog.apigee.com/detail/oauth_differences/

The module provides an abstraction layer with pluggable components for different oAuth2 providers. Currently it doesn't have an UI and all oAuth2 configuration is done with plugins ( and plugins are just classes extending an abstract class ).

The goal was to allow the plugin to handle the dirty work ( dialog url creation, tokens manipulation, user data retrieval ), because each provider implements the protocol a little differently. Most notably Facebook requires post request to get the access token.

We tested the module with the following oauth2 providers:
- Twitter
- Facebook
- Yammer

The main ideas behind this module were simplicity and extensibility. Before creating this module I evaluated different options including oauth and oauthconnector but at the moment there was no Drupal 6 version with oAuth 2.0 support, only 1.0. There were also many dependencies to consider - oauth, connector, http_client, chaos tools.

Addressfield - Hungarian address database

This module is a plugin for Addressfield. It provides a user friendly hungarian address form, and the most wanted feature by the community: A complete (ok, by now 95%) postal code - locality (town, village, etc) - county paired database based on Magyar Posta and Laza Bálint csv.
It extends the default Address form (country-specific) widget of Addressfield.

This module try to make the best way to add an address by users:

  1. Choose the county from a select.
  2. The locality input form is autocomplete and is filtered by the choosen county - if exists.
  3. When locality is choosen, the postal code value is entered automatic.
  4. If the choosen locality has more possible postal code, the postal code field become a select with the possibilites.

The rendered output is like this

6076 Ágasegyháza
Some street and street number
Something in premise field.
Bács-Kiskun megye

What is the premise field?
See: http://support.qas.com/what_are_the_descriptions_for_each_address_elemen...

Features

  • Admin page to edit address database
  • Multiple roles to administer, edit, add, delete address

Fresh Theme

Fresh theme

Fresh Theme is a great looking Drupal 7 theme. The theme is a great option for online blogs and magazines that want to present their news and information in an easy to follow, and aesthetically pleasing manner. This theme is also great for portfolio and personal websites. The design is very unique and stylish and it has some great features. This theme is perfect for personal blog websites, and is packed with features and sweet details.

Features

  • Fixed width (900px)
  • Drupal standards compliant
  • 1 or 2 column layout.
  • Stylish and Modern Design
  • 10+ collapsible blocks region.
  • Implementation of a JS Slideshow
  • Multi-level drop-down menus (Multilingual menu)
  • Configurable layout : Sidebar can be Right or Left
  • Use of Google Web Fonts and Nice Typography
  • HTML5 & super clean markup
  • Supported standard theme features: site logo, site name, user pictures in comments, user pictures in nodes, favicon
  • Tested on browsers: Safari, Chrome, Opera, Firefox, IE and yes also IE7


Like this? Have a look at our Free Themes.


UPS Quantum View API

Provides the ability to download UPS Quantum View subscription files. This is an API module, which means it doesn't do much on it's own.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only