e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
320 stars 214 forks source link

Core messages on frontend doesn't have icon anymore #5040

Open Jimmi08 opened 1 year ago

Jimmi08 commented 1 year ago

Bug Description

tested with bootstrap3 and custom bootstrap5 theme

Admin works, because this is solved in admin CSS

How to Reproduce

Send for example forgotten password

This code was needed for plugin $text = e107::getMessage()->addInfo($message)->setIcon('fas fa-info-circle', E_MESSAGE_INFO)->render();

but it doesn't solve core messages

Expected Behavior

Display icon related to type of message

Screenshots

Actual message: image

How it should look: image

Thanks