Webcam Capture

Component type

module

Categories

Maintenance status

Development status

Downloads

16

Component created

Component changed

This module is used to manage your system web camera. Once you enabled this module, the particular webcam page display a video. This video is capturing from your system webcam and you can able to manage your webcam settings and take a photo from the webcam without any kind of software support in online web.

Simple Ready Workflow

Component type

module

Maintenance status

Development status

Downloads

733

Component created

Component changed

This module adds a new "ready" publishing option on node bundles and fine-grained permissions on publishing options.
It gives you a simple worflow:

  • Ready not checked (draft)
  • Ready checked (ready to be published)
  • Published checked (and surely ready!)

If you need a more suitable and customised workflow, you better look at Worflow module: http://drupal.org/project/workflow

wysiwyg_maxlength

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adding a maxlength plugin to wysiwyg editors.

Developed by haggins, uploaded to d.o as tar-ball, now a sandbox becuause of need to change som of the code.

Directory stream wrapper

Component type

module

Maintenance status

Development status

Downloads

325

Component created

Component changed

Provides a stream wrapper and media browser plugin to allow the selection of files from an arbitrary local directory defined in settings.php. For the moment at least, the directory needs to reside within the docroot of the Drupal install.

This could be useful in the following cases:

1. You have a set of 'legacy' files that you want to leave in a separate directory permanently, but also be able to reference from Drupal.

2. You have very large media files that you want to host locally but which can't be uploaded.

Commerce Order Weight Token

Component type

module

Maintenance status

Development status

Downloads

1171

Component created

Component changed

Adds the total physical weight of a commerce order as a token to the commerce-order token type.

I needed to be able to put a order's weight in the customer's email message and noticed there wasn't an easy way to do this so. I figured others could benefit from this simple set of functionality and figured I'd extract it into standalone module.

This is a very simple module that alters the commerce-order token type to include our custom order-weight token.