CTools Custom Link

Component type

module

Maintenance status

Development status

Downloads

1923

Component created

Component changed

CTools Custom Link allows you to add custom links inside panels, leading to any user-defined page. It is implemented as a CTools Content Plugin, and thus can be reused anywhere in the code as well.

The link fields that can be defined are:
- URL
- Text
- CSS classes
- HTML Attributes

The first three fields also support token replacement and context keyword substitutions.

This module depends on the CTools module.

UUID Relation

Component type

module

Maintenance status

Development status

Component created

Component changed

The UUID Relation module enables you to featurize relations through the use of UUID's. Currently this module only provides support for relations with taxonomy term endpoints. Support for other endpoint entities is work in progress. This module could have become a part of UUID features, but because of the additional difficulties that come with the relations endpoints I thought it would be best to provide a standalone module until a stable version is released.

Ipsum

Component type

module

Maintenance status

Development status

Downloads

1084

Component created

Component changed

Ipsum is a helper module for generating dummy filler text.

At the moment it defines a new ipsum provider plugin manager service that allows for pluggable ipsum provider classes, making it really easy to alter the existing implementations and also add new ones.

Headroom.js

Component type

module

Maintenance status

Development status

Downloads

1435

Component created

Component changed

What's it all about?

Headroom.js is a lightweight, high-performance JS widget that allows you to react to the user's scroll.

Why use it?

Fixed headers are a popular approach for keeping the primary navigation in close proximity to the user. This can reduce the effort required for a user to quickly navigate a site, but they are not without problems.

jserror

Component type

module

Maintenance status

Development status

Downloads

772

Component created

Component changed

JSerror module provides easy way for logging an tracking JavaScript errors.

Tracking JavaScript errors can be painful. JS code that works on your browser might not necessarily work on every users browsers. This module records error as an when the appear on any browser and sends the data back to the server.

JSerror sends a small JavaScript snippet to the browser before any other JavaScript file, which collects all the errors and sends the data back to the server, where the errors are logged in the database.

Realms

Component type

module

Maintenance status

Development status

Downloads

389

Component created

Component changed

Realms provides an entity-based alternative to Taxonomies for grouping content.

It is based on the premise that Taxonomies are a content property, and shouldn't be used for non-Content groupings.

Simple Map Link

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module gives you ability convert address in a text field into a link that will launch various map applications. On a desktop browser, when the link is clicked, it will launch Google Map. On a mobile browser, it will either launch native Apple Map or Google Map depending on your configuration.

SMS Framework in D8

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

SMS Framework port to Drupal 8 (Issue #2093615)

This is my effort at porting SMS Framework module to Drupal 8. That module is not getting much love from the maintainers while maintainership has been changed twice. I have raised an issued to this effect in #2093615: Port SMS Framework to D8 and the patch did not get much attention from the maintainers either.

Ajax Command Invoke Chain

Component type

module

Categories

Maintenance status

Development status

Downloads

550

Component created

Component changed

Synopsis


ajax command invoke chain functionality

Ajax command invoke, that chains calls.

Adds the new command ajax_command_invoke_chain(), that works pretty much like
ajax_command_invoke(), but with the chance to chain jQuery method calls.