Scroll Depth Analytics

Component type

module

Categories

Maintenance status

Development status

Downloads

279

Component created

Component changed

A Google Analytics plugin for measuring page scrolling

Scroll Depth is a small Google Analytics plugin that lets you measure how far users are scrolling. It monitors the 25%, 50%, 75%, and 100% scroll points, sending a Google Analytics Event for each one. You can also track when specific elements on the page are scrolled into view.

The plugin provides native support for Universal Analytics, Classic Google Analytics, and Google Tag Manager, and can be used with any analytics service that supports events.

Automatic IP ban (Autoban)

Component type

module

Maintenance status

Development status

Downloads

2049

Component created

Component changed

Drupal 8 version

Autoban allows to automatize IP ban using watchdog table by the module rules. Need enable Database logging module (core) and at least one IP Ban Providers submodule: Autoban Core Ban (integrate with core Ban module) and/or Autoban Advanced Ban (integrate with Advanced Ban module.

Weibo Widget

Component type

module

Categories

Maintenance status

Development status

Downloads

89

Component created

Component changed

This module allows you to add Weibo Widgets in a block. Initially we have two widget options: Like and Follow button.

Sina Weibo is a Chinese microblogging (weibo.com) website. Akin to a hybrid of Twitter and Facebook, it is one of the most popular sites in China.

See more about Weibo widgets here: http://open.weibo.com/widget.

Widget api

Component type

module

Maintenance status

Development status

Downloads

188

Component created

Component changed

Widget allows you to define additional theme/module widgets that can be exposed as blocks. The widgets are defined from a yml file and are stored as configuration.

Widget concept

The idea behind "Widget" is to allow the front end to create reusable components that are easily configurable on the back end.

A widget can be:
- A simple header image with text in front
- A simple map
- A profile box
- ..

Twig Clean Debug

Component type

module

Categories

Maintenance status

Development status

Downloads

202

Component created

Component changed

Provides a filter for use in twig templates to clean away twig debugging output (mostly html comments describing template suggestions etc).

When in twig debug mode the html comments can interfere with development. This filter cleans away the suggestions using regex.

Usage

Must be used in conjunction with the |raw filter otherwise output will be double escaped, e.g.:

{{ content.field_image|clean_debug|raw }}