UC Purchase Order

Component type

module

Categories

Maintenance status

Development status

Downloads

7695

Component created

Component changed

The purchase order module adds an extra payment method for Ubercart that allows customers on your site to check out using a PO number. You can restrict access to which users are allowed to checkout by purchase order with an access control permission called pay by purchase order. PO numbers are viewable at checkout and on all the order screens, and they are editable by administrators from the order edit screen.

Bookings API

Component type

module

Maintenance status

Development status

Downloads

12394

Component created

Component changed

This is an API that takes care of general booking functionality, with arbitrary time granularity. Bookable resources can have default availability times set, and bookings with time conflicts are not permitted. Users with correct permissions may add repeating bookings or special availability times.
Depends on Date API (and its submodule "Date Repeat API"). This module provides an API, install it only if another module tells you so. Date API itself uses some features from PHP 5.2 - so you might have problems with earlier versions of PHP.

Plugin Manager

Component type

module

Maintenance status

Development status

Downloads

40049

Component created

Component changed

Purpose:

The plugin manager is designed to provide an in browser interface to administrators to install modules and themes. It automates the process of downloading a project release, extracting files from it and installing them in their appropriate locations.

6.x-1.x

6.x-1.x is the currently supported version. In order to catch back up, the order that I'll be targeting issues is bug, refactor, feature request, task.

IMCE Crop

Component type

module

Maintenance status

Development status

Downloads

221065

Component created

Component changed

Adds image cropping functionality to IMCE through its UI.

CONFIGURING AND USING
---------------------
1. Go to admin/settings/imce Assuming you have already created a IMCE profile. Under section 'Configuration profiles' click on approprate 'Edit' link.

2. On the next page find section 'Directories'. Set appropriate permission using the check box 'Crop'.

3. Click on 'Save configuration' button.

4. To test use IMCE. A new 'Crop' tab button will be display. Follow instructions on screen.

IMCE Mkdir

Component type

module

Maintenance status

Development status

Downloads

398206

Component created

Component changed

IMCE Mkdir allows users to create and delete sub-directories under directories assigned by IMCE.

CONFIGURING AND USING
---------------------
1. Go to admin/settings/imce Assuming you have already created a IMCE profile. Under section 'Configuration profiles' click on approprate 'Edit' link.

2. On the next page find section 'Directories'. Set appropriate permission using the check boxes 'Add subdirectories' and 'Remove subdirectories'.

3. Click on 'Save configuration' button.

Node export

Component type

module

Maintenance status

Development status

Downloads

613161

Component created

Component changed

This module allows users to export nodes and then import it into another Drupal installation, or on the same site.

Using this module you can save yourself a lot of time setting up new websites that have similar nodes to websites you've already made, migrating nodes to new Drupal versions, or between development/staging/production sites.

You will need the same content types for the imports to work (unless using Feeds to import), and ideally relevant compatibility with fields, and modules.

Auto Tagging

Component type

module

Maintenance status

Development status

Downloads

12675

Component created

Component changed

This project allows for flexible auto tagging of your content types via a pluggable interface that makes use of 3rd party services to provide the tag context.

As a point of disambiguation, this module differentiates itself from the AutoTag module in that it doesn't rely on pre-defined vocabularies. Instead, this module sends node content through any number of third party services to determine what the content is about.

Imagefield Import

Component type

module

Development status

Downloads

24369

Component created

Component changed

Imagefield Import allows users with the proper permissions to import a large number of images into a CCK content type which contains a filefield or an imagefield.

The module can grab titles and descriptions using EXIF or IPTC.

It is possible to set taxonomy term associations and CCK field values during the import.

In spite of the name, this module also supports normal file fields. You can use this to create a bunch of nodes with attached files.