Noty Notifications

Open Bugs: 
2
Development Status: 
Seeking co-maintainer(s)
Maintenance fixes only

This can be little utility for using jQuery Noty for display any kind of notifications for user.

More info http://drupal.org/node/1734846.

See:

API

noty_notifications_add_notification_to_database() - Add new notification for user $uid and store to the database. You can use this function to add event notification for user from your hooks.

<?php
noty_notifications_add_notification_to_database
($uid, $noty_message, $variables = array(), $noty_type = NOTY_NOTIFICATIONS_TYPE_INFORMATION, $removable = 1);
?>

noty_notifications_add_notification() - Add new notification to current notifications pool. You can use this function for add event notification for currently logged user from your hooks.

<?php
noty_notifications_add_notification
($noty_message, $variables = array(), $noty_type = NOTY_NOTIFICATIONS_TYPE_INFORMATION)l
?>

Sponsored by:

MEDConnect Marketing GmbH http://www.medconnect.at/

HALF•PIXEL STUDIO http://www.halfpixelstudio.com/

Releases: 
7.x-1.x-dev
Release Dates: 
10/01/2013