This project is not covered by Drupal’s security advisory policy.
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
- Project categories: Developer tools, Site structure
- Created by slantview on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

