Flag Plus

Component type

module

Maintenance status

Development status

Downloads

322

Component created

Component changed

DISCLAIMER

2015-04-21 This module is under active development, and only commits that have undergone basic testing are pushed to Drupal.org, but I currently offer no assurance about the safety of this module when used together with Flag. At least some of the features of Flag Plus make changes to the flag applicability state in the Flag database tables. Use at your own risk.

That said, it's already very handy, and I use it on a number of my own sites daily without any real problems so far.

uri

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

I have a site where I collect and manage a lot of url's. This module creates an entity type URI and manages creation of url's. It spilts the domain-name of the url into a seperate db-table to save some storage. - Work in progress, it's NOT finished.

HERE Maps Formatter

Component type

module

Maintenance status

Development status

Component created

Component changed

Module for displaying Geofield info in HERE Maps format.

When creating new contents or editing existing ones, you could attach spatial information to them using Geofield (WKT, Latitude/Longitude, OpenLayers Map, etc), then you could convert the spatial information into HERE Maps objects when the pages are rendered/displayed.

Bulk Creator

Component type

module

Maintenance status

Development status

Downloads

853

Component created

Component changed

It happens to create complex content types with tens, sometimes hundreds fields. Or to edit such content types to add more fields.
Think e.g., what it takes to compile a balance sheet, i.e., a load of integer fields which names are handily retrievable by a CSV document.

In Drupal, fields must be added one by one with the usual delay of the physical db creation and the manual setting of each field.

CKEntity

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This was originally intended as a D7 port of the Entity Embed module for D8. However that project now has an official D7 port, so this is unrelated, and has been renamed to CKEntity.

NOTE: This means that existing installs will break. If you are already using this module, and you do not want to have to re-configure/export your buttons, you should keep your version static at commit 33e783299fddf9ca73dbf986fd210b6cc1d978b8

Share.js

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

This module is using Share.js library for sharing nodes on different social
networks.

Installation:

Download "Sharejs" library from https://github.com/vutran/share.js and place it
in sites/all/libraries/share.js

You should have share.js file in path sites/all/libraries/share.js/src/share.js

HTML import

Component type

module

Maintenance status

Development status

Downloads

2960

Component created

Component changed

Introduction

This module is to divide one single large HTML document into a structured Drupal book where the heading level hierarchy is respected. This module works with HTML exported from Word; HTML document converted from PDF as well as HTML document exported from Adobe InDesign. The purpose of this module is to make provide an alternative for legacy documents to meet meet WCAG accessibility requirements. By converting the documents into HTML, it also makes full-text search easier.

Portable Path Improved

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Portable Path improved is a fork of the Portable Path module, with a focus on improvements for:

  • Robustness
  • Localization
  • Portability between PHP versions

The current maintainer of Portable Path is currently unwilling to entertain any fixes or patches that do not immediately impact his own projects, which is why this project has been created.

From the original project description:

Mini Blocks

Component type

module

Maintenance status

Development status

Downloads

609

Component created

Component changed

The Mini Blocks module allows administrators to create simple key/value elements similar to typical Drupal Blocks, but with named keys rather than auto-increment integers. This allows admins/content editors to create editable pieces of content with "keys" that can be programmatically called based on their names.

This module allows programmers to call editable pieces of content that are not associated to a particular content type with keys that remain consistent from all environments whether they be in different sequences in local, dev, test, stage, prod etc.