Maintainers are looking for help reviewing issues.

Commerce Auriga

Provides payment integration with Auriga ePayment using Drupal Commerce.

Domain Redirect

This module allows the creation of an internal Drupal path that will direct the user to a unique path
based on the domain that the user is in. The link is based at the
path "/domain-redirect/12345" where "12345" is the redirect ID that is stored in the
database.

For example, let's say we have three domains on our site, and they all share the same primary links menu structure:

foo.example.com
bar.example.com
baz.example.com

Domain redirect will allow for one menu link to point to up to three different URLs, either internal or external. You can use one internal menu path "/domain-redirect/12345" and the user will be redirected to a different internal path or external URL depending on how the redirect is configured. So if the user sees the menu link at the "foo" subdomain, they might be redirected to http://www.lolcats.com/view/13285/, but at the "bar" subdomain, they would be redirected to "/node/353" and in any other subdomain, the link would redirect them to "node/2."

Redirects are administered at "Administer >> Site Building >> Domains >> Domain redirects". Make sure to assign the "administer domain redirects" permission.

Thanks go out to other drupal coders, as I copied fervently, freely and unabashedly from the Path Redirect module.

Drupal Core: Rob Loach Edition

Fork of Drupal core with separate branches for each issue that I've been working on.

Survey Builder

Overview

Survey Builder uses Form Builder module to provide an intuitive interface for building surveys, along with the back-end for storing surveys and their responses.

An example UI is included, but this module is focussed primarily on providing a flexible back-end architecture. Views plugins are provided where applicable, entities are used for all data stored. The example UI provides user journeys for creating, listing and editing Surveys and Survey Responses.

A video and presentation about Survey Builder can be found on the Atchai Digital blog.

Key Features

  • Create survey forms with a drag and drop interface
  • Re-use questions across surveys (can be disabled)
  • Respond to surveys
  • Aggregate responses to surveys with Views

Another survey / form module? Why?

  • This is essentially a back-end for form_builder - providing entities to store surveys, questions and responses
  • We need a pool of re-usable questions for our purpose, so that's built into the architecture
  • We will be adding conditional logic at some point (show/hide questions based on other question responses)

QQ

Tencent QQ, generally referred to as QQ, is the most popular free instant messaging computer program in mainland China. As of July 11, 2011, the active QQ users accounts for QQ IM totaled 812.3 million,possibly making it the world's second largest online community. The number of simultaneous online QQ accounts exceeded 100 million. In February 2011, QQ.com ranked 10th overall in the Alexa Internet rankings just behind Twitter ranked 9th.

腾讯QQ,一般简称QQ,是中国大陆最流行的即时聊天程序,目前为止有8亿多用户。

OAuth (Open Authorization) is an open standard for authorization.OAuth allows users to hand out tokens instead of credentials to their data hosted by a given service provider. Each token grants access to a specific site or specific resources and for a defined duration. This allows a user to grant a third party site access to their information stored with another service provider, without sharing their access permissions or the full extent of their data.

OAuth(开放授权)是一个开放标准,允许用户提供一个令牌,而不是用户名和密码来访问他们存放在特定服务提供者的数据。每一个令牌授权一个特定的网站。这样,OAuth允许用户授权第三方网站访问他们存储在另外的服务提供者上的信息,而不需要分享他们的访问许可或他们数据的所有内容。



Pages

Subscribe with RSS Subscribe to RSS - Seeking co-maintainer(s)