UC Wish List

Component type

module

Maintenance status

Development status

Downloads

12018

Component created

Component changed

This module allows your customers to create and manage simple wish lists of products in your Ubercart store. Other customers can search for a particular wish list and purchase items from the list on behalf of the wish list creator. It functions alongside of the normal shopping cart, presenting the customer with an "Add to wish list" button beside the normal "Add to cart" button on product pages.

Workflow post-install

Component type

module

Maintenance status

Development status

Downloads

4473

Component created

Component changed

This has been tested with Workflow 1.x releases only. 2.x is not tested nor supported at this time!

Workflow Post Install is a utility module containing functions you may want to execute on existing content after you have installed the Workflow module. This includes cleanup after deleting old workflows (if needed), and assignment of workflow states to existing content.

This module was developed in response to various forum discussions, for instance #183133: Set workflow state on existing nodes to <created> when defining new workflow..

CloudFront

Component type

module

Maintenance status

Development status

Downloads

5091

Component created

Component changed

CloudFront module integrates with imagecache to serve dynamic images from the Amazon CloudFront CDN. Dynamic images are placed in a queue and served immediately from the local filesystem. Once the queue is processed (via cron job) the images will automatically begin serving from CloudFront.

If you flush or modify a preset it will fall back to local hosting so that the changes are visible immediately. The new images will begin serving from CloudFront the next time the queue is processed.

This module requires no patches to either core or third party modules.

Table Quote - Shipping cost based on total ranges

Component type

module

Categories

Maintenance status

Development status

Downloads

4840

Component created

Component changed

This module is a 3rd party module for Übercart allowing to calculate shipping cost based on total order weight or total order price, and managing ranges.

You can define weight ranges: a lower weight, an upper weight and a cost.
An order which total weight is greater of equal than a range's lower weight and lower than the same range's upper weight will get the shipping cost corresponding to this range.

The outdated 6.x-2.0 version has many bugs that are being working on. Please use the dev version meanwhile.

Views Schema

Component type

module

Categories

Maintenance status

Development status

Downloads

5259

Component created

Component changed

This module generate table descriptions for Views based on actual database schema.

You can alter the auto-generated information by implementing hook_views_data_alter(). This is also the place where you can add join definitions, relationships and modify the handlers.

Every installed module with a database schema can be enabled or disabled for auto-generation.

File Aliases

Component type

module

Categories

Maintenance status

Development status

Downloads

21722

Component created

Component changed

The File Aliases module allows you to use token customizable aliases for your uploaded files, giving you the ability to keep your file system organized as per usual while providing clean looking paths (i.e., no more '/sites/default/files/').

Features:

  • Customizable File Alias field using Node tokens.
  • Support for:
  • Support for Private and Public file systems.
  • Support for Views output (Fields and Nodes).
  • Support for FileField Paths Retroactive and Active Updating.

Content Optimizer

Component type

module

Maintenance status

Development status

Downloads

92007

Component created

Component changed

The Content Optimizer module helps to increase your site’s search engine (e.g. Google) rankings by improving on-page optimization factors and insuring your content conforms to Drupal SEO best practices. It enables a quick SEO analyzer that provides instant analysis of any site content as a quick and easy guide to assure SEO best practices are consistently followed. The analysis displays vital content statistics and recommendations for improving search engine rankings.

Views Import

Component type

module

Maintenance status

Development status

Downloads

14095

Component created

Component changed

This module provides an easy way to import previously exported Views definitions.

INSTALLATION

  1. Create 'sites/all/imports/views' folder.
  2. Install the module.
  3. Export a View you wish to import with following drush command: drush vie view_name
  4. Or export all Views with: drush vie --all

Features

7.x-1.2 version supports Drush.