Publish Away Field

Component type

module

Maintenance status

Development status

Downloads

9210

Component created

Component changed

Publish Away allows you to publish your content in real time on social networks. Publish your content (on adding / updating) on your Facebook (page / timeline) or Twitter.

Do not forget to read the master file README.txt for more information related to the installation.

D8 version provides publish away field type with Facebook and Twitter field support.

For D8, add these packages to your composer.json file :
"facebook/php-sdk-v4" : "4.0.*",
"guzzle/plugin": "3.9.2"

Then run "composer update"

xAPI

Component type

module

Maintenance status

Development status

Component created

Component changed

The xAPI (eXperience API) module allows a Drupal site to generate and record statements of experience which will be pushed to a xAPI Learning Record Store (LRS).

Learn Git

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Learn how to use Git on Drupal.org.

Registration Reschedule

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module extends Entity Registration (https://drupal.org/project/registration) to allow an admin to move a registered user to a different event.

Currently the module is highly specific to my client's use case; registrations are attached to Commerce products, for example, so I need to modify the Commerce Order details as well as simply attaching the registration to a new entity.

FullCalendar Mini

Component type

module

Categories

Maintenance status

Development status

Downloads

1356

Component created

Component changed

This module adds some additional css and js render a FullCalendar small enough to work in a sidebar or footer. This module also includes functionality that makes it easier to publish a the block using Shared Blocks

BrightTALK Field

Component type

module

Maintenance status

Development status

Downloads

1718

Component created

Component changed

Provides fields that can display a BrightTALK webcast or channel.

BrightTALK embeds are fully functional and allow users to register and view content both live and on demand.

Field Options

For a channel field the user needs to enter a channel ID.

For a webcast field the user can either paste in the embed code or input the channel and webcast ID.

For more information about available BrightTALK content:

https://www.brighttalk.com

Registration Link Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

317

Component created

Component changed

When using the Entity Registration module, if you disallow anonymous users from registering then there's no way to show them the register link.

This module addresses the above scenario by creating an additional field formatter called 'Registration Link (ignore access control)'. When using this formatter, the 'register' link will always be shown, regardless of access control.