Youtube Play Channel

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module creates a youtube channel in a block for the website.
With a given youtube channel API and play Id you can access the latest videos
of the user. You can also set the title,description,height and width required for the
youtube channel.

To use youtubeplay operations :-

1) Install the youtubeplay module
2) Set configuration on youtubeplay module on configuration page
3) Enable the youtubechannel block

Admin Status

Component type

module

Maintenance status

Development status

Downloads

5325

Component created

Component changed

Synopsis

The Admin Status module allows certain messages to be shown on the top of the page to users with the right permission. For example, the settings can be configured to show a message on the top of the page if the database needs to be updated (e.g. drush updb).

Here is an example of Admin Status showing all errors and warnings from the core status report page:

Requirements

None.

Cookie_Banner

Component type

module

Categories

Maintenance status

Development status

Downloads

1796

Component created

Component changed

This module allows a site to be compliant with EU directive on privacy and electronic communications. By displaying the banner on your site you will demonstrate that you are complying with the aforementioned directive, and information about your cookie policy will be readily available to users thanks to the sticky popup window at the bottom.

Litelog

Component type

module

Categories

Maintenance status

Development status

Downloads

436

Component created

Component changed

About

Simple module allowing to filter out some of the entries logged to the database log: selectively suppress watchdog messages to reduce chattiness and clutter.

Based on the idea from Lightlog, but with exclusive rather than inclusive approach (selecting which log entries should NOT be saved in the database).

Bootstrap Site Alert

Component type

module

Maintenance status

Development status

Downloads

6990

Component created

Component changed

Puts a site wide bootstrap themed alert message on the top of every page.

I made this module because some of the other existing modules came close in functionality. However, we didn't want to rely on blocks or panels or anything with a theme layer. We needed something fast and easy with a WYSIWYG enabled message and so this module was born. We use hook_page_alter (D7) / hook_page_top (D8) to display the message and so it is independent of any setup you may have on the site.

TOC API

Component type

module

Maintenance status

Development status

Downloads

2225

Component created

Component changed

This module provides a framework for creating table of contents (TOC) from an HTML fragment's header tags.

The TOC API consists of a several classes, services, and plugin:

  • Toc: A class that parses the header tags from an HTML fragment and stores a index of these headers that represent a hierarchical table of contents.

  • TocType: A configuration entity that contains options for customizing a table of contents.