Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. MySelfLuls
    M
    • Profile
    • Following 2
    • Followers 0
    • Topics 4
    • Posts 14
    • Best 2
    • Groups 0

    MySelfLuls

    @MySelfLuls

    3
    Reputation
    516
    Profile views
    14
    Posts
    0
    Followers
    2
    Following
    Joined Last Online

    MySelfLuls Follow

    Best posts made by MySelfLuls

    • [nodebb-plugin-question-and-answer] Feature request

      Link 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

      posted in Plugin Requests
      M
      MySelfLuls
    • RE: 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.png

      EDIT:
      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

      posted in Technical Support
      M
      MySelfLuls

    Latest posts made by MySelfLuls

    • RE: Have a background while content has a different background

      @a_5mith
      What would the command be to target the li of topics?

      posted in Technical Support
      M
      MySelfLuls
    • RE: 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.png

      EDIT:
      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

      posted in Technical Support
      M
      MySelfLuls
    • RE: Have a background while content has a different background

      @Codejet

      As shown on this picture:

      http://puu.sh/j8DQT/e5ff57b6cc.png

      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.

      posted in Technical Support
      M
      MySelfLuls
    • RE: 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?

      posted in Technical Support
      M
      MySelfLuls
    • Have a background while content has a different background

      I 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?

      posted in Technical Support
      M
      MySelfLuls
    • Teaser Settings set to "first" but shows "No replies" untill someone comments

      When 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

      posted in Bug Reports
      M
      MySelfLuls
    • RE: Update, merge issue..

      @julian
      Thanks a lot.
      Btw.
      What was added in the newest update?

      posted in General Discussion
      M
      MySelfLuls
    • RE: 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 nodebb-plugin-spam-be-gone@0.4.1 wants nodebb-theme-vanilla@>=0.0.137
      npm ERR! peerinvalid Peer nodebb-theme-cerulean@0.0.13-2 wants nodebb-theme-vanilla@~0.0.13

      npm 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 0

      Would I require to reset all my plugins?

      posted in General Discussion
      M
      MySelfLuls
    • RE: NodeBB stuck at v0.7.0 - Says no update is found

      @julian

      When 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.

      posted in Technical Support
      M
      MySelfLuls
    • RE: 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.parse

      npm 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

      posted in Technical Support
      M
      MySelfLuls