Square Crop Effect

Component type

module

Maintenance status

Development status

Downloads

1358

Component created

Component changed

Image Effect for Image Styles.

This module fills a need for square crop effect that doesn't require any height or width to be specified. It examines the dimensions and produces the larges square possible (cropped on a top-center anchoring).

It also works great as a fallback filter to ensure squares for styles that also rely on modules like manualcrop or smartcrop.

URL filter reloaded

Component type

module

Maintenance status

Development status

Component created

Component changed

The drupal core filter "Convert URLs into links" (filter_url) is converting strings with "@" into email addresses even if there is no domain suffix present. (eg: working@home). While those strings contain valid domain name (home is a fully valid domain name by standard) with the current usage of "@" character this might not be the desired effect. (this is the topic of the ticket 2016739 )

CKEditor Body Class

Component type

module

Maintenance status

Development status

Component created

Component changed

What?

Adds the field's body classes to every CKEDITOR instance. Automatically adds these:

  • type-ENTITY_TYPE (eg. type-node)
  • bundle-BUNDLE (eg. bundle-page)
  • field-FIELD_NAME (eg. field-body)

and you can add more in the field instance config.

Shortcode Skype

Component type

module

Maintenance status

Development status

Downloads

691

Component created

Component changed

This Shortcode macro provides Skype button.

What is a Skype button?

Add a Skype button to your websites and let people get in touch with just the click of a button. Whether they're on a computer or mobile, they will get through with a voice call or an instant message.

Requirements

* Shortcode contrib project
* configure your input format to allow enter shortcode_skype macro

remotecode

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

RemoteCode is a Drupal module providing a content filter to allow embedding the content of a file hosted on a remote site, like GitHub, BitBucket or other similar sites.

The idea is to ease the inclusion of the source code of such files without "copy and paste" operations, which are prone to mistakes or are inconvenient. The goal is that the embedded source code is always precise because it is referencing a specific revision, or is always up to date because it is referencing the HEAD revision.

SimpleUploads CKEditor plugin

Component type

module

Categories

Maintenance status

Development status

Downloads

1550

Component created

Component changed

This module provides basic support for the SimpleUploads CKEditor plugin:
http://alfonsoml.blogspot.com/p/simpleuploads-plugin-for-ckeditor.html
The SimpleUploads plugin provides drag and drop uploading and
inline placement of those images in CKEditor.

This module also supports free version of simpleuploads, imagepaste that only works on Firefox web browser.