Rawr

Component ID

741282

Component name

Rawr

Component type

module

Development status

Component security advisory coverage

not-covered

Downloads

1383

Component created

Component changed

Component body

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