WebsiteBaker Community Forum

WebsiteBaker Support (2.13.x) => General Help & Support => Topic started by: crnogorac081 on April 26, 2022, 08:22:23 PM

Title: Backend theme
Post by: crnogorac081 on April 26, 2022, 08:22:23 PM
Hello,

I am working on a backend theme, and this will be the topic for questions about it.



Questions:

In DefaultTheme\templates\login.htt  I see 2 basicly identical login blocks , what are they used for ? One is calles LoginFixedBlock  and other LoginBlockPanel ?

Next, I see a js code for jsPanel , the question is when is this panel triggered ?
Also UnzipBlockPanel , when is it displaed and what it is for ?

Title: Re: Backend theme
Post by: Luisehahne on April 27, 2022, 07:51:05 PM
Hello,
I am working on a backend theme, and this will be the topic for questions about it.
Questions:
In DefaultTheme\templates\login.htt  I see 2 basicly identical login blocks , what are they used for ? One is calles LoginFixedBlock  and other LoginBlockPanel ?

Next, I see a js code for jsPanel , the question is when is this panel triggered ?
Also UnzipBlockPanel , when is it displaed and what it is for ?

Hello Ivan,

I have to inform you that we set the phplib to deprecated. In Future we change all templates to Twig. Sorry, but your work will be in vain

Dietmar
Title: Re: Backend theme
Post by: crnogorac081 on April 28, 2022, 07:23:20 AM
It want beacuse I will setup a new design( html css and js) , and then it will be easy to convert htt to twig.

What worries me is why there are 2 login blocks, one in LoginFixedBlock  and other in LoginBlockPanel ?