MKP Base Create Notification Messages

Notification messages appear in the lower right corner of the user’s screen as popup messages. This is a useful way of informing the user of problems with an action or confirming that actions have taken place. Here are some examples of how to create notification messages and show pending notifications and clear them:

mkp_base echo message=’this is test message #1′ type=4 notify]
mkp_base echo message=’this is test message #2′ type=5 notify echo
mkp_base message=’this is test message #3′ type=6 notify echo
mkp_base show_notifications

[mkp_base echo message=’this is test message #1′ type=4 notify]
[mkp_base echo message=’this is test message #2′ type=5 notify echo]
[mkp_base message=’this is test message #3′ type=6 notify echo]
[mkp_base show_notifications]