Compendium

Component type

module

Maintenance status

Development status

Component created

Component changed

Adds a view mode that can be used as a table of contents. Also includes input filter that will generate unique targets for the table of contents.

Both can be used independently and on any node type.

I realize there are lots (lots) of table of contents module, however this one provides what I feel is a better design. It can work with any entity and does not rely on javascript.

record

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

About

Record module appends new entity type to drupal site. Record entities can be used to keep various lists. We intended to use record to keep lists of cities, marine ports, price terms. These lists need less functions than node provides but we still wanted to use of cck to append fields.

Hashtag Taxonomy Formatter

Component type

module

Maintenance status

Development status

Downloads

2116

Component created

Component changed

Overview

This is a small module written to provide a hashtag field formatter for taxonomy items. You may use it in Views or any other place the field formatter applies.

This module provides a formatter. This means that it doesn't change the taxonomy term in any way or how it is saved. It changes the way it is displayed. For example, if you have the terms "Cinema Movies", "Sports Section", "Φαγητό" (Greek), they will be displayed as "#CinemaMovies", "#SportsSection", "#fagito" respectively.

Custom Contextual Help

Component type

module

Categories

Maintenance status

Development status

Downloads

482

Component created

Component changed

Do you need to add documentation depending on the user context? This module allows administrators the ability to create and display help content depending on the user context. You can define help per node, content type, user and taxonomy and document with text, images, and/or video. Use Drupal's contributed modules to extend your custom help content type to document and render what you need for your project.

Content Type Dependency

Component type

module

Maintenance status

Development status

Downloads

3176

Component created

Component changed

The Content Type Dependency module allows admins to create rules. Each of these rules will prevent a user from adding one particular content type unless the user has finished adding a specified number of another content type. The number can be specified by the admin.

Kladr field

Component type

module

Maintenance status

Development status

Component created

Component changed

Kladr is the Russian address classifier provided by the RF Federal Tax Service.
The module defines a new field type for storing addresses compatible with the kladr classification.
Autocomplete widget powered by kladr-api.ru service.

Dependencies: jQuery 1.7+ provided by jQuery Update.

Taxonomy unique

Component type

module

Maintenance status

Development status

Downloads

9492

Component created

Component changed

Overview

Taxonomy unique prohibits saving a taxonomy term when a term with the same name exists in the same vocabulary. You can configure it individually for each vocabulary, and you can set custom error messages if a duplicate is found.

8.x-2.0

This is a complete rewrite of this module, it now uses constraints instead of form validation. This means terms now get checked for uniqueness whenever they are saved (REST, migrations, in code ...), not only when using the administration pages.