Webform Ticket Submission

Component type

module

Categories

Maintenance status

Development status

Downloads

112

Component created

Component changed

Webform Ticket Submission has been built as an extensible custom module that integrates with webform module, to allow users to submit 'Issues' to GitHub.

The configuration page under each webform allows the administrator of the webform to configure what is sent to GitHub including the Title, Label and whether or not it is custom text or webform components.

The module can be further extended to allow submissions to other applications ie; Jira.

Webform module is required to use this custom module.

Imagefit

Component type

module

Maintenance status

Development status

Downloads

174

Component created

Component changed

This module was created to fill a void for D7 sites we worked on that had no framework or base theme with responsive image handling. While it may be mildly obsolete in these modern times, it’s still super useful in a pinch.

This modules utilizes the imagefit.js jQuery plugin created by Periplox. Simply put, it is a simple, lightweight plugin to make images fit anywhere and anyway.

HTML to entity

Component type

module

Maintenance status

Development status

Component created

Component changed

Html to entity is a module that allow to import any html page to Drupal, giving you the opportunity to decide which part of the page you want to save in which field of a Drupal entity.

This module make an intensive use of Migrate and is plugin and service driven allowing it to be extended in the Drupal way.

Requirements

  • Migrate (core module)
  • Migrate Plus

Recommended modules

  • Migrate Tools

Content Image Hotspots

Component type

module

Maintenance status

Development status

Component created

Component changed

Purpose

This module provides an extensible way to allow images to have buttons that
trigger overlays. It supplies a field type that can be added anywhere you can
add and render fields.

Link Types

To create your own type of link you will need to register it with a hook and
create your form and display functions.

Currently supported are:

Masonry View Style

Component type

module

Categories

Maintenance status

Development status

Downloads

158

Component created

Component changed

This is a simplified Masonry Views output style without contrib module dependencies.

You're responsible for styling the grid -- something like this in your theme should get you started:

.mvs-grid {
    /* wrapper styling */
}

.mvs-grid-item {
    /* grid item styling */
    width: 33%;
}

The underlying frontend libraries, which are included for convenience:

Random Noise

Component type

module

Maintenance status

Development status

Downloads

127

Component created

Component changed

By adding as much noise as possible to your users' traffic, this module aims to make selling your users' data as worthless as possible to potential buyers.

Enabling this module will cause your web site visitors to make a single request to a random IP address, for every request that you serve with the script tag, in order to add noise to the logs being kept by ISPs.

Route Condition

Component type

module

Categories

Maintenance status

Development status

Downloads

1787

Component created

Component changed

This module provides a Drupal 8 (block visibility) condition plugin
based on route names. This is similar to the Drupal 8 core RequestPath ("Pages")
plugin, but allows you to match on route names (e.g. "user.entity.canonical")
instead of URL paths.