@frissdiegurke I noticed an update this morning. Thanks for that! 👍
New theme nodebb-theme-slick
-
@AOKP post any issues on the theme's github repo. This is not an issue tracker.
-
@pichalite I know, just thought this was intentionally.
-
Is there a way to make it work with the recent card plugin? somehow.. it stopped working...
-
Really Cool!
-
theme updated for NodeBB v1.5.0
-
This theme is now bundled with core
-
Can you update theme for NodeBB v1.8.0?
-
Theme updated for latest NodeBB.
-
Chat on mobile
-
@pichalite said in New theme nodebb-theme-slick:
Theme updated with dark skin support. Admin's can set a skin from the theme's ACP settings page for all users and users can also set their skin preference in their settings page.
Hi I know this thread is old, but we just added a skin selector in user settings. The selector works, however the user need to refresh the page in order to see the changes. Here's the code snippet that I added to settings.tpl file.
<!-- BEGIN customSettings --> <h4>{customSettings.title}</h4> <div class="user-setting"> {customSettings.content} </div> <!-- END customSettings -->