Gizra / message

https://www.drupal.org/project/message
22 stars 50 forks source link

Build Status

Overview

A general logging utility that can be used as activity module.

Tokens

Partials

The message body has multiple cardinality, allowing to separate html markup from the actual message content, and also, allowing to only render a selected part of the message. The partials are reflected in the "Manage display" page of every message template, allowing the administrator to re-order and hide them per view mode. Furthermore, if Views and Panels module are enabled, it is possible to render the message "partials" using the views module's "Panel fields" format. Enable the Message-example module to see it in action.

View modes

Message module exposes the "message-text" field(s) and allows an administrator to set visibility and order via "Manage display" page, e.g. admin/structure/messages/manage/[YOUR-MESSAGE-TEMPLATE]/display

Auto-purging

Message supports deletion on Cron of messages according to quota and age definition.