Extended Label

Component type

module

Maintenance status

Development status

Downloads

87

Component created

Component changed

INTRODUCTION

The Extended Label module adds in the ability to create an alternative field label that is longer than the internal Drupal label and supports full markup.

Once enabled, an 'Extended Label' field will show up on the field config edit form underneath the normal label field. If this field is left blank, the usual label will be used.

REQUIREMENTS

No special requirements.

Form Display Actions

Component type

module

Maintenance status

Development status

Downloads

89

Component created

Component changed

INTRODUCTION

The Form Display Actions module adds in an operations column to the form display which allows you to directly act (e.g. edit, delete) on a field without having to go back to the Manage Fields page.

REQUIREMENTS

No special requirements.

INSTALLATION

Install as you would normally install a contributed Drupal module. See: https://www.drupal.org/documentation/install/modules-themes/modules-8

CKEditor Abbreviation

Component type

module

Categories

Maintenance status

Development status

Downloads

4644

Component created

Component changed

Adds a button to CKEditor for inserting and editing abbreviations. If an existing abbr tag is selected, the context menu also contains a link to edit the abbreviation.

Requirements

Drupal 7

CKEditor Module

Drupal 8

CKEditor Module - Core

Installation

  • Download the module into /modules/contrib
  • Enable the ckeditor_abbreviation module
  • Configure your WYSIWYG toolbar to include the abbreviation button.

Weekly Schedule

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project was originally created for a community radio station that needed to display a broadcast schedule. It stores data in nodes, having content types for Programs and Programmers. From this data it displays a weekly schedule as a table, and daily schedules as views. It has basic responsive capabilities, and was developed for the Bootstrap theme.

You may find it suits your needs for similar applications, or you may be able to use it for other purposes. I'd be curious as to what you come up with.

Objectify

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

An Object-Oriented API for Drupal 7

This project is a collection of components that I have written over the last year, while working on client projects with Drupal 7. The components have been separated out, allowing them to be used independent of one another. I have looked to move components more inline with the direction that Drupal 8 was moving in, however they are still largely a custom, and 'essentials' abstraction of Drupal 7 array configurations, based on the documentation.