Holding page

Component type

module

Categories

Maintenance status

Development status

Downloads

5003

Component created

Component changed

Show a holding page or site to non-logged in users while you develop your site.

Can also be used with different domains, eg send 'www.example.com' to the holding site while you access your site normally at an IP or a different domain.

If the site you are working on is part of a multisite, give it more than one domain, make them point to the same site by putting a symbolic link in the /sites folder, and access the site at one domain while sending the other to holding.

Private Download

Component type

module

Categories

Maintenance status

Development status

Downloads

29633

Component created

Component changed

Private Download provides download access control for files in the private file system.

Private files are managed by the Drupal core private file system. Site file system paths are defined on the File system page (Administer > Configuration > Media: File system). See https://www.drupal.org/documentation/modules/file for guidance in setting up a private file system.

Heading Normalizer

Component type

module

Maintenance status

Development status

Downloads

1191

Component created

Component changed

Headings (h1..h6) are the key elements to create structural content. This project normalizes heading usage to a common denominator. All pages start at the same heading level in output. You can configure the start level of headings. Furthermore, there's an option to start at a different heading for views.

So what real problem is this solution for?

If you use a wysiwyg editor you might have already heard of the question of wisdom: "which is the first heading to use? h2? h3?".

Adjusti-Search

Component type

module

Categories

Maintenance status

Development status

Downloads

10266

Component created

Component changed

The Adjusti-Search module provides a simple and clean block for Drupal that allows integration of all searches (those provided by Drupal, other modules, and external to Drupal itself) that take their querystring from the URL into one search block. This is a useful module if you are running multiple searches on your site or wish to integrate external searches into the search mechanisms of your site.

This module does not provide any new search functions itself. Rather, it creates a simple interface that all searches can be reached through.

Variable Dump

Component type

module

Maintenance status

Development status

Downloads

2523

Component created

Component changed

This module makes it easy to dump variables from a working site to add them to install profiles or .install files. Search for variables by pattern, like the module name, and get an export you can copy and paste elsewhere. The module also includes an import tab where you can paste the export to easily set the variables on a new site to match a dump from another site.

You can export the variables as variable_set() commands, as arrays, as functions, or in the Patterns XML format.

This module has been sponsored by Buzzr.

Shopatron

Component type

module

Maintenance status

Development status

Downloads

1438

Component created

Component changed

Shopatron offers hosted e-commerce services for manufacturers desiring to sell their products straight to their customers without cutting out their existing distribution/retail network. This module currently integrates Shopatron's XML Online Order Processing Tool (XOOPT) which enables the following workflow:

  1. Customers browse your product catalog on your site and add products to a shopping cart.
  2. When they're ready to checkout, you submit their product information to Shopatron.
  3. Upon validation you receive an order ID you use to redirect customers to Shopatron to checkout.
  4. Checkout and payment are handled at Shopatron, and your retailers can view the incoming orders for fulfillment.

If there is an error in the request, the customer is redirected to a simple form they use to provide their contact information. The customer's contact information and product details are e-mailed to Shopatron (and optionally a store administrator e-mail) for follow-up and manual conversion. Basically, Shopatron will do whatever it takes to assist you in converting the sale.

Accepted Limits

Component type

module

Maintenance status

Development status

Downloads

3516

Component created

Component changed

This module will allow you to set accepted limits for CCK number fields with custom validation messages.

An accepted limit is a range of numbers that is accepted for a particular value, but it's not a hard constraint. Say, for example, that a node has an Age field. The accepted age for creating the node could be between 13 and 25. If the user creates a node with an age of 12, the node will still be created, but a warning will be display notifying the user that 12 is not a generally accepted value.