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.

Acquia GeoIP Country variation

Component type

module

Maintenance status

Development status

Downloads

374

Component created

Component changed

This is a tiny module for Acquia clients that have GeoIP support installed on their load balancers. It changes Drupal's Vary response header to include the X-Geo-Country header. The effect of this is that the visitors of your site will get cached responses for only the country they are visiting from.

Transfer user content

Component type

module

Categories

Maintenance status

Development status

Downloads

144

Component created

Component changed

Adds a user tab to assign a users content to another user.

Useful if you want to make an editor not an editor any more, but the new editor should get the author rights to the content of the "previous" editor.

Conf Alert

Component type

module

Maintenance status

Development status

Component created

Component changed

As you know, you can override variable values at runtime by adding them to the global $conf array via settings.php.

However, there is no notification in admin/config forms UI to signify that a variable has been set via settings.php. Site admins may get confused as to why any changes to the field value don't show on submitting & reloading the form.

This module adds such a notification - disabling the field in any admin forms and adding a message to the field description.

Token Link

Component type

module

Maintenance status

Development status

Downloads

176

Component created

Component changed

This module was created to speed up slow administrative pages, fix memory limit errors, and solve client site javascript timeouts caused by a high number of tokens loading on the initial page request. This module solves these problems by replacing any call to render the entire token tree with a call to render only a link which if clicked will perform a second page request as an overlay.