Styled Image

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a new kind of image field with additional image style information.

In some cases it's necessary to select the image style while creating content.
In the field widget settings you can select if you want to support image styles or responsive image styles.
The field formatter is simple fork of the core image formatter except that it handles both image styles and responsive image styles.

YoutubeAPI

Component type

module

Maintenance status

Development status

Downloads

505

Component created

Component changed

YouTube Data API V3 integration.

This module allow drupal developers to work with google YouTube API V3 easier. As this is an API module, it in itself doesn't do anything.

For Example, to search 'drupal' videos on youtube, You have just to call:

use DrupalyoutubeapiYoutubeAPISearch;

$api = new YoutubeSearch();
$api->addQuery(YoutubeSearch::q, 'drupal');
//Optionally.
$api->addQuerys([YoutubeSearch::part => 'snippet', YoutubeSearch::type => 'video']);
$result = $api->execute();;

Scald Linkit

Component type

module

Maintenance status

Development status

Component created

Component changed

Right now, when you use Linkit to create a link to an atom, that link points to the atom's detail page. This isn't ideal for the large majority of cases; when a site editor makes a link to something in their Scald media library, they'll reasonably expect that link to take users straight to the image/file/video/etc. This module provides Linkit configuration settings for Linkit to make that behavior possible.

Focal Point No Upscale

Component type

module

Maintenance status

Development status

Component created

Component changed

Focal Point No Upscale adds a new image effect to allow you to disable upscaling when scaling and cropping with Focal Point.

This is helpful when you want to use Focal Point to scale and crop larger images, but still be able to use images smaller than your desired max size.

File Image Formatter

Component type

module

Maintenance status

Development status

Downloads

319

Component created

Component changed

File Image Formatter provides an image formatter for file fields.

This is most useful for web sites migrated from Drupal 6 with the default "upload" field for nodes that were used as a free form file or image field.

Usage

  • Best used when you need to display an image formatter in a view where a node with a file field may have images referenced as file entities.
  • Not as useful when used as a default display for a file field as non-image fields will be hidden by this formatter.

PDFTemplate

Component type

module

Maintenance status

Development status

Downloads

344

Component created

Component changed

This modules offers an easy way to create PDFs from OpenDocument (.odt) templates. The magic: Each template can hold a variety of placeholders/variables that can easy be replaced via rules.

This module integrates the free pdftemplate.eu service. No registration required!

This module is developed and maintained by Kommune3

Slick Paragraphs

Component type

module

Maintenance status

Development status

Downloads

13747

Component created

Component changed

Provides integration between Slick and Paragraphs. Slick Paragraphs allows richer slideshow/carousel contents with a mix of text, image and video, and more complex slide components like nested sliders, or any relevant field type as slide components, and probably with a few extra fields before and or after the slideshow with the goodness of Paragraphs.