This extension adds possibility to add cross-browser/cross-device messages in FE
####The following steps are required to active the Rating and Comments for a TYPO3 installation:
- Install the extension called pxa_message_box
- Active the extension using "Extensions" module
- Add the TypoScript called "Message Box" to the site roots where the features should be activated
####To add new messages in BE editor must create sys folder. After that editor can start adding news messages in list view module:
- Press "Create new record"
- Choose message type under "Message Box"
- Pick appropriate Date, Author, Title for message (headline), message itself (text)
- Press "Save"
####To add new plugn on site:
- Press "Create new content element" on page you would like to include plugin
- Choose "General plugins" under Plugins tab
- After that choose "message" plugin under "Plugin" tab
- Under "Record storage page" choose sys-folder that was created for storing messages
After that all messages that was created inside folder will apear to each FE user. FE user can press close for each message. In this case he/she will not see this message again, doesn't matter on which browser or device FE user open site again (cross-browser/cross-device).