Admin settings page: switching tabs always comes back to the first tab

Bug Reports

Suggested Topics


  • 0 Votes
    1 Posts
    1k Views

    Hello, nodebb-plugin-markdown always highlight code blocks even when the option at ACP is not selected.

    if you have this problem just change file node_modules/nodebb-plugin-markdown/index.js line (actually number 32)

    highlight: Markdown.highlight ? 1 : 0,

    to

    highlight: false,
  • 0 Votes
    3 Posts
    1k Views

    Yep, it's supposed to work like that. It's not really indicative of anything, because we can't really tell how far along a page is when requesting it from the server, so we animate the progress bar to a certain point, and move it to 100% when ready.

    A bit of an underhanded trick, but it works amazingly to make it look like NodeBB is:

    Doing something Incredibly fast.
  • 0 Votes
    5 Posts
    2k Views

    @baris Ahhh the power of mouse drawn arrows, it would be nice to see a mass ignore button somewhere, to unsubscribe from all topics.

  • 0 Votes
    5 Posts
    1k Views

    @Kamal-Patel, this bug wasn't due to NodeBB, it was due to using Apache. I switched to nginx and now the site is quite responsive and doesn't require double clicking of links or reloading of tabs. I suspect that I did not enable or compile Apache's websockets module correctly.

  • 2 Votes
    4 Posts
    2k Views

    Hey guys. The first thing I usually check with node apps is whether or not the frame options are set. I don't understand why Express doesn't make this a default.
    At least for signed in users this should definitely be the case, because stealing someones info is a piece of cake this way.

    Other than that, thanks for making this software. If you guys keep it up, I'm sure this can have a bit of an impact on the node eco-system!