Re: Admin theme development |
by fiammybe on 2024/3/26 15:33:03 I am working on the mockups in plain HTML, that works easier than directly in Smarty. it's coming along quite well for a first iteration. |
Re: Admin theme development |
by fiammybe on 2024/3/24 2:43:30 I was wrong on the theming for the pages : the Adsense page for example does not take into account theme templates. It does work with a different template defined in a template set, so I'm taking that route for the moment. |
Re: Admin theme development |
by fiammybe on 2024/3/24 2:08:20 Alas, no. The reflex theme doesn't really define new blocks that are used in the ACP part of the admin theme. It defines a new CSS that gives the existing layout a fresh coat of paint, but nothing more than that. I'll try to dig up an ancient version of the new theme MrTheme started working on several years back, he did a total overhaul if I'm not mistaken. Let's see if I can get it working on 2.0 RC1. |
Re: Admin theme development |
by skenow on 2024/3/23 15:52:00 If the reflex theme is still working, there are template overrides for blocks in it - \themes\reflex\modules\system\blocks\ |
Re: Admin theme development |
by fiammybe on 2024/3/23 11:07:50 I create a new theme without theme.html, but with theme_admin.html as main template. That part works well, I can have the overall structure of my page defined by that template. The ACP page content such as adsense can also be themed. I'm still working on re-theming the table component, but that's just figuring out how to understand those admittedly very complex theme files. The only thing I haven't been able to get to theme are the blocks. But the start page of the ACP is only made out of blocks, so it's quite a big deal if I want to have a modern-looking and inviting first impression |