Panel pane redirect
Component type
Categories
Maintenance status
Development status
Component created
Component changed
When using Panels with node content. This module will redirect users to correct panel page when searching for minimal content.
When using Panels with node content. This module will redirect users to correct panel page when searching for minimal content.
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.
Bootstrap Grids
This module create simple book outline.
Install
sites/all/modules[your page]/admin/modules)Dependency
Only Drupal 7 Book module.
Use
Navigate to [your page]/book-outline.
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.
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.
This module add a new entity operation which allows to clone many of the entities (config & content) provided by the Drupal core.
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.
Replaces entity legacy fields with regular HTML-capable fields.
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.
Title Textarea requires core version at least 7.15.
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 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.