@a_5mith
What would the command be to target the li of topics?
MySelfLuls
Posts
-
Have a background while content has a different background -
Have a background while content has a different background@Codejet
I've set it up and recieved something that slightly worked.
Although it does not combine and the post does not have the white background.
http://puu.sh/j8P9v/ea203e8a1b.pngEDIT:
I fixed the section part, kinda forgot to change the magin-bottom (derp)
Although the threads still does not have a white background
Would it also be possible to extend the white background all the way up to the navigation?
http://puu.sh/j8Qy7/92c4c72869.png -
Have a background while content has a different backgroundAs shown on this picture:
I would like the categories, the actual post and such to have a white background, while still keeping the current background.
EDIT:
I just put in this code and got something close to what I want:div {
background-color:#fff;
}Problem is just this also affects the header.
-
Have a background while content has a different background@Codejet
Now I did fix the little error with the right bracket but adding this to the custom CSS snd enabling it does not actually do any difference, would I have to edit the actual theme for this to work then? -
Have a background while content has a different backgroundI haven't quite figured out how to set this up yet, but i would like having the actual content on my page has a white background, so its mainly just the sides where the actual background is.
How would this be done the easiest? -
Teaser Settings set to "first" but shows "No replies" untill someone commentsWhen you create a thread, it is supposed to show the actual text in the thread on the teaser when Teaser Post is set to "First"
It also does show the text in the teaser, but only when someone comments (It does not show the actual comment text)Picture to explain:
http://puu.sh/j7IMB/48079b5096.png
Teaser before anyone comments:
http://puu.sh/j7INA/3f0dc334d3.jpg
Teaser after someone comments:
http://puu.sh/j7IPV/5d3f7bb0d6.jpg -
Update, merge issue..@julian
Thanks a lot.
Btw.
What was added in the newest update? -
Update, merge issue..@julian
When issuing the "npm i" command i recieved this error
npm ERR! peerinvalid The package nodebb-theme-vanilla does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants nodebb-theme-vanilla@>=0.0.137
npm ERR! peerinvalid Peer [email protected] wants nodebb-theme-vanilla@~0.0.13npm ERR! System Linux 3.16.0-28-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "i"
npm ERR! cwd /root/nodebb
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /root/nodebb/npm-debug.log
npm ERR! not ok code 0Would I require to reset all my plugins?
-
NodeBB stuck at v0.7.0 - Says no update is foundWhen using the git checkout v0.7.x i recieved this error
Already on 'v0.7.x'
Your branch is ahead of 'origin/v0.7.x' by 12 commits.
(use "git push" to publish your local commits)I was unsure if it was an actual error and went ahead to the git reset --hard HEAD origin/v0.7.x
Then I recieved this error:
fatal: Cannot do hard reset with paths.
-
NodeBB stuck at v0.7.0 - Says no update is found@julian
Just tried running npm i.Recieved this error.
I honestly suspect I have corrupted the system.npm ERR! install Couldn't read dependencies
npm ERR! Failed to parse json
npm ERR! Unexpected token <
npm ERR! File: /root/nodebb/package.json
npm ERR! Failed to parse package.json data.
npm ERR! package.json must be actual JSON, not just JavaScript.
npm ERR!
npm ERR! This is not a bug in npm.
npm ERR! Tell the package author to fix their package.json file. JSON.parsenpm ERR! System Linux 3.16.0-28-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "i"
npm ERR! cwd /root/nodebb
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! file /root/nodebb/package.json
npm ERR! code EJSONPARSE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /root/nodebb/npm-debug.log
npm ERR! not ok code 0 -
NodeBB stuck at v0.7.0 - Says no update is found@julian
I think i made a mistake on the way, when trying to run a command as simple as ./nodebb stop
I receive the same error.module.js:340
throw err;
^
Error: Cannot find module 'colors'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/root/nodebb/nodebb:3:14)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10) -
NodeBB stuck at v0.7.0 - Says no update is found@julian
After doing "git pull" and recieving the "Already up-to-date" message i ran the ./notebb upgrade and recieved this error.module.js:340
throw err;
^
Error: Cannot find module 'colors'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/root/nodebb/nodebb:3:14)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10) -
NodeBB stuck at v0.7.0 - Says no update is foundI was about to update the nodebb-theme-persona when I recieved the message that my NodeBB was not up-to-date for the newest version of Persona, but when going on the dashboard it says i am up-to-date.
I tried running the ./nodebb upgrade but that did not find any update either.
-
[nodebb-plugin-question-and-answer] Feature requestLink to GitHub
Now i've really wanted to use this plugin, although there is something theres missing which would really improve the plugin, it's also added on the "TODO" list but i haven't really found any progress on it lately.Now I thought if it really would be hard to make a "Select as best answer" option for the person who created the thread, that would automaticly lock the thread and set it as "SOLVED"
Best Regards,
MySelfLuls