Append File Info

Component type

module

Maintenance status

Development status

Downloads

2211

Component created

Component changed

Adds file info (file type icon, extension, size) to local managed file links.

This module offers a filter called "Append File Info Filter" which adds file info to any Media links (ie. media/3), File Entity links (ie. file/3) and Drupal core File links (ie. sites/default/files/example.pdf).

It also offers a theme override which adds this information to themed file links.

WYSIWYG CKEditor DragResize

Component type

module

Categories

Maintenance status

Development status

Downloads

5318

Component created

Component changed

WYSIWYG CKEditor DragResize plugin is a wrapper for the ck-dragresize CKEditor plugin. It implements draggable image resizing, currently just for Webkit-based browsers (Chrome/Safari/Opera).

This module is intended for site builders using the CKEditor in libraries with WYSIWYG module. For better WYSIWYG CKEditor Drupal integration, you may consider using the CKEditor for WYSIWYG Module which includes ck-dragresize.

Inline Image Styles

Component type

module

Maintenance status

Development status

Component created

Component changed

The goal for this project is adding the ability to apply image styles on inline images (a new feature added in Drupal 8) in a way similar to how image styles are applied on image fields.

For each text format you can enable and configure a new input filter that looks for inline images and applies the selected image style on them.

Optionally, you can link inline images to the original image file or to the image processed with some other image style.

Fast filters

Component type

module

Categories

Maintenance status

Development status

Downloads

295

Component created

Component changed

Synopsis

This API module contains list of functions you can use to add basic filters to the custom lists (based on custom page callbacks, not Views module). Module will take care of form data storage (SESSION) and give you easy-to-use method to read data from storage unit.

Usage

Module works almost the same as well known system_settings_form(). In your filter form, instead of returning $form array, try:

Language Domain Token

Component type

module

Maintenance status

Development status

Component created

Component changed

The language domain token creates additional site tokes for language domains.
One for the current language and one for every single defined language.

The current language domain: [site:language-domain]

The German language domain: [site:language-domain-de]

Of course language domains have to be set in admin/config/regional/language for this module to work.