Maintainers strive to actively monitor issues and respond in a timely manner.

Schema.org cache

This module retrieves and caches schema data from Schema.org.

Spaces OG Login / Logout

This module compliments more popular and better known Login Toboggan and Login/Logout Destinations. It performs similar functions, but is specifically targeted at sites, running Spaces and Organic Groups.

The typical use of Spaces and Organic Groups is to segregate sections of the site and associate users with these sections. It is not unusual to use Spaces and Organic Groups to create an appearance of multiple, independently running sites on top of single Drupal deployment. In doing so, site owners often encounter a problem, related to user's login/logout experience: the standard Drupal implementation takes users to user's profile page upon login and takes to the home page of the overall site upon logout. This module provides a feature, which, if enabled within given space and organic group, alters the flow as follows:

a. The user visited a page within the organic group and he/she is not logged in, while the page requires login. After successful login the user is taken to the home page for the space/group.

b. The user is logged in and clicks the logout link on a page within the organic group - after the logout she or he will be taken to the home page for that organic group.

Activation Code

Activation code provides an entity type that is fieldable called activation_code. This gives you an entity with the following fields:

  • acid - Activation code ID - this is the primary key for the site it's implemented on
  • code - A Universal Unique ID that is the code to unlock access
  • created - date / timestamp of when its created
  • used - date / timestamp of when its used
  • name - user name of who used the code
  • granted - Can store a UUID (36 chars) or any other value for what access was granted to

This module is implemented in the Course information system distribution. It is built for use as a registry for other sites to provide the access granting. CIS uses Activation code along with the RestWS module in order to allow for access of a certain role to be granted to users of a certain role. The MOOC distribution implements activation code (optionally) to allow for locking user access after a certain date (listed in CIS).

Views fieldset style plugin

Views fieldset style plugin

Overview

This module adds fieldset row plugin to views. It shows a row as a fieldset. It also provides functionality to make the fieldset collapsible and collapsed. An existing view field can be chosen to show as fieldset title. All the visible fields added to view are showed as fieldset body.

Drupal 8

After #1168246: Freedom For Fieldsets! Long Live The DETAILS. fieldsets are not collapsible anymore. So in Drupal 8 port collapsible and collapsed functionality is removed. See #1886728: Switch from details to fieldset when collapsing isn't needed and #1892968: Fieldsets vs. Details: When to use what and why? for more information. For same functionality in D8 use Views details style plugin.

Features

  • Configure fieldset to be collapsible.
  • Show fieldset collapsed.
  • Choose the title of fieldset from the fields added to view.
  • Optional fieldset description from the fields added to view.

Requirements

Known problems

  • Fieldset is not working correctly when content display format is selected. (Fixed in dev version)

Credits

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained