Weixin Platform
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Base tools suite for weixin platform.
- Store the access_token and exposed the access_token via services module.
- Login by wechat access
Base tools suite for weixin platform.
Allows site builders to migrate existing Field Collection fields to Multifield fields.
Please use the Iubenda Integration module.
-------
Integration with Iubenda
This module assumes you have installed Iubenda Cookie Solution on all pages of your website.
Features:
- cookie blocking: overwrites scripts and iframes in final html output according to Iubenda specifications
- admin settings form to decide which scripts or iframe you want to tag for Iubenda
Le Gate is a simple module that restricts user access to pages on a site, and then provides two mechanisms
by which users can then gain access. It was first developed as an "age gate" module to allow access to a site
only when an appropriate age is selected (>15yo for COPPA). But then we decided to make it more generic.
When a user tries to access a restricted page they are redirected to a configurable and themable page
(the "le-gate" page) that presents one of two ways to gain access. When access is gained a javascript cookie is set.
The Cookie Monster module provides a simple api and rules integration for managing the creation and use of secure cookies.
NOTE: This module does nothing on its own, but provides tools for developers and site builders to use
when they need to set cookies.
Setting a cookie is a useful and common method for storing state on a user's browser. Also, cookies are a cool place to cache server side data for use in js applications. Yay!
Installation and Configuration:
Enhance admin UI by tweaking it.
This module provides API that should help with integrating your custom block configuration with i18n, so it will be translatable on block "translate" page just like the block title.
This module is for developers, you need to register your custom block property with hook_block_i18n_config_info(), to see how to do this, see the file: block_i18n_config.api.inc .
Everyday Tools for Drupal 7
--------------------------
The Everyday Tools module houses functions that are useful in every Drupal build that requires
some degree of development. The functions range from string manipulation to theme helpers.
Accessing through a Drupal
--------------------------
All functions in this module are prepended with everyday_tools_ so not to confuse with out of the box Drupal functions
This module is split in to 7 distinct areas:
This module is a plugin for the Bot module, allowing your bot to lookup Redmine issues.
To communicate with Redmine, this module relies on the Redmine REST API module for the integration.