Field disable WYSIWYG

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides an option to force-disable WYSIWYG on all text field types that have 'Text processing' set to 'Filtered text' and hence can use WYSIWYG). This is useful if you still want to use text formats, but don't want to have the WYSIWYG, rather than creating all new duplicate text formats just to enable/disable WYSIWYG.

Dependencies

Work Calendar

Component type

module

Categories

Maintenance status

Development status

Downloads

2504

Component created

Component changed

Work Calendar allows to define yearly working/holiday calendars.

In general, these calendars can define what dates in a year are considered available or not, for any purpose.

Work calendars are defined by a pattern of week days: choose which week days a business/office/resource/whatever is open/available. See the picture for details.

Accordions

Component type

module

Maintenance status

Development status

Downloads

9205

Component created

Component changed

Display various types of content, such as blocks, with an accordion-like behaviour. Items in accordion groups will initially appear 'collapsed' with only their titles showing. Clicking an item's title will 'expand' that item to show its whole content, and collapse any other accordion items in the same group. Group items into distinct accordions by simply naming them so that pages can have multiple accordions, each containing multiple types of content.

Mongo Entity

Component type

module

Maintenance status

Development status

Downloads

4908

Component created

Component changed

Overview

Mongo Entity provides developers with entity and controller classes for storing entities entirely in a MongoDB collection. It eliminates the need for a base table, or any SQL queries at all; an entity's ID, name, properties, and any field data are all written directly to MongoDB. It also provides classes for embedded entities: entities that are stored as subdocuments in a parent collection, but that can be managed using the standard Entity API CRUD methods, as well as found with EntityFieldQuery.

Password Confirm

Component type

module

Maintenance status

Development status

Downloads

2808

Component created

Component changed

This module provides a field type for Password Confirm.

Features:

* Fields similar to the password field used in user registration form.
* Javascript based on line validation.
* Save Password settings for

  • Drupal based encryption for password value
  • Plain text password value.

* Show Password on node form

  • Plain Text
  • Dotted Value

INSTALLATION:

1. Place the entire password_confirm directory into your Drupal sites/all/modules/ directory.

Entity Reference unpublished node

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds a new selection handler to the entityreference field. This handler enables a author with the "Reference unpublished node" permission to reference to unpublished nodes without the need of the "administer content" permission or node access module.