Drush Hosts

Component type

module

Categories

Maintenance status

Development status

Downloads

3610

Component created

Component changed

This Drush extension provides simple commands for managing entries in /etc/hosts. From the project's help text:

$ drush hosts --help
Manage entries in /etc/hosts. (Requires sudo password)

Options:
 --fqdn                          A comma-delimited list of domain names. [...]
 --ip                            The IP address of the server or site.
 --purge                         Remove all entries in /etc/hosts [...]
 --remove                        Remove an IP address or domain(s).


Aliases: hs

Ubercart Custom Stock Updater

Component type

module

Maintenance status

Development status

Component created

Component changed

Based on the "Bulk Stock Updater", it allows to update stock of products searched by sku (maybe in conjunction with a barcode pen scanner), with the support of a large base of nodes/products (1000+) using ajax calls. It's supposed to be in used in a real retail shop to keep stock values updated on the e-commerce site after a real sale. (it replaces Advanced Stock Updater http://drupal.org/project/uc_advanced_stock_updater)

Node body protection

Component type

module

Maintenance status

Development status

Downloads

724

Component created

Component changed

Loads the node body (and teaser!) via AJAX so that it isn't visible when the user does "view source." There is also an option you can turn on that will also attempting to disable copy & paste via Javascript - but it doesn't fully work in all browsers and versions.

Remember: There is no way to completely stop someone who knows their stuff from copying your content!

This module isn't useful in most cases, but can be helpful if you're trying to deter people from copying your content.

Stepwise

Component type

module

Maintenance status

Development status

Downloads

829

Component created

Component changed

What is Stepwise?

Most modules require a site builder to change settings on several pages. Stepwise strings all those forms together into a single multistep form. If you have a module with a setup that requires users to make changes on more than 2 forms, consider including a stepwise workflow into your module folder on Drupal.org.

Email Contact

Component type

module

Maintenance status

Development status

Downloads

7161

Component created

Component changed

This module provides display formatters for the email field to display email as a link to the contact form, or as an inline contact form.

Drupal 8
The Drupal 8 version has no dependencies.

Drupal 7
Depends on the Email module.

The contact form functionality was separated out from the Email module.