Maintenance Countdown

Component type

module

Maintenance status

Development status

Downloads

8980

Component created

Component changed

Maintenance countdown module provides its own maintenance page with countdown timer, time for this timer can be set in the admin interface. Otherwise, if you don't set time, will be shown a normal Drupal maintenance page or from your theme.

Block Visibility

Component type

module

Maintenance status

Development status

Downloads

12720

Component created

Component changed

This module adds a visibility column to the block admin screen.

One of the difficulties with managing drupal sites is that over time the block admin page gets very cluttered. There are often dozens of blocks in a region, each with different visibility settings. This makes it very difficult to determine which blocks show up on which pages.

This module adds a column to the block admin page and lists the visibility settings. It works with all the core settings and can be extended by contrib modules.

Path extender

Component type

module

Maintenance status

Development status

Downloads

1160

Component created

Component changed

Simple module which allows look links to nodes, taxonomy terms, pages - with ".html" suffix.
Without using custom path or pathauto path to your node will look like /node/1234.html.
Path to taxonomy term - /tags/396.html instead of /taxonomy/term/12345

And thing, many people looking for: pages with page numbers - without ?page=123

They will look like /page/1234.html
For example instead of /node?page=2 you will see /node/page/2.html

For future I think how to make suffix customizable and make wiki-like work of drupal for some node types.

RE Context Libraries

Component type

module

Maintenance status

Development status

Downloads

1921

Component created

Component changed

Introduction

Developed by Raised Eyebrow Web Studio

In Drupal, modules are often used to provide access to javascript libraries, but it's often undesirable to include those libraries on every page. The theming system makes it possible to specify where and when a javascript library file is included, but this system is not always sufficiently flexible.

DNS Zone API

Component type

module

Maintenance status

Development status

Component created

Component changed

An API for maintaining DNS Zone Files as Drupal nodes with fields in D6 and entities and fields in D7.

Output for BIND format presently, but additional formats may be added (sub-modules welcome!)

Not appropriate for dynamically updated zones.

Sub-modules included

  • DNS Zone API UI - A User Interface for creating, editing, and maintaining Zone Files
  • BIND Output - A module to write the zone files out to BIND format files
  • EazyZone - Restricted user input for zone files

dnszonefile_api

uc restriction purchase by username

Component type

module

Maintenance status

Development status

Component created

Component changed

Users will only be able to buy a quantity of products ever.

This module just records when a users buys a product and the order is updated to "complete" or "payment made" to the users UID.

So in the edit product page you will have a new field caller "restrict product purchase for each user"

You can select a number of times a product can be sold, or set it to unlimited.

Placeholder HTML5

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module does what I thought the Placeholder module (http://drupal.org/project/placeholder) did. With FAPI, you can set '#placeholder' in form elements to have them appear as HTML placeholder attributes.

"Placeholder text is displayed inside the input field as long as the field is empty and not focused. As soon as you click on (or tab to) the input field, the placeholder text disappears." (http://diveintohtml5.org/forms.html)