SimpleAds JSON

Component type

module

Maintenance status

Development status

Downloads

192

Component created

Component changed

Exposes Simple Ads data to be consumed outside Drupal.

Requirements:

  1. Simple Ads

For further instructions check README.txt

Probable uses:

  1. Checking Ad status
  2. @todo Checking Impressions
  3. @todo Checking Statistics

@todo A key to make sure outside users don't have access to the page.

Field Display Filter

Component type

module

Maintenance status

Development status

Downloads

699

Component created

Component changed

Notice

This module replaces File Filter by allowing content authors to add to their formatted text areas placeholders to display values of fields attached to the current entity.

While File Filter worked only for file fields attached to nodes, Field Filter works for any field (whether custom or module-provided) attached to any entity. It also provides a basic API for other modules to extend its functionality. Support for the Image module, migrated from File Filter, is included.

Content Browser

Component type

module

Maintenance status

Development status

Downloads

12511

Component created

Component changed

Summary

This module provides a default Entity Browser that lets you browse and select your Content from a feature-rich View that displays rows in a grid using a new View Mode. This allows for content editors to visually select what Content they want to reference while maintaining a consistent style throughout the selection process.

Currently only Nodes are supported - but support for all default Content Entities (Content Blocks, Taxonomy Terms, Users) is planned.

Riddle Marketplace (deprecated)

Component type

module

Maintenance status

Development status

Component created

Component changed

A blogger's new best friend, Riddle makes it easy to quickly create beautiful and highly shareable quizzes, tests, lists, polls, and more. With just a few clicks, rapidly embed any Riddle on your Drupal site - with no coding required

= Features =

Feet Inches Formatter

Component type

module

Maintenance status

Development status

Downloads

356

Component created

Component changed

A display formatter for number (Integer, Decimal, Float) fields to output as feet + inches. Values are assumed to be in inches.

  • Single values are supported, say for length.
  • Multiple values are supported, such as height x width, or h x w x d.

Does not currently work with Measured Value fields.

GridStack

Component type

module

Maintenance status

Development status

Downloads

2781

Component created

Component changed

GridStack provides integration with gridstack.js as a dynamic layout builder for both magazine layout, and static float grid layout like Bootstrap, or Foundation, with drag-and-drop. GridStack magazine layouts are exposed to field formatters and Views style plugin. Its static layouts to core Field layout, DS, Panelizer, Widget, etc.

Structured Data Markup (sdm)

Component type

module

Maintenance status

Development status

Downloads

1632

Component created

Component changed

Structured Data Markup (sdm)
========

Provides an entity for adding Structured Data Markup (SDM) JSON/LD script objects to your site. You can create fieldable sdm object types to add whatever custom JSON/LD objects you like, and use context module to determine what sdm objects are rendered (in the page ) and when.

A feature module is provided as both an example and an implementation of the popular google social profiles via JSON/LD.

Alternative Modules
=========

Draggable

Component type

module

Maintenance status

Development status

Downloads

235

Component created

Component changed

Draggable

This module provides draggable block functionality for any element on your website. The browsers local storage is used to store any changed element position.

Why use it

Use cases:
- Custom user dashboard.
- Favorites listing.
- Todo listing.
- ..

How do I start

Define your region containing the wanted draggable elements by their CSS class or id. And set the correct permission `use draggable` for every role. That's it, drag-around.