terminal42 / contao-easy_themes

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

Add image sizes to active modules #9

Closed netzarbeiter closed 9 years ago

netzarbeiter commented 9 years ago

Since Contao 3.4 there is a new module "image sizes", can you please add the possibility to choose this one as well.

bildschirmfoto 2014-12-12 um 18 12 19

Thank you very much for this great extension.

Toflar commented 9 years ago

I did 3 things:

It's all in the "develop"-branch and I would be very grateful if you could test it :) https://github.com/terminal42/contao-easy_themes/tree/develop

netzarbeiter commented 9 years ago

Thanks, tested on a new Contao 3.4 installation.

Replacing the files in the module folder ended up with the following error.

Fatal error: Cannot redeclare class tl_user_easy_themes in /home/system/modules/easy_themes/dca/tl_user.php on line 152

Deleting the existing extension in the extension manager and install the develop-branch from scratch worked out.

EasyTheme enabled for the specific user, there is a displaying problem with the added feature.

screen shot 2014-12-15 at 09 26 41

screen shot 2014-12-15 at 09 26 57

Toflar commented 9 years ago

The Fatal Error was pretty surely related to the internal cache. The problem with the icon and title should be gone with https://github.com/terminal42/contao-easy_themes/commit/4b7f7de242f2aaa2628b0775d73e360b4cd8a251

netzarbeiter commented 9 years ago

Looks great, thank you.

Toflar commented 9 years ago

Thanks for the hint. 2.1.0 is published :)