Wysiwyg Fields

Component type

module

Maintenance status

Development status

Downloads

16009

Component created

Component changed

Wysiwyg Fields is an Inline field management system, a module that bridges the gap between Drupal fields and CKEditor, giving the power of Drupal's field system via the simple usability of a CKEditor dialog.

What that means is that Wysiwyg Fields allows for any Drupal field to be embedded directly into CKEditor and behave as a native CKEditor plugin, removing unnecessary clutter from your Drupal entity forms.

 

Field Content Types

Component type

module

Categories

Component created

Component changed

Simple content-types field

Formatter Bonus

Component type

module

Categories

Component created

Component changed

Provide some additional formatters helpful for site builders

* Image Alt Text
* Image Title Text

Vote

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

Vote defines a new entity type (vote). Votes can be cast on ANY entity type that "your drupal" knows (even on "vote" itself).

Vote provides "functions" and "voting types":

A function basically provides a handler which defines how and where a function stores its result values. Each function can have its own db table to store the results in order to allow more complex functions to break the INTEGER barrier which the default result table uses for its results.

D&D Character

Component type

module

Maintenance status

Development status

Downloads

2568

Component created

Component changed

Project update

I have been involved in D&D Next playtesting, and have decided to begin a new version of this module to support the new version of D&D. I have also made the decision to move away from being Features-based (see an issue below) in the process. Fear not, as I plan to build an upgrade path to move 1.x (D&D 3.x) characters to 2.x (D&D Next). Ambitious, maybe, but necessary.

Field Sync

Component type

module

Categories

Maintenance status

Development status

Downloads

15541

Component created

Component changed

Use to quickly copy several fields from one content type to another.

Drupal 6: There is Field Sync tab on every Content Type.

Drupal 7: There is a single tab on the Content Type listing page. From that form, select the Source and one or more Targets. The D7 branch does not synchronize field groups.

Future Development Plans: Synchronize field groups in D7.

Webform Confirm

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Webform is a popular way to have user submit inquiries through your website. By default this doesn't contain the ability to review your content by way of a confirmation screen before committing to your submission. This project allows you to have a confirmation page enabled.

The project is currently available as a sandbox project on drupal.org at this location.

Issues

The project is working with a standard install of Webform. Changing the theme elements for forms is not currently supported.

Placeholder

Component type

module

Categories

Maintenance status

Development status

Downloads

49187

Component created

Component changed

READ ME FIRST

Once FAPI uses HTML5 to render elements, this module can be replaced by the "placeholder" attribute available as part of the HTML5 spec. You can update the FAPI to use the "placeholder" attribute right now by using elements module. This means that this module is only useful if you are concerned about older browsers that do not support "placeholder".

*If you are upgrading from 7.x-1.0-rc1 you will need to upgrade the placeholder library. See the README.txt file 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.