Controlled Fields

Component type

module

Maintenance status

Development status

Downloads

147

Component created

Component changed

INTRODUCTION

The Controlled Fields module adds in rudimentary control of field visibility on form displays whilst also handling whether a field is required or not. It currently only supports the field of type 'list_string' for the controlling field.

Field visibility is set on the form display using the field settings form and is achieved by setting the 'Parent conditional controlling field' and a corresponding 'Parent conditional controlling field value'.

Field Group Access / Permissions

Component type

module

Maintenance status

Development status

Downloads

115

Component created

Component changed

INTRODUCTION

The Field Group Access module adds permissions for editing and viewing fields inside field groups.

At present this is only done for fields on forms and for the default form display.

REQUIREMENTS

No special requirements besides the field_group module.

INSTALLATION

Install as you would normally install a contributed Drupal module. See: https://www.drupal.org/documentation/install/modules-themes/modules-8

Workflow Field Groups

Component type

module

Maintenance status

Development status

Downloads

124

Component created

Component changed

INTRODUCTION

The Workflow Field Groups module allows you to control which field groups may be accessed depending on the current workflow state. Control can be specified by role. Currently this only applies to form displays and not view displays. Different settings can also be set per form display mode.

REQUIREMENTS

Field Group module
Workflow module

Sessionless BigPipe

Component type

module

Maintenance status

Development status

Downloads

2587

Component created

Component changed

Accelerates Page Cache misses using the BigPipe technique.

Install it and it works. There's no configuration, no UI.

Technical explanation

The BigPipe module in Drupal 8 only is able to accelerate responses for personalized requests. (Requests that have a session.)

Do it Live

Component type

module

Categories

Maintenance status

Development status

Downloads

69

Component created

Component changed

Do it Live is a utility Drupal module. It contains helpers for writing and running SimpleTest cases intended for active site maintenance (as opposed to Core/Contrib generic CMS functionality).

Billzone

Component type

module

Categories

Maintenance status

Development status

Downloads

159

Component created

Component changed

This module integrates the Billzone invoice handling system's API (https://www.billzone.eu) to Drupal 8.
With this module you can easily generate invoices and download them if it is needed.

The module provides a billzone Drupal 8 service, which has 2 public method:

  • createInvoice($invoice)
  • downloadInvoice($invoice_number)

You can see an example to use it in the billzone_example module.

Multilingual login redirect

Component type

module

Categories

Maintenance status

Development status

Downloads

127

Component created

Component changed

Multilingual Login Redirect module allows you to redirect a user to a specific url or node number when he logs in depending on the actual language of the website and the user role.
In this way you can maximise your marketing and sales redirecting a user to a specific product or marketing page when he logs in.

Publishing Options for Author

Component type

module

Maintenance status

Development status

Component created

Component changed

The module allow user to see the Publishing Options fieldset. That's all.
Here is the issue from Charles

Staff users have permission to create, edit and delete some content types and not others. I granted them permission to edit and delete content created by other staff, not just their own, under those specific content types.