ryan 19,535 Posted October 20, 2017 This week we've got a new version of ProcessWire 3.0.80. In this post we also look at how to create a language pack, and answer a lot of common questions about Pro module renewals, upgrades and more. Lastly, we take a brief look at the upcoming CKEditor 5. https://processwire.com/blog/posts/pw-3.0.80/ 14 Share this post Link to post Share on other sites
Rudy 101 Posted October 25, 2017 FYI, Craft CMS announced yesterday that they will use CKEditor 5 for their upcoming release (3.0) https://craftcms.com/news/dot-all-2017-announcements Share this post Link to post Share on other sites
Noel Boss 284 Posted October 25, 2017 Am I the only one with this issue? - Installing AdminThemeUikit with / or without the default theme (is this supposed to be possible?) Adding a new user > he/she does not get AdminThemeUikit but a broken one without the default theme or the default theme if installed Share this post Link to post Share on other sites
adrian 12,209 Posted October 25, 2017 48 minutes ago, noelboss said: Am I the only one with this issue? - Installing AdminThemeUikit with / or without the default theme (is this supposed to be possible?) Adding a new user > he/she does not get AdminThemeUikit but a broken one without the default theme or the default theme if installed Does adding this to your config.php help? $config->defaultAdminTheme = 'AdminThemeUikit'; 1 Share this post Link to post Share on other sites
Noel Boss 284 Posted October 26, 2017 Wow, thank you @adrian this works like a charm. Great community, thank you for your investment and also for all your plugins! One question: why is this not a default when only one Theme is installed? Btw. Sorry for my miserable post above, it was not even finished 1 Share this post Link to post Share on other sites
adrian 12,209 Posted October 26, 2017 6 hours ago, noelboss said: One question: why is this not a default when only one Theme is installed? That's probably a question for @ryan - I doubt he ever expected someone to install Uikit and remove the default theme. It sounds like he is planning on making Uikit the default sometime soon, but not sure his plans for the other themes - what will be included / installed by default? But I definitely agree that there needs to be some checks added to make sure if there is no default theme installed, that at least one of the modern ones is used, rather than falling back to an old one which most new PW users have never seen. 1 Share this post Link to post Share on other sites