API.AI Client

Component type

module

Maintenance status

Development status

Component created

Component changed

API.AI is a natural language understanding platform that makes it easy for developers (and non-developers) to design and integrate intelligent and sophisticated conversational user interfaces into mobile apps, web applications, devices, and bots.

This Drupal module project is intent to creating a Drupal client for API.AI endpoints so that Drupal developers can easily create a sophisticated conversational user interfaces.

Count round thousands

Component type

module

Maintenance status

Development status

Downloads

168

Component created

Component changed

Count round thousand to a K style count like facebook Share, Twitter Button. Like

3000 --> 3k
35500 --> 35.5k
905000 --> 905k
5500000 --> 5.5m
88800000 --> 88.8m
745000000 --> 745m
2000000000 --> 2b
22200000000 --> 22.2b
1000000000000 --> 1t (1 trillion)

This works with Views integer fields.

Custom Configuration

Component type

module

Categories

Maintenance status

Development status

Downloads

368

Component created

Component changed

Custom configuration management for a single site, Multi site & Multilingual.

This is a new module in Drupal8. This module is more helpful where you want to save multiple configurations like Facebook, Twitter, Google Auth key and etc.

This module also work with multi domain, multi website and multilingual.

User access fix

Component type

module

Maintenance status

Development status

Component created

Component changed

We think this module will resolve user access issue and might be alternative to hook_node_access for users.

After installing this module you will have new permissions as listed below:
- View own user page.
- Edit own user page.
- Access restore user password.
- And 4 permissions for each role (view | create | edit | delete).

Also you will be able to implement hook_user_access_fix_access to alter access.

Now this module is still under heavy development and will be released soon.

Extra CSS and JS

Component type

module

Maintenance status

Development status

Downloads

214

Component created

Component changed

Extra CSS JS
--------------
This module provides functionality to add extra css and js to the site. In Multiple deployment environment if you want to execute any js or css directly on site then you should use this module because it does not require to deploy any kind of file.

The saved CSS and JS will remain untill and unless you removed it from module configuration.

Views Select Sort

Component type

module

Categories

Maintenance status

Development status

Downloads

227

Component created

Component changed

When Using a select list in an entity, sometimes it becomes difficult (if not impossible) to order in a particular way based on the values of the select list. This module provides the ability to change the "weight" of each select list option and sort within the view. The order is customized per view so the output of the contents can be different for each view.

Example:
In a node I have the select field with options:
Autumn|Autumn
Winter|Winter
Sprint|Spring
Summer|Summer

Modal Configuration

Component type

module

Maintenance status

Development status

Downloads

341

Component created

Component changed

Introduction

Drupal module allows to configure the links in operation drop down to open in modal.

Drupal 8 core provides a way to open any link to open in a modal across the site. However it's used in very few places in core. Some of the core components like views have their own modal setup.

Install

Download and install using drush/composer/drupal.org as usual.