dayton1987 / uploadcare-drupal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drupal Module for Uploadcare

This is a plugin for Drupal to work with Uploadcare

It's based on a uploadcare-php library.

Requirements

  • Drupal 7.x+
  • PHP 5.3+
  • php-curl

Install

From github

Clone module from git to your plugins directory:

git clone git://github.com/uploadcare/uploadcare-drupal.git sites/default/modules/uploadcare --recursive

Drupal git

git clone http://git.drupal.org/sandbox/grayhound/1905848.git sites/default/modules/uploadcare --recursive
git clone git://github.com/uploadcare/uploadcare-php.git sites/default/modules/uploadcare/uploadcare-php --recursive

Using zip-package

Download the release from Downloads section and unzip it under "modules" directory.

Activate plugin at "Modules" section.

Follow "Configure" link for the Uploadcare module and provide public and secret keys.

Usage

Create or edit a new Content Type inside your Drupal.

Select "Manage fields".

Add new field and set "Field Type" equal to Uploadcare widget and "Widget Type" field set to "Uploadcare".

Save new field and you will be redirected to Uploadcare field settings.

You can choose will be this an image or not and select all the CDN operations for the image.

Just upload an image with new field and it will be displayed for the new content.

More information on file operations can be found here

Downloads

1.0.3 (Download)

  • Bugfixes

1.0.2 (Download)

  • Bugfixes

1.0.1 (Download)

  • Bugfixes

About

License:MIT License


Languages

Language:PHP 100.0%