Proposal for 1.8 - independent admin template for backend

Discussions and requests related to new CMSimple features, plugins, templates etc. and how to develop.
Please don't ask for support at this forums!
frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Proposal for 1.8 - independent admin template for backend

Post by frase » Fri Dec 25, 2020 10:24 am

Wolfgang wrote:
Fri Dec 25, 2020 10:12 am
My wish would be your designed xhBoard and a menu like in FHS-Adminmenu V1.2.1.
Ah, I see.
We didn't change the admin menu at first (visually).
Firstly, there are users who do not like to change.
And second: With fhs-adminmenu you have to click a little more often to get to the appropriate menu items. Some people don't like that either.
But: There is the possibility to create your own adminmenu (adminmenu.css) and you can also build your own backend-template.

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Proposal for 1.8 - independent admin template for backend

Post by cmb » Fri Dec 25, 2020 1:08 pm

frase wrote:
Fri Dec 25, 2020 10:24 am
Firstly, there are users who do not like to change.
And second: With fhs-adminmenu you have to click a little more often to get to the appropriate menu items. Some people don't like that either.
IMO the proposed solution is a rather good compromise. Well done! Thank you.

I don't want to derail this thread with implementation details, but I've noticed that some new JS uses arrow functions, which have "only" been introduced with ES 6 (what is mostly unsupported by IE 11). I'm fine with dropping IE 11 support for the back-end, but that needs to be clearly documented. And if we enforce more recent browser versions, we should use that opportunity to drop some old fallbacks (AFAIK, the current admin.js still supports IE 8, what makes no sense in 2020).
Christoph M. Becker – Plugins for CMSimple_XH

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Proposal for 1.8 - independent admin template for backend

Post by frase » Fri Dec 25, 2020 2:11 pm

cmb wrote:
Fri Dec 25, 2020 1:08 pm
IMO the proposed solution is a rather good compromise.
Yes, a compromise like life itself.
But the admin menu was actually not in the foreground of the action, but the mutual influence of user templates and core styles should be minimized.
This would only have been successful if the admin menu was on an extra page and all link targets from it were displayed in an iFrame.
This, in turn, would only work if the core was significantly rewritten.
So a compromise. In the whole backend only the styles from the admin template work - except for preview and edit.
cmb wrote:
Fri Dec 25, 2020 1:08 pm
I don't want to derail this thread with implementation details, but I've noticed that some new JS uses arrow functions, which have "only" been introduced with ES 6 (what is mostly unsupported by IE 11). I'm fine with dropping IE 11 support for the back-end, but that needs to be clearly documented. And if we enforce more recent browser versions, we should use that opportunity to drop some old fallbacks (AFAIK, the current admin.js still supports IE 8, what makes no sense in 2020).
In the new admin.min.js are actually some new functions in it (=>, let, ...)
This is due to the fact that for the slide functions should not use jQuery. Stupidly, in other places then again jQuery is used. This could and should perhaps be changed for the final version.
For this, it would certainly be helpful if a specialist looks at the whole JS code again and possibly revises it.
For sure some functions can go out - e.g. the actions when focusing the textareas, but the height calculations are still needed.
If obsolete fallbacks can be removed - all the better!
If this is "through", then we can also minify the admin.min.js again ;-)

Wolfgang
Posts: 45
Joined: Tue Nov 25, 2014 9:11 pm
Location: München

Re: Proposal for 1.8 - independent admin template for backend

Post by Wolfgang » Fri Dec 25, 2020 4:10 pm

frase wrote:
Fri Dec 25, 2020 10:24 am
But: There is the possibility to create your own adminmenu (adminmenu.css) and you can also build your own backend-template.
Yes that's right. It's pretty easy to customize the look of the Adminmenu with adminmenu.css. I am satisfied with this possibility.

olape
Posts: 2713
Joined: Fri Mar 13, 2015 8:47 am
Contact:

Re: Proposal for 1.8 - independent admin template for backend

Post by olape » Fri Dec 25, 2020 7:08 pm

Wolfgang wrote:
Fri Dec 25, 2020 4:10 pm
Yes that's right. It's pretty easy to customize the look of the Adminmenu with adminmenu.css. I am satisfied with this possibility.
You have seen that you do not have to adjust the adminmenu.css under assets, simply store an adminmenu.css in the template?
Gruß Olaf, Plugins for CMSimple_XH

Ich habe schon lange den Verdacht, dass so viele so eifrig auf Gender, Trans und Queer machen:
Weil sie für das Fachliche ganz einfach zu doof sind.

olape
Posts: 2713
Joined: Fri Mar 13, 2015 8:47 am
Contact:

Re: Proposal for 1.8 - independent admin template for backend

Post by olape » Fri Dec 25, 2020 7:10 pm

cmb wrote:
Fri Dec 25, 2020 1:08 pm
I don't want to derail this thread with implementation details, but I've noticed that some new JS uses arrow functions, which have "only" been introduced with ES 6 (what is mostly unsupported by IE 11). I'm fine with dropping IE 11 support for the back-end, but that needs to be clearly documented. And if we enforce more recent browser versions, we should use that opportunity to drop some old fallbacks (AFAIK, the current admin.js still supports IE 8, what makes no sense in 2020).
It would be nice if someone would take care of admin.min.js and classic-admin.min.js who knows JS better than we do.
Gruß Olaf, Plugins for CMSimple_XH

Ich habe schon lange den Verdacht, dass so viele so eifrig auf Gender, Trans und Queer machen:
Weil sie für das Fachliche ganz einfach zu doof sind.

Wolfgang
Posts: 45
Joined: Tue Nov 25, 2014 9:11 pm
Location: München

Re: Proposal for 1.8 - independent admin template for backend

Post by Wolfgang » Fri Dec 25, 2020 8:19 pm

olape wrote:
Fri Dec 25, 2020 7:08 pm
You have seen that you do not have to adjust the adminmenu.css under assets, simply store an adminmenu.css in the template?
Yes i know, that's is my practice.

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Proposal for 1.8 - independent admin template for backend

Post by frase » Mon Dec 28, 2020 10:44 am

Here comes an example/demonstration of how to change the admin menu relatively easily via the page template.
In this case it is the template fhs-simple with its own admin menu vertically aligned on the left.
Of course, this really only works on the pages where the template is active. If you have activated a different template for individual pages, the standard admin menu will be visible there again.

Download

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Proposal for 1.8 - independent admin template for backend

Post by frase » Mon Dec 28, 2020 12:27 pm

Addendum to previous post:
You can of course also just put the adminmenu.css from the example into the assets/css folder, then it will affect all templates ;-)

olape
Posts: 2713
Joined: Fri Mar 13, 2015 8:47 am
Contact:

Re: Proposal for 1.8 - independent admin template for backend

Post by olape » Mon Dec 28, 2020 12:32 pm

frase wrote:
Mon Dec 28, 2020 10:44 am
If you have activated a different template for individual pages, the standard admin menu will be visible there again.
frase wrote:
Mon Dec 28, 2020 12:27 pm
You can of course also just put the adminmenu.css from the example into the assets/css folder, then it will affect all templates
or copy adminmenu.css from the example into all template folders where the changed menu is desired.
Gruß Olaf, Plugins for CMSimple_XH

Ich habe schon lange den Verdacht, dass so viele so eifrig auf Gender, Trans und Queer machen:
Weil sie für das Fachliche ganz einfach zu doof sind.

Post Reply