Template Alert #5543
Replies: 7 comments 13 replies
-
|
How do I render the alert system? Thank! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
If the error page is customizable, the "Alerts" should also be customizable. My apologies if I'm wrong! |
Beta Was this translation helpful? Give feedback.
-
|
Hi, @tgtje @rica-carv If it is via CSS that I alter the Alerts, why are they commented in e107.css? /******** SyS Messages / Message text formatting / .s-message div.info { background-color:#C1E0FF; border: 1px solid #3399FF; border-radius:5px } .s-message .s-message-title { height: 32px; background: 0 50% no-repeat; padding-left: 42px; font-size: 14px; font-weight: bold; line-height: 32px; } .s-message div.info .s-message-title { background-image: url(images/messagebox_info.png); } .s-message-body { padding-left: 42px; } /* validate result inline message */ |
Beta Was this translation helpful? Give feedback.
-
|
@tgtje and @rica-carv, Boiled potatoes, anyone can do it! 😄 Alerts.e107.-.1754905847815.mp4It's not fully functional because there are different classes and small details that need fixing. Another question: why doesn't submitnews.php have its own customizable template? |
Beta Was this translation helpful? Give feedback.
-
|
@tgtje and @rica-carv Static vs. Dynamic Notification...which do you choose? Video.sem.titulo.4.mp4
I wonder how would your page look in a smart phone..... 😃
|
Beta Was this translation helpful? Give feedback.
-
|
Because I don't follow this repo until somebody mentions my name, it is nice to read this after it is almost solved. So my 2 cents:
I stopped using 2.4 version on live sites. I use cherry pick to apply good changes in the core to my version of 2.3.3 or not accepted PR - the last one by Deltic is pretty important, and it is not still merged. I build e107 sites either for me or for clients, and I need the stable version. The news is something that I removed as my first core change. I asked for this: #5065 If I look back, I think that the main source of issues is that the handlers for backend and frontend are the same. Looks at navigation, forms... theme handler... it should be separated, and it would fix a lot of problems. At least you wouldn't load so big classes for the frontend. Good luck with all your work, I hope I will be back soon. |
Beta Was this translation helpful? Give feedback.









Uh oh!
There was an error while loading. Please reload this page.
-
Where is the template for the Alerts?
I need to adapt and I don't see what the default template is.
Beta Was this translation helpful? Give feedback.
All reactions