Oxide Style
-
Update 1.0.7, install last version
npm install [email protected]
oraz./nodebb upgrade
-
Update to 1.0.10, install last version
npm install [email protected]
or./nodebb upgrade
Changelog - Github - Commits
-
Update to 2.0.1, install last version
npm install [email protected]
or./nodebb upgrade
Changelog - Github - Commits
new profile views
-
Update to 2.0.8, install last version
npm install nodebb-theme-oxide@latest
or./nodebb upgrade
Changelog - Github - Commits
new box shadow on highlight and animation dropdown
-
Update to 2.0.16, install last version
npm install nodebb-theme-oxide@latest
or./nodebb upgrade
Changelog - Github - Commits
-
Thanks for this theme.
I'm now using a modified version of this on https://saesrpg.uk and https://bastage.net
-
Update to 2.0.19, install last version
npm install nodebb-theme-oxide@latest
or./nodebb upgrade
Changelog: Github - Commits
-
Update to 3.0.0, install last version
npm install nodebb-theme-oxide@latest
or./nodebb upgrade
Changelog: Github - Commits
Add to title, inspired by github.
-
@youhosi Hello,
I just updated the theme and the whole theme is broken...
Here is the link to my forum: https://forum.the-programmer.com/
Can you help me? -
Thanks for the theme.
I just have a little problem when I try to change the background color.
In the CSS custom field, I added:body { background: #e6e6e6; }
The color changes, but there is this white rectangle that appears at the bottom of the subjects page (in the red circle of the attached image)
-
@Per0x The current version of the style is 3.0.2, but in order to use it, you must have a forum at play, at least 1.10.2, preferably the newest one.
If you really want to have version 1.0.8 send a link to the forum then I will write what you need to change
-
I can't figure out what's wrong with my installation. It's a fresh install of NodeBB 1.10.2 (two days old at most), but I can't seem to ever get this theme working.
I first tried installing the theme straight away from Admin CP (through the Find Plugins interface), applied the theme, then rebuilt & restarted NodeBB. But whenever the theme was active, the forum couldn't seem to render properly, since/assets/client.css
was always throwing 404.
But as soon as I switched to any of the built-in themes, rebuilt & restarted NodeBB, it'd render just fine with the said theme. I tried multiple times switching to built-in then to Oxide, but no luck.
I also tried removing the package with NPM (npm remove nodebb-theme-oxide
), then re-installed it again also with NPM (npm install nodebb-theme-oxide@latest
), then afterwards rebuilt & restarted NodeBB, but still the same result (client.css
throwing 404).$ npm list nodebb-theme-oxide [email protected] /path/to/nodebb └── [email protected]
Any clue?