Gathercontent OG

Component type

module

Maintenance status

Development status

Component created

Component changed

GatherContent OG implements hooks to add a group selection field to the GatherContent module's create/edit mapping form. If the OG Menu module is enabled this GatherContent OG module will also replace the menu on the GatherContent module's import page with the menu associated with the OG group selected earlier.

Potential Improvements

It would be good to replace the "hand crafted" group selection field with the group selection widget provided by the OG module.

Views Bulk Edit

Component type

module

Categories

Maintenance status

Development status

Downloads

3773

Component created

Component changed

Allows bulk updating of entity values via views bulk actions. By default it is configured for nodes but can be configured for other entity types.

Limitations

Because of the way the form is build, anything that is added by the specific entity form is not currently captured. For example, the changed date on NodeForm. This might be solvable using the EntityFormBuilder in the future, feel free to create an issue if you need this feature.

Entity Reference - Unpublished

Component type

module

Categories

Maintenance status

Development status

Downloads

6391

Component created

Component changed

Drupal core's entity reference selection plugin for nodes only allows referencing unpublished nodes if the logged in user has the "bypass node access" permission. This is a very powerful permission that you may not want to give to your editors. This module provides an alternate entity reference selection plugin that does not require that permission for referencing unpublished nodes.

jQuery View Ticker

Component type

module

Maintenance status

Development status

Downloads

302

Component created

Component changed

Introduction:
-------------------
This module provides functionality to animating a simple news ticker.

Requirements:
------------------
This module requires the following modules:
* None

Installation:
------------

* Install as you would normally install a contributed Drupal module. See:
https://www.drupal.org/docs/8/extending-drupal-8/installing-modules
for further information.

Block Type Library

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Block types provide a core-sponsored data structure for rendering different types of blocks. Many sites create their own custom block types that match desired design components. While sites often have unique visual presentation (theming), the same data structures can often be applied to many different designs. The goal of this project is to provide a library of commonly used block types that could be installed on any site.

Sample Hello World Module

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Here, I've managed to create a Hello World Page Module in D7 and also write a test involving some of the fundamental concepts necessary for writing tests for Drupal with SimpleTest.