Node in CCK

Component type

module

Maintenance status

Development status

Downloads

2254

Component created

Component changed

A CCK field to embed the content of another node inside this CCK content type's edit form and output display. This simply take the output of another node and embed it there as static content for things such as lengthy explanation/legalese.

This is similar to the Markup module with these differences:

Hotel Booking System for Ubercart

Component type

module

Categories

Maintenance status

Development status

Downloads

20510

Component created

Component changed

About

The uc_hotel module is a hotel booking system for Drupal and Ubercart.

It does not manage individual rooms, but rather lets you create room types, and set how many of each type are available for specific dates on the calendar. Each room type can be assigned a different rate, or be based off a single master rate and have a modifier applied to adjust that rate by a certain amount.

You can vary the rate based on the number of adult and child occupants.

SASS / SCSS

Component type

module

Categories

Maintenance status

Development status

Downloads

11291

Component created

Component changed

This module provides developers with tools to deal with SASS/SCSS stylesheets. It uses phamlp as a base, but would be better if you used this updated version , PHP port of Haml and Sass, to compile SASS / SCSS files into CSS.

The process is entirely automated and does not require special access to the system, (i.e., can be used on minimal featured hosts).

Filefield Stats

Component type

module

Maintenance status

Development status

Downloads

8665

Component created

Component changed

FileField Stats is a small module which provides a new formatter that outputs a special link for tracking downloads.

Each download tracks the File ID, User ID, Node ID, Host IP & Referrer URI and a timestamp.

The formatter will produce a URL like this:

http://www.example.com/sites/example.com/files/filefield_stats/2/1/1/d4df983bbca181f8c9ef7683db1c3ab0

Domain Prefix

Component type

module

Maintenance status

Development status

Component created

Component changed

Part of the Domain Access suite.

Provides a user interface for enabling select database table prefixing for use with subdomains.

This is the Drupal 7 development branch. This module needs a co-maintainer to take it over, since I never use it.

There is now a shortcut piece of custom code you can use to mimic this module.

Ad-blockers detector

Component type

module

Maintenance status

Development status

Downloads

983

Component created

Component changed

Detects software/extensions that remove website's ads, and prevents visitors with such a softwares to continue using the site.
Visitors may think that this softwares are for their benefit, but in long term they're not. because website owners slowly stop providing free contents and services due to the fact that can't covert the costs

Status:

Both Drupal 5&6 releases are only for demonstration, do not use them on production site. Drupal5's version might be functional but i'm not going to release any new version for Drupal5.

Drush Multi (drush_multi)

Component type

module

Maintenance status

Development status

Component created

Component changed

I use the following symbolic links structure on our servers and wrote a bash script for handling Drupal updates years ago.

Within this structure and this drush command, it is now possible to do that via drush.

Here is the very specific structure this command deals with for multi-drupalupdate and multi-create:

drupal/
|-- 6.x -> drupal-6.14
|-- 6.x_backup
|-- 6.x_profiles
|-- 6.x_sites
|   |-- all   
|   |-- default
|   |-- example.com
|   |   |-- files
|   |   |-- modules
|   |   `-- themes
|   `-- sub.example.com 
|       |-- files
|       |-- modules
|       `-- themes 
`-- drupal-6.14
    |-- includes
    |-- misc
    |-- modules
    |-- profiles -> ../6.x_profiles
    |-- scripts
    `-- sites  -> ../6.x_sites

Commands

drush multi-drupalupdate
Updates the installation if there is a new minor release available and preserves all detected symlinks, like sites and profiles above
drush multi-create
Creates a Drupal multisite installation, supports usage of drush_make makefiles
drush multi-site
Creates a site within the installation
drush multi-status
An extended drush core status
drush multi-exec
Removed: Execute a drush command on all sites (batch mode)
@see #652778: Similar functionality is in drush core 3.x
drush multi-sql-dump
An extended sql dump
drush multi-nagios
Moved and will be removed soon: Command for use as nagios plugin to monitor Drupal sites and Drupal installations with exit status and status message.
You can find the isolatated nagios functionality at Drush Nagios (drush_nagios).