Data tree bulider

Component type

module

Categories

Maintenance status

Development status

Downloads

67

Component created

Component changed

This module allows creation of nested tree structures, kept in a specified configuration entity. It is somewhat similar to core taxonomy tree, but allowing elements having different parameters (fields), definable in a child class depending on anything you like (level, id, etc), not exactly the same for every element.

It uses AJAX for every operation.

This is an API module, see the attached example for a possible use case.

Permission UI

Component type

module

Maintenance status

Development status

Downloads

178

Component created

Component changed

# Overview

Permission UI allows to create dynamic permissions associated with core/contrib entities via the UI. The main purpose is to avoid overwhelming of permission (like Node Access) per bundle and no dried permission system (e.g. just "administer nodes"). This module provides an UI to add necessary permissions and export them as any other configuration.

Content Notifications

Component type

module

Maintenance status

Development status

Downloads

77

Component created

Component changed

Overview

Only for logged-in users:
Display unread statuts on node view: new or updated
Display the amount of unread node on a menu item.

How it work

Data are based on the Drupal core history table.
It just add an extra field on every content type to display the status.
The extra field display a placeholder. A javascript is launch after the page load and get unread status badge trough ajax and insert it in each placeholders.
No page load performance loss. Works with every kind of cache