nodebb-theme-material v2.0 published
-
v2.7.3 published
- Fixed category watching
exciting update coming soon.
-
v2.8.1 published.
-
New skin option in theme's ACP page (default & dark skins available now).
-
Theme ACP settings page modified to use NodeBB's recommended settings (how it's saved in DB).
-
Login and Register pages simplified.
You can check out the dark skin at https://pichalite.com
These are not bootswatch skins so, no additional CSS added. Skins are managed by extracting colors into less variables and different values set to these variables based on skin selection. As most of the color extraction is already done adding new skin options will be easy now.
As the theme's ACP settings page is changed to save settings in a different format, you will have to re-enable any options you have set before upgrade (menu in header.. etc).
As mentioned, skins option is set by modifying a less variable in the theme's less file under node_modules folder, this setting will be lost during future theme upgrades. Although the setting is saved in the database, NodeBB currently does not have a hook to be called by the theme to set the skin before less is parsed to css.
Sent a PR to NodeBB to add a hook. If accepted this should be available in the next NodeBB release.
Dark skin screenshots:
-
-
@pichalite great work! Really good evolution of the theme. Looks awesome.
-
@teh_g said in nodebb-theme-material v2.0 published:
Now if only themes could be chosen by the user
not gonna happen. atleast in the near future.
-
@pichalite said in nodebb-theme-material v2.0 published:
@teh_g said in nodebb-theme-material v2.0 published:
Now if only themes could be chosen by the user
not gonna happen. atleast in the near future.
I figured. I will switch over during a maintenance one of these days and see how people like it. I know I can't wait to get it going on my forum.
-
v2.8.2 published.
- Modal windows color changes for dark theme
- Tags page style changes
- Fixed issue with autocomplete dropdown placement in composer
-
If anyone comes up with a different color scheme for the theme, let me know. I can add that as a skin option.
-
v2.8.11 published with support for NodeBB v1.1.1
Skin option selection in ACP should persist with theme upgrades going forward (requires NodeBB v1.1.1 or later).
-
-
@Tebo remove these 3 lines to remove icon text
nodebb-theme-material/templates/partials/menu.tpl at master · pichalite/nodebb-theme-material
Theme for NodeBB using Google Material Design. Contribute to pichalite/nodebb-theme-material development by creating an account on GitHub.
GitHub (github.com)
adjust the width of the sidebar here...
nodebb-theme-material/less/sidebar.less at master · pichalite/nodebb-theme-material
Theme for NodeBB using Google Material Design. Contribute to pichalite/nodebb-theme-material development by creating an account on GitHub.
GitHub (github.com)
-
@pichalite I know there's an optional sidebar by default that you can toggle to a pinned state, but the header bar is still there. After thinking about it, it's pretty obvious "rotating" the header 90 degrees would be pretty involved considering all the elements it contains. I'll just have to rebuild it.
-
How fix this bug?
Is bugged also the logo.
-
@Master-Antonio where did that "SUBSCRIBE" and "ORDINA PER" come from... plugins?
-
@pichalite Ordina per is default Order by.
I installed only nodebb-plugin-category-sort-by-votes that add only the voice "Più Votati" = "Most votes"
Subscribe is nodebb-plugin-category-notifications ( official plugin of nodebb ) ...
Update : nodebb-plugin-category-sort-by-votes cause the bug. @pichalite
-
@Master-Antonio contact the author of that plugin...