Skip to content

General Discussion

A place to talk about whatever you want

3.8k Topics 23.2k Posts
  • 0 Votes
    1 Posts
    839 Views
    xiaoxinX

    Install nodebb on windows,and can't get scripts via "scripts" config in plugin.json.
    the link like this"http://mysite.forum/node-modules/nodebb-plugin-markdown/public/js/client.js"
    dose anyone run into this?

  • Using NodeBB as mailgroup

    1
    0 Votes
    1 Posts
    1k Views
    C

    I'm starting using NodeBB. It works great till so far.
    The most important functionality of my site is email notification. The only way I know to do this is asking everyone to watch a thread. But this is not straight forward.
    What I want is some utilities that can send emails to all the users in a group. Is it possible with current version?

    P.S. I think notification to all users when new post in a certain category suffices.

  • Customsize the ui of the sso entrance

    5
    0 Votes
    5 Posts
    2k Views
    xiaoxinX

    @julian hmm,that's sounds great!😄

  • Nodebb not accessible from LAN

    6
    0 Votes
    6 Posts
    3k Views
    C

    @Chong Hey I got it solved.

    I changed the port to 4568 instead of 12001 and everything works well. It seems Ubuntu deals with these ports differently.

  • 0 Votes
    2 Posts
    739 Views
    julianJ

    @pitaj check out the templates.js repository 😄 that is the templating engine we use.

  • SSL Question.

    9
    0 Votes
    9 Posts
    3k Views
    julianJ

    Me neither. Typical SSL key allows two parties to share information, the client and the server. Cloudflare's Universal SSL ups that to three, with CF acting as the middleman.

  • Forum Updated Message

    6
    0 Votes
    6 Posts
    3k Views
    P

    @Hưng-Thành-Nguyễn said:

    @peter for more details, when you restart/reload the forum in the ACP or in CLI, it will ask you to refresh the page to apply the changes such as templates... NodeBB is non-reloading template system, everything is loaded when you first load the forum. It just reload the data when you click the links or have a new data push to it then it render with preload templates.

    Thanks for the details!

    @julian said:

    @peter If you are seeing that message and you are not doing anything related to restarting or reloading, your NodeBB is crashing repeatedly and automatically bringing itself back to life.

    Run ./nodebb log and show us if there are any errors logged 🙂

    I saw it here on nodebb.org when I first signed up and was browsing around. Didn't understand it so that led me to post the topic. Noted your tip. Thanks!

  • I just featured NodeBB on my blog

    6
    4 Votes
    6 Posts
    2k Views
    julianJ

    I'm sure @psychobunny would love that. It was his idea entirely 😄

  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    11 Views
  • nodebb setup redis npm warn

    3
    1 Votes
    3 Posts
    3k Views
    P

    @Hưng-Thành-Nguyễn Will ignore. Thank you for confirming!

  • can'f find local sound files

    9
    0 Votes
    9 Posts
    3k Views
    xiaoxinX

    @Scuzz Yeah,it is the path cause the problem ,hmm i move the sounds folder to the path in windows now.Thanks.😃

  • nginx as proxy with wordpress

    8
    0 Votes
    8 Posts
    4k Views
    P

    @a_5mith I have it setup on a new DO droplet using the server IP (no domain yet) for both server_name and the base_url - basically replacing localhost referenced in my previous post. Hope that makes sense.

    for example:
    "base_url": "http://xxx.xxx.xxx.xxx",
    server_name xxx.xxx.xxx.xxx;

    working url via http://xxx.xxx.xxx.xxx:4567/forum
    404 not found for http://xxx.xxx.xxx.xxx/forum

    Appreciate all you help.

  • Show newest topics for nodeBB in my site

    5
    0 Votes
    5 Posts
    2k Views
    xiaoxinX

    @a_5mith thank u very much,it helps lot😀

  • Is imgur slow for anyone else?

    5
    0 Votes
    5 Posts
    2k Views
    julianJ

    Ugh, Deep Packet Inspection is awful. Over here, I use MLPPP to get around it.

  • Redis Cluster in Redis 3.0

    2
    0 Votes
    2 Posts
    2k Views
    julianJ

    Oh boy... a lot of that is beyond me, but I'm glad Redis is introducing clustering 😄

  • GitHub Student Developer Pack

    13
    3 Votes
    13 Posts
    5k Views
    ?

    Oh this is lovely. Excellent share.

  • Why "Moderator" can't Edit Topic of Others?

    2
    0 Votes
    2 Posts
    1k Views
    A

    Got the solution.

    The option is available under Manage > Categories > Options > Access Control > Search User > Privileges.

    modeoption.png

  • 0 Votes
    3 Posts
    2k Views
    reaonR

    Is name of that app as a secret?! lol

    Ghost.org have the same service; However I need some information for own. Is it possible by Openshift or webmatrix?!

  • 0 Votes
    5 Posts
    7k Views
    julianJ

    As far as I know, the code for blog comments has been reworked, and should be working fine for Wordpress 🙂

  • Mad ramblings about using NodeBB as a CMS...

    3
    0 Votes
    3 Posts
    2k Views
    julianJ

    It's definitely possible, as the theming for NodeBB is quite flexible. Earlier this year, I started working on a blog-like theme, based off of some designs by Randy M. Daniel: http://www.randydaniel.me/nodebb-theme

    I didn't quite get it to the point of publishing it, so if you're interested in picking up where I left off, feel free!

    Link Preview Image GitHub - julianlam/nodebb-theme-viridian: Blog-like theme, inspired by Randy M. Daniel

    Blog-like theme, inspired by Randy M. Daniel. Contribute to julianlam/nodebb-theme-viridian development by creating an account on GitHub.

    favicon

    GitHub (github.com)