Stalker 7
Component type
Categories
Maintenance status
Development status
Component created
Component changed
A new 7.x-1.0 release for Stalker module.
A new 7.x-1.0 release for Stalker module.
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'),
),
);
}
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.
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.
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..
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
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.
This is an extension of the Commandbar module to provide additional powerful search of various entities and other useful commands. Current functionality includes:
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.
This module simply make the change to asign one role per user, when you enables the modules the checkboxes change to a select to ensure that one role are asigned at a time.
The code for this module whas inspired in https://drupal.org/node/673732 and the code suplied by timofey
LDAP Entry Reference module provides field type and an autocomplete field widget that references an LDAP entry with it's distinguished name.