Currency Conversion

Component type

module

Maintenance status

Development status

Component created

Component changed

Currency change without using any Drupal commerce module

<?php
error_reporting(E_ALL ^ E_NOTICE);
/**
** Implementation of hook_permission().
**/
function currencycode_permission() {
// Restrict access to either of your new URLs.
return array(
'access currencycode' => array(
'title' => t('access currencycode'),
'description' => t('Allow users to access currencycode'),
),
);
}

Subfolders Domain (sub domains)

Component type

module

Maintenance status

Development status

Downloads

4165

Component created

Component changed

Create and configuring easily the hierarchy Subdirectory multi-site for your Drupal multi site from one installation and a single shared database. This module allows you to add new subdomains directories or management of subdomains directories without changing/adding any file configuration (such .htaccess, sites.php, Alias in Apache config file, ...)

Ex: example.com/site-1, example.com/site-2

Subfolders Domain requires Domain module.

Do not forget to read the Master File README.txt for more information related to the installation.

Permissions Lock in Settings

Component type

module

Maintenance status

Development status

Component created

Component changed

Allows locking permissions and entire roles using $conf in the settings.php file of a site. Testing of this project is requested, specifically the role locking since we did not test that fully.

Based on the work for Permissions Lock this module differs in that all locks can be done within the settings.php file for your site. This allows you to better maintain alternate settings for the permission locks between environments as well as removing the need for a new module to hook into the permissions lock module.

External Identity Service

Component type

module

Maintenance status

Development status

Component created

Component changed

Developed by Capgemini UK. Provides Identity framework used to plug in number of Identity synchronisation mechanism's. Includes OpenAM implementations but it is extensible to include other identity synchronisation mechanisms, like OpenId. Oauth etc..

Configuration

Open the module configuration page: Configuration >> System >> Authentication service.

Choose a plugin, for example OpenID.

NOTE: IN THIS VERSION OF THE MODULE IT IS RECOMMENDED TO NOT CHANGE THE EXTERNAL SERVICE AFTER AN INITIAL SELECTION.

Caching @TODO

Recurly Roles

Component type

module

Maintenance status

Development status

Downloads

1860

Component created

Component changed

This module works in conjuction with the Recurly module to add/remove a role(s) from a user account depending on the status of a recurly subscription.

The module responds to ping backs from Recurly regarding the status of new or existing subscriptions making it easy to create a subscriber role on your site and have people be added/removed from that role as necessary.

Flag Application

Component type

module

Maintenance status

Development status

Component created

Component changed

This module integrates with the Flag Module to create the custom Flag "application".

Note: the 3.x version of this module required Flag 7.x-3.x. If you are still using Flag 7.x-2.x, you can use the 2.x version of this module. The functionality is the same between versions of this module, the code just reflects changes in the Flag module.