Have you ever felt annoyed for uploading only one file at a time to IMCE? This module gives you a new way to upload files using IMCE.
Basically, this module provides a simple API to allow other modules register to IMCE Upload form, so user can choose the needed uploader in IMCE Profile form. That means you can have lot of uploaders in the system and you can choose which profile uses which uploader.
Besides that, It also provides the Plupload uploader as a plugin (in this module) to allow uploading multiple files at a time. If you want to use it, just select "IMCE Uploader - Plupload" the module list and enable it.
Implementation
This module uses hook_form_FORM_ID_alter() to alter the IMCE Profile form
(imce_profile_form) to manage the uploaders.
Integration
Feel free to integrate your uploader using my API. There are only 2 functions
you should know
- hook_imce_uploader(): Register your uploaders.
- hook_imce_uploader_alter(): Change the list of registered uploaders.
You can see the file imce_uploader.api.php and my plugin for more information.
CleverReach offers you powerful email marketing software which enables you to create your professional emails online, send them safely, measure the success and manage your email contacts.
This module enables the power of CleverReach in Drupal. It uses the Cleverreach API.
- Import your Cleverreach-Groups & Attributes (Fields)
- Create blocks for each group. A block contains a form for newsletter subscription. Optionally attributes are included as a form field.
- Subscriptions automatically are sent to your CleverReach-Account.
Roadmap:
Version 2.x
- Display mailing-reports via Google Chart API (Clicks, Bounces etc)
- Display user history and stats via Google Chart API
- Connect Drupal users with CR users (if email-addresses match)
- Display email subscription form at user registration
Version 3.x
- "Sync" Drupal entities (aka nodes) as mailings with cleverreach GUI