Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.9k Posts
  • CSV

    8
    0 Votes
    8 Posts
    1k Views
    cleoC
    Thank you so much for your answer @baris . The issue was resolved when I removed the extra / in url in config.json so from { "url": "https://forum.forum.com/", ... } to { "url": "https://forum.forum.com", ... }
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
  • Hello guys

    2
    0 Votes
    2 Posts
    884 Views
    Tokio_AliveT
    Some themes are not working, check this too
  • Error

    2
    0 Votes
    2 Posts
    441 Views
    <baris>B
    Not sure what you mean. Dragging and dropping an image into the composer works fine for me.
  • About installation instructions

    2
    0 Votes
    2 Posts
    550 Views
    FrankMF
    https://docs.nodebb.org/installing/os/
  • Suggestions for tag system

    2
    0 Votes
    2 Posts
    773 Views
    <baris>B
    You can use category tag whitelist for #1 and #3. It is configured on a category basis and users can only use those tags.
  • Integrating nodebb into my own app (centralised)

    1
    0 Votes
    1 Posts
    419 Views
    Ahmed QureshiA
    Hey, so first of all great work to the guys behind this great piece of software! I wanted to introduce a community to my nodejs app and wanted to know if you guys have guides or some kind of walk through for integrating your models into mine. I can merge the user models and separate everything else to have one big app dB that has my own app as well as nodebb (while having nodebb run on a separate server and not mess with any of its inner workings) Any help and resources are appreciated!
  • Mongoose

    1
    0 Votes
    1 Posts
    379 Views
    A
    Hey all, I had never used Mongoose before but I know it is used for schema and validation. I was wondering though if anyone knew off chance if it could be added to NodeBB's database without it interfering with how it currently operates? I came across this backend administrative application called ForstAdmin and I was thinking about trying to see if I could add it into my current install. The application itself is made to integrate into an application you already have up and running, but that is under the assumption you are already have Mongoose and are using Express. I might spin up another board just to give it a go and see what happens, lol. Thanks all, AnLee
  • New to Js I need Help.

    2
    0 Votes
    2 Posts
    468 Views
    Y
    const divisors = integer => { const array = []; const numbers = []; for (let i = 2; i < integer; i++) { if (integer % i === 0) numbers.push(i); } return numbers.length > 0 ? `${numbers} \n ${integer} is prime.` : `${integer} is prime.`; }; console.log(divisors(10));
  • Nodebb image uploader code?

    3
    0 Votes
    3 Posts
    890 Views
    S
    It's a plugin, and you can use more than one.
  • background

    1
    0 Votes
    1 Posts
    297 Views
    MarcinM
    Would you suggest what kind of background would be best for my oxide theme? https://szkolnecentrum.pl/topic/1864/money-makes-the-world-go-round-do-you-agree
  • How to restrict view, edit access to just the author and moderators?

    2
    0 Votes
    2 Posts
    606 Views
    julianJ
    To just the author and mods, unfortunately we cannot support this yet, as we don't have a "post author" pseudo-group. That is a good idea, though. We did accomplish this via nodebb-plugin-support-forum, you could try this and see if it still works?
  • ksort” in PHP

    1
    0 Votes
    1 Posts
    322 Views
    B
    What is the use of “ksort” in PHP
  • Recent Topics

    5
    0 Votes
    5 Posts
    2k Views
    K
    @julian Which plugin is it?
  • How to restrict the access of the post by other users?

    1
    0 Votes
    1 Posts
    367 Views
    Gzz chhG
    when one user make a post he can only see the post by himself, and he can't see the posts from other users even the list of this category. can NodeBB do this?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
  • How to remove the up.js in v1.11.2

    3
    0 Votes
    3 Posts
    788 Views
    <baris>B
    That's not something added by core NodeBB, check your plugins or custom header.
  • After AI

    6
    0 Votes
    6 Posts
    743 Views
    B
    @scottalanmiller Yes,I too think in such a way. Something like 'Meta' that develop by AI itself. If such a thing developed,could it be the end of humanity as Julian said.
  • I dont receive confirmation emails ! Error log here

    3
    0 Votes
    3 Posts
    1k Views
    <baris>B
    @bansri You need to install sendmail on your server if you are getting this error. Error: spawn sendmail ENOENT
  • Why can't select text or click links in posts content?

    2
    0 Votes
    2 Posts
    415 Views
    <baris>B
    This is a bug https://github.com/NodeBB/NodeBB/issues/7814