Status Messages

Rawr is a growl style notification for Drupal messages.

To implement, you need to add the html for the Drupal messages into your theme and then simply turn on the module.

Add the following to your page.tpl.php:

  <?php if ($show_messages && $messages): ?>
    <div id='console'>
      <?php if ($show_messages && $messages): print $messages; endif; ?>
    </div>
  <?php endif; ?>

Now you have a nice way to get the status messages out of your design.

Similar modules

Here is a comparison chart outlining the featuresets of several modules similar to Growl Messages: http://groups.drupal.org/node/51088

This project is sponsored by Slantview Media

Project Information

Downloads

Version Downloads Date Links
6.x-1.0 tar.gz (29.13 KB) | zip (30.07 KB) 2010-Mar-13 Notes

Maintainers for Rawr

  • slantview - 1 commit
    last: 1 year ago, first: 1 year ago

Issues for Rawr

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Oldest open issue: 13 Mar 10