Oxide Style
-
@smartpunter How did you solve that, I installed node 10.15, the issue still exists.
➜ nodebb git:(master) ✗ ./nodebb log Hit Ctrl-C to exit 2019-02-19T13:26:22.992Z [4567/24589] - info: [build] sounds build completed in 0.504sec 2019-02-19T13:26:23.592Z [4567/24589] - info: [build] plugin static dirs build completed in 1.106sec 2019-02-19T13:26:32.323Z [4567/24589] - info: [build] client side styles build completed in 9.835sec 2019-02-19T13:26:34.028Z [4567/24589] - error: [build] templates build failed 2019-02-19T13:26:34.028Z [4567/24589] - error: [build] Encountered error during build stepProperty consequent of ConditionalExpression expected node to be of a type ["Expression"] but instead got null {"stack":"TypeError: Property consequent of ConditionalExpression expected node to be of a type [\"Expression\"] but instead got null\n at Object.validate (/root/nodebb/node_modules/babel-types/lib/definitions/index.js:109:13)\n at validate (/root/nodebb/node_modules/babel-types/lib/index.js:505:9)\n at Object.builder (/root/nodebb/node_modules/babel-types/lib/index.js:466:7)\n at Object.OpenIf (/root/nodebb/node_modules/benchpressjs/build/lib/compiler/compiler.js:115:14)\n at compile (/root/nodebb/node_modules/benchpressjs/build/lib/compiler/compiler.js:160:49)\n at Object.OpenIter (/root/nodebb/node_modules/benchpressjs/build/lib/compiler/compiler.js:127:246)\n at compile (/root/nodebb/node_modules/benchpressjs/build/lib/compiler/compiler.js:160:49)\n at compiler (/root/nodebb/node_modules/benchpressjs/build/lib/compiler/compiler.js:175:20)\n at compileFallback (/root/nodebb/node_modules/benchpressjs/build/lib/precompile.js:37:17)\n at Promise.try (/root/nodebb/node_modules/benchpressjs/build/lib/precompile.js:103:88)"} 2019-02-19T13:26:37.127Z [4567/24589] - info: [build] admin control panel styles build completed in 14.638sec 2019-02-19T13:26:42.826Z [4567/24589] - info: [build] admin js bundle build completed in 20.338sec 2019-02-19T13:26:49.470Z [4567/24589] - info: [build] client js bundle build completed in 26.983sec 2019-02-19T13:26:52.337Z [4567/24589] - info: [build] languages build completed in 29.849sec 2019-02-19T13:26:57.219Z [4567/24589] - info: [build] requirejs modules build completed in 34.733sec ^C ➜ nodebb git:(master) ✗ node -v v10.15.1
I have cleaned my build and reinstalled all packages
-
@smartpunter What version of the theme do you use?
I do not have this problem.
@jinfagang Install nodebb on a user other than root.
-
@jinfagang You must set the theme in the widgets.
-
@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 -
@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).
-
@smartpunter Persona use the same method, look:
nodebb-theme-persona/templates/recent.tpl at ac58b7f436cfc5dd85556da913d5a7bad68318b2 · NodeBB/nodebb-theme-persona
Persona - A modern and responsive NodeBB theme. Contribute to NodeBB/nodebb-theme-persona development by creating an account on GitHub.
GitHub (github.com)
Clean cache, and try again
-
@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. -
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
-
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!