Field Location

Component type

module

Maintenance status

Development status

Downloads

683

Component created

Component changed

This module provides the Location field with map and an autocomplete for locations (Google Map API). With described tools you're able to instantly find a location and draw a polygon - its coordinates will be the value of a field.

The module depends on Google Maps Instances and provides an example instance which can be used for a field.

Quicktabs Remember

Component type

module

Maintenance status

Development status

Downloads

281

Component created

Component changed

This will be used to remember user's last visited quicktab.
There is an option to remember logged in user's last tab on current quicktab whenever you create any quicktab.
Please select that and see whenever you revisit the page, it will remain on the last used tab.

It stores the information into the database, so you can revisit the page from any browser.

Vertical tables

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allows using theme_table to create tables where the header is down the left hand
side of the table as opposed to along the top.

Example

$header = array('Apples', 'Peaches', 'Pears', 'Bananas');
$columns[] = array('Lorem', 'ipsum', 'dolor', 'sit');
$columns[] = array('amet', 'consectetur', 'adipiscing', 'elit');
$variables = array(
  'vertical' => TRUE,
  'header' => $header,
  'columns' => $columns,
  'empty' => 'No data found',
);
$table = theme('table', $variables);

Background Video

Component type

module

Maintenance status

Development status

Downloads

2800

Component created

Component changed

This Background Video module allows to play video in the background of the page. To play video background in the background what you have to do is just specify
the name of the class to which you want to add the background video. There are some other specification like Loop the video, where to place the controls
like play/pause and mute/unmute, Autoplay video when the page loads etc.

[D8] Morecomments

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

More Comments module replaces the default pager of comments with a button that loads the next page of comments using ajax. This module is under development. Will created issue once it is done. This is the port from D7 version to D8.

CKE Placeholder

Component type

module

Maintenance status

Development status

Downloads

246

Component created

Component changed

CKE Placeholder is a plugin module that allows for easy addition of widgets to insert in CKEditor enabled long text fields in a way that is intuitive to the editor and easily themeable for the developer. The elements are inserted as CKEditor widgets that does not interfere with the rest of the content. It is saved as an HTML comment, so in case the module is disabled, the content will just not show up.

Quick presentation: https://vimeo.com/164619178