Skillset Inview

Component type

module

Maintenance status

Development status

Downloads

840

Component created

Component changed

Provides a block of your key skills with an animated bar graph. animation is triggered when block is 'Inview' of user, resets when out of view.

  • /admin/content/skillset-inview to add content. Contextual link back to edit page does exist.
  • complete Tabs for review/weighting (drag table), addition, delete
  • /admin/structure/block to place the skillset inview block
  • with HELP module enabled goto /admin/help/skillset_inview

Bootstrap Grids

Book outline

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module create simple book outline.

Install

  1. Copy module into sites/all/modules
  2. Navigate to site adminstration Administration > Modules ([your page]/admin/modules)
  3. Turn on module

Dependency
Only Drupal 7 Book module.

Use
Navigate to [your page]/book-outline.

S3 File Sync

Component type

module

Maintenance status

Development status

Downloads

1436

Component created

Component changed

Module Description

The S3 file sync module uploads any file or image to Amazon Web Services (AWS) Simple Storage Solution (S3). The module can be used to facilitate a Digital Asset Management solution (DAM) with AWS S3 as the storage backend.

Term condition

Component type

module

Maintenance status

Development status

Downloads

6134

Component created

Component changed

This module provides a simple Condition plugin which checks to see if the current node has a specific taxonomy term. Not particularly useful on its own, but works wonders in combination with Block Visibility Groups if you're looking to display different blocks based on a node's taxonomy categorization.

Entity Clone

Component type

module

Categories

Maintenance status

Development status

Downloads

7131

Component created

Component changed

What is this module?

This module add a new entity operation which allows to clone many of the entities (config & content) provided by the Drupal core.

Compatibility

At this time, Node, File, Comment, Custom block, Block, Block content type, Comment type, Contact form, Filter format, Image style, Menu, Responsive image style, User role, View (and more...) entities have the clone operation.

Title Textarea

Component type

module

Maintenance status

Development status

Downloads

656

Component created

Component changed

Replaces entity legacy fields with regular HTML-capable fields.

Warning

This project is heavily inspired by the Title module. It is very similar code, and both modules will not work together. Since this module also replaces the titles with a Drupal field, these titles will also be translatable.

Dependencies

Title Textarea requires core version at least 7.15.

Entity Reference Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

384

Component created

Component changed

When referencing entities which may not have view-modes of their own, we need to write custom formatters which in turn actually makes use of the existing formatters and uses them on the loaded entities. For Eg : File Entity Reference Image Formatter creates a new formatter which loads the referenced file entity and then uses the existing Image Formatters(or similar logic) on it.

Unicode

Component type

module

Categories

Maintenance status

Development status

Downloads

1022

Component created

Component changed

Unicode module converts unicode characters to html entities so that drupal may
store them correctly in mysql.

This module only does this conversion prior to saving entities by looping over the defined properties of the entity and only converts properties of type text & formatted text.

Other modules may extend this module with hook_unicode_allowed_properties_alter(&$allowed_properties) to support additional properties and define a custom callback for conversion.