Allow site iframing

Component type

module

Categories

Maintenance status

Development status

Downloads

687

Component created

Component changed

Summary

Drupal 8 has a feature built into core that stops the site from being rendered within an iframe, there are good reasons for this - https://www.drupal.org/node/2514136
But sometimes you want your site in an iframe, so that's what this module does.

The code is very short, but it will be of use to site builders that want their site 'iframed' but don't want to work out how to create a module and test it.

PhantomJS Capture Link

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Generates thumbnails from the URLs in 'link' fields, and saves them in 'image' fields

Needs a proper, useful, name. Working title "phantomjs_capture_link" is meaningless to searchers.


This module allows you to connect a *link* field with an *image* field
and have the image field automatically populated with a screenshot
of the targeted URL.

sms_framework

Component type

module

Maintenance status

Development status

Downloads

256

Component created

Component changed

Another SMS framework.
based on ctools, entity, views, so it's very scalable.

另一个短信framework,适合国人。
基于ctools,entity, views等模块,非常灵活方便,易于扩展。

使用文档,使用markdown格式查看更佳:
http://cgit.drupalcode.org/sms_framework/plain/README.md?h=7.x-1.x

jwerty

Component type

module

Maintenance status

Development status

Downloads

245

Component created

Component changed

This module let's drupal know about the jwerty library which can easily be used to add keyboard command support in javascript without needing to know key codes.

Language from the JWERTY project page at http://keithamus.github.io/jwerty/

jwerty is a JS lib which allows you to bind, fire and assert key combination strings against elements and events. It normalises the poor std api into something easy to use and clear.

Ubercart External Download

Component type

module

Categories

Maintenance status

Development status

Downloads

73

Component created

Component changed

Adds external downloads as a product feature so an external url can be downloaded after purchasing. This module is a direct copy of the uc_file module modified to allow external file downloads.

The uc_file module allows you to set a file to be downloaded. But what if you use a third party to serve files? This module allows you to add a URL rather than a file for the user to download. The URL is never shown to the user and is served just like normal files. Instead of download/123 an external file uses download_url/123.

Field clone

Component type

module

Categories

Maintenance status

Development status

Downloads

628

Component created

Component changed

This module adds an option to clone fields to entity create/edit pages via get parameters.
After installation you can use links like this (should be self-explanatory):
node/add/page?fieldclone=node:17:field_common|node:23:field_source:field_target

Paragraphs Tools

Component type

module

Categories

Maintenance status

Development status

Downloads

939

Component created

Component changed

This module contains a collection of useful toolsfor the Paragraphs module.
Currently it contains these modules:

Paragraphs Auto Add

This module adds an option to append empty paragraph items of any type to entity add/edit forms via get parameters.
After installation you can use links like this:
node/add/foo?paragraphs-tools-autoadd=node:field_par1:text|node:field_par1:image|node:field_par2:link

S3 Zip Image Upload

Component type

module

Categories

Maintenance status

Development status

Downloads

267

Component created

Component changed

S3 Image Upload module allows to upload a zip file of images on Amazon S3. These zip files get extracted to a specified folder on S3.
The zip folder will contains images directly.
zip folder creation :
Select all images->right clicked->compressed zip folder.

Dependencies :
S3 Image Upload module depends on the S3 File System.