CKEditor Notification

Component type

module

Categories

Maintenance status

Development status

Downloads

7824

Component created

Component changed

Adds in the Notification plugin for CKEditor.

This is required by plugins that need the notification plugin in order to work, like Word Count & Char Count Plugin.

Developers can use this to implement their own CKEditor plugin to notify the editor with various messages. See the official plugin page for more details.

Apache Solr View Count

Component type

module

Categories

Maintenance status

Development status

Downloads

610

Component created

Component changed

This module allows you to index the node view count to Apache solr index as a custom field and let you sort SOLR results. The module requires Apache solr search module. The Apachesolr Viewcount module depends on either of the following modules to fetch the node view count:

Commerce Payment Terminal Rules Action

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a rules action to manually create Drupal Commerce Payment transactions. To use, first create a new entity of type Commerce Payment Transaction, save the entity (force saving immediately: true), and then use the new "set amount for payment transaction" to set the amount, then re-save the payment entity.

Symbol

Component type

module

Categories

Maintenance status

Development status

Downloads

777

Component created

Component changed

Integrates the Symbol plugin for CKEditor, allowing editors to use any number of Unicode characters.

Installation

1. Download the plugin from http://ckeditor.com/addon/symbol.
2. Place the plugin in the root libraries folder (/libraries).
3. Enable Symbol module in the Drupal admin.
4. Configure your CKEditor toolbar to include the button

Ajax Easy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Ajax Easy is a custom way to return whatever you want .
shipped with sub module "ajex easy node " is more of an example how to create custom module that uses custom JS to expose a path argument to ajax ...

the big idea is for custom modules to use:

HOOK_ ajax_easy(&$data)

where you set your custom menu path in the module admin config (hit help)
then feal free to pass 1 -2 arguments to the menu path
gab the values in YOURMODULE_ ajax_easy(&$data) and return what you need ! raw html or JSON for you JS Devs out there.

Redirect 403 to Wechat login

Component type

module

Maintenance status

Development status

Component created

Component changed

使用Wechat模块创建微信服务号时,若用户已关注并绑定了Drupal账号后,当期在微信服务号的link菜单中跳转到一个需要登录用户才能访问的页面时,会提醒403 access denied。此时,可拿到用户微信账号的OpenID(通过静默授权scope=snsapi_base,详见 https://mp.weixin.qq.com/wiki/17/c0f37d5704f0b64713d5d2c37b468d75.html ),然后判断其是否已经和Drupal中的某个账户已绑定,若已经绑定,则用代码将其登

Field Presets

Component type

module

Categories

Maintenance status

Development status

Downloads

93

Component created

Component changed

INTRODUCTION

The Field Presets module enables creating of fields using a preset. On creation of a new field using the module, the following happens:

- Field storage configuration is created
- Field configuration is created
- Field widget is set and field is added to the bottom of all form displays
- Field formatter is set and field is added to the bottom of all view displays

The module adds a "Add field using preset" local task on all entity manage fields pages.

Display Sync

Component type

module

Maintenance status

Development status

Downloads

88

Component created

Component changed

INTRODUCTION

The Display Sync module enables synchronising of custom display modes, both form and view modes, with the default mode.

A simple checkbox has been added at the bottom of each non-default display mode edit form. Once this has been checked then any changes to the display mode can only be made via the default mode form. A warning messages is displayed to this effect.

REQUIREMENTS

No special requirements.