Posted by slantview on March 13, 2010 at 1:54am
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
- Development status: Under active development
- Module categories: JavaScript Utilities, Site Navigation, Utility
- Maintenance status: Unknown
- Reported installs: 51 sites currently report using this module. View usage statistics.
- Last modified: April 9, 2010