Oxide Style
-
Update to 3.0.5, install last version
npm install nodebb-theme-oxide@latest
or./nodebb upgrade
Changelog: Github - Commits
Improved category/categories and more fixes.
-
Update to 3.0.11, install last version
npm install nodebb-theme-oxide@latest
or./nodebb upgrade
Changelog: Github - Commits
Enhanced
composer-deafult
. -
Update to 3.0.13, install last version
npm install nodebb-theme-oxide@latest
or./nodebb upgrade
Changelog: Github - Commits
- Add tid settings,
- Enhanced
composer-deafult
andquick-reply
, - and more small fixes
-
Awesome theme! Great work
-
I'm trying to add category tags on the categories template.
The tags are defined in the admin section, as seen in the image below.
How can I do that?LE: I found. In the 'item.tpl' template category, I can use
<span style="color: {../bgColor}">{../tagWhitelist}</span>
The only problem is that the tags have no space after commas, like "abcd,efgh,ijkl" instead of "abcd, efgh, ijkl". -
Update to 3.0.19, install last version
npm install nodebb-theme-oxide@latest
or./nodebb upgrade
Changelog: Github - Commits
- Add option to set all group badges,
- Revert back category icons,
- Re-designed admin panel/menu,
- Change dropdown colors
- and more small fixes...
-
Great work @youhosi
I've forked your theme and adapted as needed.
Now I want to add some content on the user card.
I'm using Nicolas Silver's plugin which adds some custom fields to user's profile.
To import the fields, I've used with success in other locations this syntax:
<!-- IMPORT partials/account/custom_fields_flex.tpl -->
But it doesn't work on "templates/modules/usercard.tpl" file.
Any suggestion? -
Update to 3.0.21, install last version
npm install nodebb-theme-oxide@latest
or./nodebb upgrade
Changelog: Github - Commits
-
Update to 3.0.26, install last version
npm install nodebb-theme-oxide@latest
or./nodebb upgrade
- improved modal,
- improved page flags,
- Adding a chat block
Changelog: Github - Commits
-
@Nicolas-0 What is your NodeBB version?
-
@Nicolas-0 Most likely the problem is caused by this change: theme changes for NodeBB/NodeBB#7266
You must update NodeBB to the latest version available on github.