EQdkp Plus Navigation:   Home  |   Forum  |   Wiki  |   Translate  |   Bugtracker  |   WebSVN  |  USVN

Messages

From EQdkp Plus Wiki

Information
min. EQDKP-PLUS Version 0.7.0.0




System Messages

What are the System Messages?

The System Message

The EQDKP-PLUS core provide this message system for all system relevant messages, to keep the users informed. See Screenshot for more detailed information what the system messages are. They're based on "Growl Messages" for MacOS.

How to use the system messages?

The usage is pretty simple: just add the code, the message is automatically created and shown via JavaScript.

$core->message($text, $title, $kind);

Value Description
$text The text to be shown into the Message
$title The title of the Message
$kind default, green, red (the background. default = black)