Articles


Nice Messages

Nice Messages



Posted byvarghese.t,22nd Jul 2016

Nice messages module provides displaying drupal messages in nice popup using the jQuery jGrowl plugin (http://stanlemon.net/projects/jgrowl.html).

Installation
============

  1. Download nicemessages from project page and copy it to sites/all/modules or sites/$sitename/modules.
  2. Download jGrowl from http://stanlemon.net/projects/jgrowl.html, unpack and rename it to 'jgrowl' and move it into the directory sites/all/libraries/.
  3. Enable module at admin/modules and (de)activate it individually at each user profile.
  4. Detailed settings can be changed at admin/config (position, color, fading time, etc.)

Settings
========

The settings form is in admin/config/system/nicemessages. It is divided into global (default state, position) and message-type-specyfic settings.

Access Permissions
===========

administer nicemessages

  • Gives access to configuration form.

toggle nicemessages

  • Users with this permission can turn on or off displaying nicemessages for them at their account edit page (user/$uid/edit).

Dependencies
============

  • jQuery jGrowl plugin (http://stanlemon.net/projects/jgrowl.html) Should be renamed to jgrowl and placed into sites/all/libraries

Support
=======

http://drupal.org/project/issues/nicemessages

Categories