Video comment

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows users to record a video with their webcam and post it to a Drupal website.

Videos are recorded using the JW player and must be pushed to a Flash video server.

Videos can be added in comments or nodes, using a CCK widget based on filefield.

This module is still in development.

Nodes In Block

Component type

module

Maintenance status

Development status

Downloads

35751

Component created

Component changed

Nodes in block makes it possible to add nodes into a block. A number of configurable blocks are generated which you can assign to a region. Visibility settings of this block are automatically set to 'Show on only the listed pages'. On the node content form, you define the weight and visibility per node thus making it easier for content administration as all your content is now in the same place. With this module, you don't have to explain your customers how blocks work but is still able to decide on which pages content must be rendered.

JS Alter

Component type

module

Categories

Maintenance status

Development status

Downloads

7874

Component created

Component changed

This module will not be ported to Drupal 7, because Drupal 7 core natively includes a hook_js_alter(). Note that the signature and when the hook is invoked is slightly different in Drupal 7 core than it is in this module.

Preprocess Order Corrector

Component type

module

Categories

Maintenance status

Development status

Downloads

1868

Component created

Component changed

Whether or not this module gets ported to Drupal 7 depends on whether a solution to #939462: Specific preprocess functions for theme hook suggestions are not invoked reintroduces a need for this module. At this time, there is no Drupal 7 ordering bug that requires this module.

Form Panel

Component type

module

Maintenance status

Development status

Downloads

10212

Component created

Component changed

This module provides two theme functions which, in turn, provide an easy way to put multiple input form elements on the same line. No longer do you have to create large, unwieldy templates to make your input forms prettier and more compact.

The module can generate either an HTML table or

tags. In both cases, it includes various CSS classes to help with styling.

It is important to note, however, that this module does nothing on its own. You must refer to one of the included themes from PHP code in order for there to be any effect.

Token Filter

Component type

module

Maintenance status

Development status

Downloads

291125

Component created

Component changed

Token Filter is a very simple module to make token values available as an input filter.

Drupal 7

The module now supports native tokens (e.g. [site:name]) and all global tokens by default. It even allows some contextual tokens like node or user to be replaced, but currently does not encourage users to use them in the filter help text.

YubiKey

Component type

module

Categories

Maintenance status

Development status

Downloads

5288

Component created

Component changed

YubiKey is a secure method for logging into many websites using a cryptographically secure usb token. It does not require special software, and since it does not generate the same OTP (One Time Password) more than once, nothing is shared among associated sites.

404 Blocks

Component type

module

Maintenance status

Development status

Downloads

39186

Component created

Component changed

On 404 Not Found error pages, Drupal will skip rendering of several pieces of your website for performance reasons. Some of these include:

  1. The "Left" and "Right" regions of your theme.
  2. The "Primary links" block and any other menu links block.*
  3. The Primary links and Secondary links of your theme.*

* Unless you have configured a "Default 404 (not found) page" on admin/settings/error-reporting.

But many websites find those items invaluable. Especially on 404 pages, when they want to show lost users how to get to real pages.

So this module simply revives those features on 404 pages. Simply install and enable the module. No configuration needed.