Oxide Style v5.0.0
-
@youhosi said in [nodebb-theme-oxide] Oxide Style! 3.0.26:
I do not have this problem.
Unfortunately i do have
Version is shown like this in ACP:
nodebb-theme-oxide
Installed 4.0.5 | Latest 4.0.5
-
Update to 4.0.8, install last version
npm install nodebb-theme-oxide@latest
Changelog: Commits
- Improvement search and add better quicksearch,
- Add small fixes
-
@youhosi said in [nodebb-theme-oxide] Oxide Style! 3.0.26:
I do not have this problem.
i have compared this part of code... This one from persona recent.tpl
<!-- IF loggedIn --> <button component="category/post" id="new_topic" class="btn btn-primary">[[category:new_topic_button]]</button> <!-- ELSE --> <a component="category/post/guest" href="{config.relative_path}/login" class="btn btn-primary">[[category:guest-login-post]]</a> <!-- ENDIF loggedIn -->
This one from oxide
<!-- IF canPost --> <button component="category/post" id="new_topic" class="btn btn-primary">[[category:new_topic_button]]</button> <!-- ELSE --> <a component="category/post/guest" href="{config.relative_path}/login" class="btn btn-primary">[[category:guest-login-post]]</a> <!-- ENDIF canPost -->
Maybe you should use loggedIn condition instead of canPost? Or it might be a bug in 'canPost' variable calculations... I would go with safer one, because you are showing 'guest-login-post' button and it doesn't connected with ability to post messages. So probably you should use "loggedIn" variable in all parts of code like this (recent.tpl and popular.tpl).
-
-
@youhosi : not able load more posts, pagination issue in mobile.
-
@techy-mast Create issuse in git repo
-
Is there a dark skin for this theme?
-
@djensen47 No, but you can adjust it yourself in the file
less/bootstrap/vairables.less
. The style in 90% support with the bootstrap.
-
Looks great!
-
Update to 4.0.14, install last version
npm install nodebb-theme-oxide@latest
Changelog: Commits
- Fix theme build error,
- Improvement section view in categories,
- Clean code,
- And more
-
Hi,
I'm not sure wheather its a bug or not, but when I re-edit a topic the tags set before are gone and I've to reset them again.Next most improvent for my issues could be that the theme should have different width. Min-width, max-width, dynamic width.
min-width: 1280px
max-width: 1600px or
dynamic-width: 80%-screen-width or something like that.I'd be very glad.
Thx
-
Update to 4.0.16, install last version
npm install nodebb-theme-oxide@latest
Changelog: Commits
- Redesigned chat,
- small bugs
-
chat looks very cool
-
Thanks you for the nice work, @youhosi! I used your beautiful theme for our SCAMSWATTER nodeBB forum, it's a site for people to report scams and help others fend off these bad guys.
Thanks, again!
-
Fantastic looking theme. Time to check it out for me!
One question, how did you get the Arrow in above image grab - was it basic CSS or a combo of css/java/html?
I had a go myself but only via CSS with little success - I need to borrow, beg or steal for my own designs as outlined here!
-
Update to 4.0.19, install last version
npm install nodebb-theme-oxide@latest
Changelog: Commits
- Add dark style,
- Tags margin fix,
- small bugs
-
@youhosi
Jakbyś zrobił ostatnie posty w danych działach (avatar i tekst) troszkę niżej - po środku to by było idealnie.
-
@youhosi Wonderful work as always
-
Great theme! Thanks for your work! @youhosi
-
Hi @youhosi , I found some problems just now.
There's an extra line in these places.
I have to use two fingers to zoom-in then it can be displayed normally.