Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. song19891121
    3. Topics
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 17
    • Posts 47
    • Best 2
    • Groups 1

    Topics created by song19891121

    • S

      Is there any plan for mobile?
      General Discussion • • song19891121

      4
      0
      Votes
      4
      Posts
      1257
      Views

      Grant Wall

      @PitaJ testing reply

    • S

      update 0.6 to 0.7 failed...
      General Discussion • • song19891121

      5
      0
      Votes
      5
      Posts
      1857
      Views

      W

      @a_5mith The current working version which I see in my admin panel is "v0.6.0" and as I was following the wiki, the target version/branch was "v0.7.x". I also tried "v0.6.0" -> "v0.6.x" but failed with a bunch of git/nodejs errors.

    • S

      xss
      General Discussion • • song19891121

      2
      0
      Votes
      2
      Posts
      1063
      Views

      S

      @song19891121 WASC Threat Classification

    • S

      after update the latest code, I can‘t visit /admin
      General Discussion • • song19891121

      7
      0
      Votes
      7
      Posts
      2503
      Views

      julian

      Hm... are you using a special theme?

    • S

      probleam about stylesheet.css.
      General Discussion • • song19891121

      3
      0
      Votes
      3
      Posts
      1465
      Views

      julian

      @song19891121 Have you tried using a Mirror CDN?

      e.g. Add this to the custom header block in the ACP:

      <link href='http://fonts.useso.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext' rel='stylesheet'>

      Edit: You'd probably still get the error nonetheless, but at least the fonts will work? So maybe use this in conjunction with @a_5mith's suggestion.

    • S

      When you update Nodebb to latest code,guest and normal user can't see the website.
      Bug Reports • • song19891121

      8
      0
      Votes
      8
      Posts
      2624
      Views

      julian

      @song19891121 The permissions were refactored so that by default, if a category has no permissions checked (in the Access Control modal), nobody can access it.

      This is a departure from the previous behaviour, which was:

      Registered users can access and post Guests can access but cannot post

      Which was confusing for some.

      Long story shot

      The upgrade script should transparently convert your existing permissions properly, but clearly there are some bugs. When you upgrade, go through all of your categories and ensure the permissions are set correctly.

    • S

      Using git pull to upgrade Nodebb,after this,NodeBB can't start normally.
      Bug Reports • • song19891121

      10
      0
      Votes
      10
      Posts
      3178
      Views

      A

      You've disabled the search feature of your forum. The search plugin works.

      You don't need to run nodebb upgrade when installing plugins. Nor do you need to disable it either. Nodebb reset plugins switches off all of your plugins.

      Go into your ACP and switch your installed plugins back to Active, restarting NodeBB each time until it crashes, post here the full crash log (looking for the name of the plugin), chances are their will be an update for it. To update a plugin

      npm i plugin-name@latest

      That's all you need to do, you don't need to upgrade or update. Go into your ACP and reload your forum.

      Only do nodebb upgrade when you pull the latest files. And don't reset plugins unless you're having an issue with plugins and you don't know which one. to disable a specific plugin, ./nodebb reset plugin="nodebb-plugin-name"

    • S

      after I using git pull,I can't start my website.
      Bug Reports • • song19891121

      10
      0
      Votes
      10
      Posts
      3374
      Views

      ?

      Ah, after some sleep and reviewing your post again, I can confirm that the net.js error message you are seeing is caused by a plugin. If you paste your entire console log here, we'll be able to show you where it is giving the plugin issue.

      I'm simply having the issue of my NodeBB will start in dev mode, but will not start in normal mode.

    • S

      What's going on?
      Bug Reports • • song19891121

      1
      0
      Votes
      1
      Posts
      680
      Views

      S

      stop.png

      when i run ./nodebb upgrade

      it stops here.

    • S

      [Solved] About the sitemap.xml again.
      Bug Reports • • song19891121

      2
      0
      Votes
      2
      Posts
      1290
      Views

      S

      @song19891121 probleam solved.
      using vim edit config.json
      changing localhost to your website.

    • S

      With more data, Redis will cost more memory。with time going on,it will be a problem, how to solve this?
      General Discussion • • song19891121

      6
      0
      Votes
      6
      Posts
      1760
      Views

      S

      @baris 😄 now I understand.

    • S

      How can I custom the Share button?
      General Discussion • • song19891121

      2
      0
      Votes
      2
      Posts
      1102
      Views

      julian

      You'd need to modify the theme:

      https://github.com/NodeBB/nodebb-theme-lavender/blob/master/templates/topic.tpl#L125-L133

      You'll also have to wire up some custom javascript to handle the clicking of the link as well.

    • S

      where is the root directory of website?
      General Discussion • directory • • song19891121

      14
      0
      Votes
      14
      Posts
      3091
      Views

      Zahid Asim

      @gotwf
      not working same like prev

    • S

      [Solved] What‘s this means?
      Bug Reports • bug • • song19891121

      14
      0
      Votes
      14
      Posts
      2778
      Views

      julian

      @song19891121 Fix is not quite published yet 😄

    • S

      a bug about sitemap.xml
      Bug Reports • bug • • song19891121

      2
      0
      Votes
      2
      Posts
      1224
      Views

      julian

      @song19891121 said:

      头脑风暴室

      gh#2287

      julianlam created this issue in NodeBB/NodeBB closed Sitemap URLs should be URI Encoded #2287
    • S

      How can I solve this problem
      General Discussion • • song19891121

      3
      0
      Votes
      3
      Posts
      2398
      Views

      S

      @a_5mith thanks

    • S

      Could anyone tell me What's this mean ?
      General Discussion • • song19891121

      2
      0
      Votes
      2
      Posts
      858
      Views

      baris

      Those show the unique ips that visit the forum. I recently changed the calculation for all time to it doesn't count all the ips. Thats why all time shows less than month.

      You can reset it by doing.

      redis-cli del ip:recent

      or if you are using mongodb

      mongo db.objects.remove({"_key":"ip:recent"});