Plugins on 0.60-dev

Bug Reports

Suggested Topics


  • 0 Votes
    1 Posts
    944 Views

    Only option available is "no sound" on both user and ACP.

    Sound does not work on 1.5.0 · Issue #5678 · NodeBB/NodeBB

    Links are created but the only option (both on user and ACP) is "no sound". Mongo Linux

    favicon

    GitHub (github.com)

  • 0 Votes
    29 Posts
    7k Views

    @PitaJ said in in 1.5.0 entering www. gives error "Looks like your connection to [sitename] was lost, please wait while we try to reconnect.":

    @MJ yeah that has to done in nginx

    server { server_name 1.keen.wtf; return 301 $scheme://example.com$request_uri; }

    You could also do it at the DNS level.

  • 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
    4 Posts
    2k Views

    Also, by the way, there is no links to going back to the forum.

  • 0 Votes
    19 Posts
    3k Views

    @julian

    ok, retried and it installed.
    but it's not launching.
    opening the log shows:

    info: * using themes stored in: /home/super/nodeBB/nodebb/node_modules info: NodeBB v0.4.3 Copyright (C) 2013-2014 DesignCreatePlay Inc. info: This program comes with ABSOLUTELY NO WARRANTY. info: This is free software, and you are welcome to redistribute it under certain conditions. info: info: Time: Fri May 16 2014 15:23:40 GMT+0200 (CEST) info: Initializing NodeBB v0.4.3 info: * using configuration stored in: /home/super/nodeBB/nodebb/config.json info: * using redis store at 127.0.0.1:6379 info: * using themes stored in: /home/super/nodeBB/nodebb/node_modules info: NodeBB v0.4.3 Copyright (C) 2013-2014 DesignCreatePlay Inc. info: This program comes with ABSOLUTELY NO WARRANTY. info: This is free software, and you are welcome to redistribute it under certain conditions. info: info: Time: Fri May 16 2014 15:23:40 GMT+0200 (CEST) info: Initializing NodeBB v0.4.3 info: * using configuration stored in: /home/super/nodeBB/nodebb/config.json info: * using redis store at 127.0.0.1:6379 info: * using themes stored in: /home/super/nodeBB/nodebb/node_modules info: NodeBB v0.4.3 Copyright (C) 2013-2014 DesignCreatePlay Inc. info: This program comes with ABSOLUTELY NO WARRANTY. info: This is free software, and you are welcome to redistribute it under certain conditions. info: info: Time: Fri May 16 2014 15:23:41 GMT+0200 (CEST) info: Initializing NodeBB v0.4.3 info: * using configuration stored in: /home/super/nodeBB/nodebb/config.json info: * using redis store at 127.0.0.1:6379 info: * using themes stored in: /home/super/nodeBB/nodebb/node_modules [loader] Experienced three start attempts in 10 seconds, most likely an error on startup. Halting.