Message Token Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

269

Component created

Component changed

This module provides an input filter that replaces tokens for Message entities. This is meant primarily as a solution to the issue in which tokens inside links are messed up by input filters when sending a message. By using this module you can keep your favorite filters for messages.

Dependencies
Message
Token

Obfuscate Email

Component type

module

Maintenance status

Development status

Downloads

1115

Component created

Component changed

Protect email addresses from spam bots, in two situations:

  1. In a field template, or
  2. in a text filter for ckeditor output

Both situation utilize the same javascript.

How it works?

To hide your emails from bots, render a non readable email on the server and
decrypt it via vanilla JS in the client. No jQuery needed. The basic idea consists of three parts:

Administrative Form Modes

Component type

module

Maintenance status

Development status

Component created

Component changed

Simple module which enables a custom form mode for all node types (possible more types to come later). This form mode is accessible to anyone with the 'use administrative form modes' permission.

Menu Hide Disabled Parents

Component type

module

Maintenance status

Development status

Downloads

282

Component created

Component changed

Menu Hide Disabled Parents helps to simplify the menu parent selection on node edit forms. The idea is simple. All menu items with text "(disabled)" are hidden after enabling this module. No configuration is needed.

i18n support

If you have i18n multilingual site this will also hide items not in the current language.

Development sponsored by Data Group Finland.

Menu block current language

Component type

module

Categories

Maintenance status

Development status

Downloads

1266

Component created

Component changed

At the moment, all menu items are displayed regardless of it being translated or not. Menu block current language attempts to resolve this by providing a replacement for core's Menu block that filters out the untranslated menu links.

Usage

In order for this module to have any effect, you must replace menu blocks provided by the System module with menu blocks provided by this module.

Disable menu blocks

Component type

module

Maintenance status

Development status

Downloads

320

Component created

Component changed

Menu module creates new blocks for every menu
.. and there's no easy way to remove them.

These automatic menu blocks are irrelevant when using Menu Block module, or modules like OG Menu, and as such they will just clutter the admin UI and even cause performance problems in some admin areas on sites with many menus.