Search found 1 match

by simedia
02 Jan 2017, 10:58
Forum: Help
Topic: How to show custom hint at login screen
Replies: 3
Views: 5306

Re: How to show custom hint at login screen

Here is my solution https://github.com/simedia/mantis-hint-login . For the login page (login_page.php) the event EVENT_LAYOUT_CONTENT_END seems not to be fired. So I used the EVENT_LAYOUT_PAGE_HEADER suggested above and some jquery code to place my hint on the right place.

Thanks Mantis