@pwsincd On checking this plugin, the install appears to actually fail - see the below from the log
022-04-01T10:43:11.554Z [4567/513037] - [33mwarn[39m: [plugins/nodebb-plugin-ns-custom-fields] The plugin.json field "library" is deprecated. Please use the package.json field "main" instead. 2022-04-01T10:43:11.555Z [4567/513037] - [33mwarn[39m: [plugins] Unable to load library for: nodebb-plugin-ns-custom-fields 2022-04-01T10:43:11.555Z [4567/513037] - [31merror[39m: Error: Cannot find module './src/emitter' Require stack: - /home/sudonix/nodebb/require-main.js - /home/sudonix/nodebb/app.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15) at Function.Module._load (internal/modules/cjs/loader.js:746:27) at Module.require (internal/modules/cjs/loader.js:974:19) at require (internal/modules/cjs/helpers.js:101:18) at Module.require.main.require (/home/sudonix/nodebb/require-main.js:8:10) at /home/sudonix/nodebb/node_modules/nodebb-plugin-ns-custom-fields/plugin/nodebb.js:9:31 at Object.<anonymous> (/home/sudonix/nodebb/node_modules/nodebb-plugin-ns-custom-fields/plugin/nodebb.js:47:3) at Module._compile (internal/modules/cjs/loader.js:1085:14) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10) at Module.load (internal/modules/cjs/loader.js:950:32)Solved NodeBB changing color of the text
-
hello guys, how can I change the color of the text from the profile? this one ->Joined about 6 hours ago Last Online 4 minutes ago - Email google@gmail.com
thanks!
-
@marusaky This ought to to it
a.permalink, a.permalink:active, a.permalink:focus, a.permalink:hover { color: #ffffff; }
-
@marusaky Try this
.account .profile .profile-meta strong { color: #ffffff; }
-
@phenomlab said in NodeBB changing color of the text:
@marusaky Try this
.account .profile .profile-meta strong { color: #ffffff; }
yep, it’s working, thank you very much… do you also have one for when someone posts something at it appears on the main page @phenomlab posted a minute ago, it’s a little hard to see it on blue-dark theme, and I need one more if it’s possible for Latest posts made by user and there on the profiles are the topics with RE: it appears to dark, again… I don’t know why…
thanks again for your help, it’s very helpful to me
-
@marusaky Do you mean this ?
-
@phenomlab yep, but the time
-
@marusaky This ought to to it
a.permalink, a.permalink:active, a.permalink:focus, a.permalink:hover { color: #ffffff; }
-
@phenomlab said in NodeBB changing color of the text:
@marusaky This ought to to it
a.permalink, a.permalink:active, a.permalink:focus, a.permalink:hover { color: #ffffff; }
works great, thanks a lot
-
phenomlab
Suggested Topics
-
Unsolved [NodeBB] Custom fields plugin
Customisation • • pwsincd -
Solved [NodeBB] Import custom Font
Customisation • • DownPW -
Solved Social icon (Nodebb)
Customisation • • JAC