>
Download This Plugin | |
Download Elegant Themes | |
Name | RHJ4 Notifications |
Version | 1.2 |
Author | Bob Jones |
Rating | 0 |
Last updated | 2014-09-23 04:14:00 |
Downloads |
50
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 1%
RHJ4 Notifications plugin added 77 kB of resources to the Home page and 77 kB of resources to the sample Post page.
RHJ4 Notifications plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! RHJ4 Notifications plugin ads no tables to your Wordpress blog database.RHJ4 Notifications and its sibling, RHJ4 Diagnostics solve problems that have plagued programmers for years: How to communicate with users in a clean, clear and visually consistent fashion regardless of where in the program the message originates.
A notification message can be sent from jQuery code in the browser or from PHP code in the server. Either type of message can be displayed immediately or queued for display after the next page turn.
Notifications appear as popup messages on the bottom right corner of the screen and can stay on the screen until the user clicks on them or they can disappear after five seconds.
Using this plugin, a message can be sent easily from a single line of PHP code:
rhj4_notification('Warning! Danger, Will Robinson!', NOTIFICATION_TYPE_WARNING);
The same messsage can be sent from jQuery code running in the browser:
jQuery.notification('Warning! Danger, Will Robinson!',
jQuery.notification.type('warning'));
By default, notifications will disappear from the screen after five seconds; however, to make a notification "sticky", add true as the third argument to either the PHP or jQuery functions:
jQuery.notification('Warning! Danger, Will Robinson!',
jQuery.notification.type('warning'), true);
Notifications can be displayed immediately or queued in the wp_notifications table for display later. The wp_notifications table is created when the plugin is enabled. To "enable" this plugin, see Settings and click on the "Enable" checkbox.
RHJ4 Notifications supports 15 types of notifications