UC Multiprice

Component type

module

Categories

Maintenance status

Development status

Downloads

5760

Component created

Component changed

This module allows you to set a different product pricing for each enabled country in Ubercart.
It also got support for roles, currencies and i18n

The module provides a "masquerade" block where the user can select a country/region. This selection is then used to set the correct pricing.
A API is also provided for setting the country.

Flag Abuse

Component type

module

Maintenance status

Development status

Downloads

41981

Component created

Component changed

The 6.x version of this module provides default abuse flags for nodes, comments and users and gives an administrative interface for reviewing and resetting said flags.

In the 7.x version of this module users can select any type of flag as an abuse flag, in addition it now uses whitelist flags for resetting abuse flags.

SEO Compliance Checker

Component type

module

Maintenance status

Development status

Downloads

173026

Component created

Component changed

The SEO Compliance Checker checks node content on search engine optimization upon its creation or modification. Whenever a publisher saves or previews a node, the module performs a set of checks and gives the user a feedback on the compliance of the rules. This module is supported by the UFirst Group.

Greek Stemmer

Component type

module

Categories

Maintenance status

Development status

Downloads

5123

Component created

Component changed

The problem

Drupal's core search module requires an absolute match between the query word and a word e.g. in a node
in order to return the node as a result to the user. In the Greek language words tend to have many forms that
depend on many factors (e.g. grammatical), a fact that almost completely ruins the core search of Drupal.

The proposed solution

Stemming is performed to all words in the search query and to all words in all searchable content types (e.g. nodes etc..)

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..

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.

Apache Solr Views

Component type

module

Categories

Maintenance status

Development status

Downloads

47495

Component created

Component changed

Before you read further

If you are starting a new project, please read the "alternatives" section.

Introduction

This module provides a Views integration to the Apache Solr Search Integration project. It provides the views plugins and handlers needed to be able to create a view that fetches its results from Apachesolr index, without hitting the database.