Static HTML Viewer

Component type

module

Maintenance status

Development status

Component created

Component changed

The idea of the Static HTML Viewer module, is to bind a static HTML web site directly into Drupal.

This is not about importing a static HTML website into Drupal (this is already well documented). Instead, we are directly binding a website into Drupal.

This is very useful if you want to expose a set of HTML pages into your website without having to create a node for each page.

Simple Node Form

Component type

module

Maintenance status

Development status

Component created

Component changed

The idea behind this module is to create a clean version of the node form.
This is useful in the cases where we would like to use the node form
as a simple and clean form for user input showing only necessary fields
and no extraneous fields that only complicate the end user experience.

This module is compatible the CCK module. Thus, it provides
the same breadth of field types available to the CCK module.

All forms submitted via this module create a node of the same type as the
node form used to create the form.

Workbench Access

Component type

module

Maintenance status

Development status

Downloads

202397

Component created

Component changed

Workbench Access creates editorial access controls based on hierarchies. It is an extensible system that supports structures created by other Drupal modules.

When creating and editing content, users will be asked to place the content in an editorial section. Other users within that section or its parents will be able to edit the content. A user may be granted editorial rights to a section specific to his account or by his assigned role on the site.

The module supports Taxonomy and Menu modules for the management of access hierarchies.

Note that the module only controls access to content editing. It does not provide any content filtering of access restrictions for users trying to view that content.

Picasa upload buton

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds functionality to the picasa software. Allows you to upload images to drupal sites from the executable without having to go through the picasa web.
Also resampling the images before uploading.

Picasa interface is very simple and is used by user with little knowledge of retouching. This module allows you to add a button that uploads images directly to the site.

Whiteboard

Component type

module

Maintenance status

Development status

Downloads

3767

Component created

Component changed

Whiteboard module creates and saves whiteboard nodes and is powered by the jsDraw2D library. Users with appropriate permission may draw and erase marks though mouse clicks.

After installing, the easiest way to start saving whiteboard is by using the 'Full HTML' filter.

The module has been tested with favorable results on the following browsers:

  • Internet Explorer
  • Firefox
  • Chrome
  • Safari

The whiteboard module has the following features:

Overlay Paths

Component type

module

Maintenance status

Development status

Downloads

41783

Component created

Component changed

This is a simple module that enables site builders to use the built-in Overlay for non-admin pages.

This means that you can use the overlay for doing popups without adding yet more javascript libraries to your site.

This module provides a simple UI for defining paths to appear in the overlay, but developers can use it to define paths too, see the overlay_paths.api.php file in the module for details.

User-friendly Reference Autocompletes

Component type

module

Maintenance status

Development status

Component created

Component changed

This module utilises jQuery to transform autcomplete widgets in order to automatically pipe selected node reference values to a hidden field and strip the [nid:n] string from the display field.

The aim is to produce a more friendly reference autocompletes without hacking core.