awesome theme
Oxide Style
-
@youhosi I have Nodebb 1.10.1 and Oxide 1.0.8
-
@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
-
@youhosi I just upgraded to NodeBB 1.10.2 and Oxide 3.0.2,
and now I have this result:The last post of each topic has a white frame
Maybe my custom CSS Is not the right technique to change the background color?
-
Add this line
[component=post]:last-child { background: color; }
-
@youhosi It's perfect !
Thank you for your help. -
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 [email protected]
), 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?
-
@Bobby-Wibowo The point here is to replace the "stylesheet" with the following "client". Update the forum to the latest version and then everything will work, or download the style version 3.0.0
This amendment is implemented two days ago.
-
Update to 3.0.5, install last version
npm install [email protected]
or./nodebb upgrade
Changelog: Github - Commits
Improved category/categories and more fixes.
-
I noticed that the links to the rss feeds are hidden, is it planned to put them back or not ?
-
@Per0x Revert back, install latest version.
-
Update to 3.0.11, install last version
npm install [email protected]
or./nodebb upgrade
Changelog: Github - Commits
Enhanced
composer-deafult
. -
Update to 3.0.13, install last version
npm install [email protected]
or./nodebb upgrade
Changelog: Github - Commits
- Add tid settings,
- Enhanced
composer-deafult
andquick-reply
, - and more small fixes
-
Awesome theme! Great work
-
Hello, the latest version 3.0.17 is not rendering correctly to the forum, do i need to tune something within my admin panel? Thanks!
-
@tommyming You mean mobile devices? If so, the minimum width of 500 +- px is temporarily set.
-
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". -
@george_i Sorry, I not understand u.
-
Update to 3.0.19, install last version
npm install [email protected]
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? -
Hello @george_i, it's rather related to the plugin itself than the style. You must ask the author himself for this, or he should make corrections.