Control a OpenX (formerly OpenAds) server from a Drupal site.
For displaying the ads, use the OpenX module.
Requires OpenX 2.6 or higher. Note that the OpenX API itself is still in the early stages of development and not all options are available.
Features
Advertisers, Campaigns, Banners, Managers, Publisher, User and Zone
Granular permissions for Create/Edit/Delete/View
Link Zones to Campaigns or individual Banners
Import data from existing OpenX server
Drupal users as OpenX advertisers, managers and publishers
Views integration
Lightweight: only load code when needed
XHTML, PHP, Drupal and JavaScript code standards compliant
The File (Field) Paths module extends the default functionality of Drupal's core File module, Image module and many other File upload modules, by adding the ability to use entity based tokens in destination paths and file names.
In simple terms, File (Field) Paths allows you to automatically sort and rename your uploaded files using token based replacement patterns to maintain a nice clean filesystem.
Features:
Configurable file paths now use entity tokens in addition to user tokens.
Configurable file names.
Support for file based fields, including but not limited to:
Drupal core File module
Drupal core Image module
Video module.
File path and filename cleanup options:
Remove slashes from tokens.
Filter out words and punctuation by taking advantage of the Pathauto module.
Convert unicode characters into US-ASCII with the Transliteration module.
[D7] Automatically updates unprocessed file paths in any Text fields on the entity.
The DataSync module was written to schedule and execute jobs and import data in a much more scalable and reliable way than with cron.php and hook_cron. It allows you to schedule and run module-definable types of jobs on multiple servers in a centralized way. It uses database transactions in order to ensure that no data is corrupted while running multiple jobs at the same time. DataSync keeps track of the status of jobs and what phase they are in, so that if a job fails it can intelligently decide how to proceed. Almost all of DataSync's default behavior is overridable when you create your own job types.
DataSync has run over 180,000 jobs on our production servers already.
Warning: A bug introduced in CTools 1.2 causes the DataSync scheduler ajax forms to break. Either update your CTools to the 6.x-1.3 release or apply this patch.
Some of what DataSync for Drupal 6 does:
Runs scheduled jobs at any interval or as fast as possible
Provides an interface for you to schedule and timeout jobs on certain intervals
Provides an API for you to define those jobs
Handles job errors and timeouts gracefully
Allows you to run many jobs in parallel using database transactions
Image FUpload (Multiupload) which is an addition to image and CCK's imagefield module, gives the ability to every user who is allowed to upload images by using image module or imagefield module, to upload multiple images with one simple click. All selected images are uploaded via a flash module (swfupload) and are automatically processed.
So, there’s no need any more to upload image by image.
Features
Upload multiple images with one click
Fully integrates in image and imagefield module (thumbs creation [also using imagecache module] / file size limit) + using Drupals AJAX
Every user can upload images depending on permission (Not only restricted to administrator)
Preview list of all uploaded images in which title, body, taxonomy and imagefield specific fields can be edited all at once (customisable [decide which fields should be provided] / themeable / preview image handling customisable / additional permission restrictions)
Taxonomy and all other modules (for example CCK fields like node reference) are supported
Automatic node title creation and predefining of imagefield fields (customisable / themeable / editable by user / token support [imagefield])