Hello there, i am developing a plugin that sends messages to the user via system_message what a certain event and condition met, but i would like them to be more visible to the user so my question is, can i make those messages appear in the middle of the screen instead of at the right side?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- iionly@iionly

iionly - 0 likes
You must log in to post replies.System messages layout is defined in CSS in
views/default/elements/layout.css.php
views/default/elements/components.css.php
(partly also customized for example in the Aalborg theme plugin in these files overriding the core CSS files).
Search for the classes containing "elgg-message" and "elgg-state" in their names (there are several classes for different kind of messages). Best would be to customize the CSS in a plugin of your own and not alter the core files.