Thanks!
I have already migrated the theme to scss and I will work it for bootstrap 5.3 (I will see to force it) So when I have news I will show them
Update to 3.0.0, install last version
npm install [email protected]
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)
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.
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
composer-deafult
and quick-reply
,
Awesome theme! Great work
@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".