terminal42 / contao-easy_themes

Contao extension "easy_themes"
https://unmaintained.tech/
MIT License
13 stars 11 forks source link

Eeasy Themes as Backend Module still not working ... #39

Closed Seefahrer closed 6 years ago

Seefahrer commented 6 years ago

If one uses Easythemes as Backend-Module e.g. in the Layout group in Contao 4.5.4, clicking on any menu item simply jumps to "Layout - Themes".

ET used on mouseover or context menu is working w/o problems.

rflx commented 6 years ago

I can confirm the problem mentioned above with Contao 4.5.4. The ampersand encoding in the URL (href_fragment) is wrong. Maybe you can fix it with %26 or [&]?

frontendschlampe commented 6 years ago

I also confirm ... the url which want to open is: http://my.domain/contao?do=themes&table=tl_layout&id=1 instead of http://my.domain/contao?do=themes&table=tl_layout&id=1

Toflar commented 6 years ago

@qzminski is there a break here because the modified navigation now uses raw urls instead of html encoded ones?

frontendschlampe commented 6 years ago

with option "context menu" it's working

frontendschlampe commented 6 years ago

great ... it's working ... thank you @qzminski