@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.
@teh_g
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 -->