Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.8k Topics 26.7k Posts

Subcategories


  • User documentation for NodeBB

    44 Topics
    44 Posts
    Jay MoonahJ
    One of the first important things to do after setting up NodeBB is to set up an emailer plugin. While NodeBB does include a local emailer, if your forum is particularly active we recommend using an third-party emailer such as SendGrid which provides better deliverability for sites that send a high volume of email. Setting up SendGrid in NodeBB is very easy. Open the administrative dashboard using the 'gear' icon on your forum. Open the Extend > Plugins menu, and select the Find Plugins tab. Use the search on the right. Type 'SendGrid' and the plugin should appear -- select Install when you see it. From Installed tab on the Plugins menu, search again for 'SendGrid' and select Activate. Activating the plugin will require a restart of your forum. To restart, select the Dashboard menu and press the Restart button to the right. After NodeBB restarts, the SendGrid plugin will be active. After you restart, there should be a item called Emailer (SendGrid) under the Plugins menu -- if you don't see this right away, try refreshing your browser. Sign up to SendGrid Go to the SendGrid website, open the pricing page and scroll to the bottom. Click on the link and create your free account. Once you've confirmed your SendGrid account via email, you should be able to login to the SendGrid website. On the left side of your SendGrid dashboard, open Settings and click on API Keys. Click the button in the top right to create a new key. Make sure that the key has Full Access for Send Mail and Alerts.  When you are done, the new key to your clipboard. Now, return to the SendGrid menu on your NodeBB admin panel. Paste the API key into the field, and save your changes. Now go back to the Dashboard to restart your forum one more time. SendGrid should now be working for your forum. [image: youtubelogo.png] Setting up SendGrid mailer for NodeBB
  • NodeBB guides, how-to's and general tips and tricks

    83 Topics
    601 Posts
    Z
    not sure the plugin worked for firefox. saw a-z in the sort icon. when i used it, i expected the topics in the category would be sorted a-z. they werent
  • 25 Topics
    201 Posts
    eeeeeE
    I think you answered my point, by agreeing there are issues. I didn't even attempt to deploy nodebb, I had problems with much smaller projects! Nextjs routing was going through a change of design at the time, so perhaps that is less confusing now, but there were multiple other headaches. I would get build errors and issues with package management.
  • Default theme - add widget to side tab

    Moved
    1
    0 Votes
    1 Posts
    1k Views
    D
    I have a widget I want to add a side tab on the theme so people can click it and it opens up. How would I do this?Pic of what I'm talking about
  • How to insert bootstrap icon in a topic?

    2
    0 Votes
    2 Posts
    876 Views
    barisB
    It is possible with a plugin, like emojis, for example a plugin can replace the content :fa-star: with <i class="fa fa-star"></i>
  • Complete List of possible Environment Variables

    5
    0 Votes
    5 Posts
    3k Views
    M
    On that note, a fully written out "demo" config.json file (or even a couple of them, one for Mongo and one for Redis) would be a nice to have in the documentation article about the nodebb config (in addition to the explanations of what each entry does). I'm willing to throw that together if others would find it useful.
  • Page loading hangs (with spinning load indicator)

    2
    1 Votes
    2 Posts
    1k Views
    barisB
    You can check your browser's console and network tab for any failed requests. Also check the server logs for any errors.
  • custom settings for template

    Moved
    1
    0 Votes
    1 Posts
    1k Views
    J
    Hello, I start to make a child-template for persona. The modifications will be light as some style change, add widget zones for categories, etc. I also would like to use a svg as logo and i would like to respect the flexibility and the back office structure. As i begin, i would like to know, is it possible to add field into settings page from the template? For my example, i would like to add an additionnal upload field into the general settings page? One for the svg, the other one for the png fallback. Another idea, add a check box for a no index option? Maybe i have to creat a plugin, maybe it is an option in headers on the advance settings page (i don't understand what is it about?). Thank you in advance for any help. jB
  • Editing the template

    Moved
    6
    0 Votes
    6 Posts
    3k Views
    julianJ
    Ah, that would probably be how it happened
  • nodebb 0.9.3 bug report - Nodebb Crash causes restarting

    2
    0 Votes
    2 Posts
    1k Views
    barisB
    0.9.x doesn't have that code, you are probably on master. Try doing a git pull.
  • Issues trying to setup NodeBB with MongoDB on DigitalOcean[solved]

    7
    0 Votes
    7 Posts
    3k Views
    J
    @ZenOokami said: I don't think it was Mongodb's user or db being the issue ._. Pretty sure "host identifier" has something to do with either nodebb or mongo's hosting setup, but I think it was that of NodeBB on the second time it wasn't accepting my webInstaller settings - not through the command line. But thanks. I wasn't talking about host identifier, I was talking about how to set up using auth and managing your DB's. You having connection issues you should post all your logs, including nodebb, nginx configurations etc. You said: double colon in host identifier Most likely issue with having a wrong syntax with the config.
  • Sidebars in theme persona?

    Moved
    7
    0 Votes
    7 Posts
    3k Views
    A
    Well idk how but it works: https://minova.co what's the case??? Did I break it or what?
  • Users access to uploaded files

    6
    0 Votes
    6 Posts
    2k Views
    P
    @julian Thanks mate... I had a bit of a play with it.... Works as advertised... Great plugin. I'd love the ability to share a copy of the assets folder somehow as well tho. But I know this wouldn't be very safe.
  • 0.7.3 -> 0.9.x

    9
    0 Votes
    9 Posts
    7k Views
    julianJ
    Possibly. Try this. In src/meta/dependencies.js, change the beginning of the function definition for Meta.dependencies.check like so: Meta.dependencies.check = function(callback) { return callback(); // ... rest of method
  • NodeBB installation in a directory

    2
    0 Votes
    2 Posts
    1k Views
    ?
    First of all your NGINX config is incorrect. You want to access the forum under /community, but are using /forum in it. This is a simplified version of my NGINX config: http://pastebin.com/85TqUXyH And here my config.json: http://pastebin.com/5QiE4EMF
  • Does not work search

    Solved
    15
    0 Votes
    15 Posts
    7k Views
    olegO
    @agusputra yeah its truly, but it can update only from console via npm i nodebb-plugin-dbsearch
  • Signed SSL Not Working NodeBB

    2
    0 Votes
    2 Posts
    2k Views
    ?
    @Verpz share your Apache config. I suspect it to be wrong. Also check the log files of NodeBB for any errors.
  • Updating Nodebb from a very out of date install

    3
    0 Votes
    3 Posts
    1k Views
    A
    @frissdiegurke Thanks! Thankfully, Pichalite was able to talk me up to 0.7.3, now we're trying to get up from there.
  • How to Reserve Screen Space for the Global Sidebar

    13
    0 Votes
    13 Posts
    5k Views
    InsI
    Sorry for the ress, but I solve this in Persona with HTML and CSS, just declarating the Sidebar widget-area in categories.tpl and CSS to fix the categories width. I'm newbie with front-end, but this "fix" is functional atm.
  • 0 Votes
    8 Posts
    3k Views
    julianJ
    Yeah, the nginx config for subfolder installs is a bit tricky Glad you got it working!
  • NodeBB logged in user details api endpoint

    1
    2 Votes
    1 Posts
    965 Views
    Usama HameedU
    Hi, I am a relatively new web developer, and wanted to know whether this was a good enough approach to my problem. I have nodebb forums running on a subdomain, and want some of the details of the logged in user to be available to my main domain. I do not want a full fledged sso system or something like that, as I want minimum hassle. I was thinking of the following method, and wanted whether this is feasible from a technical and security point of view. I was thinking of setting '.example.com' for my express cookie session so it is available on my main domain. From there, I can use this cookie to make a cURL request to a custom api endpoint on my forums, which basically returns the users details if the cookie can be authenticated. I hope someone can help me, as I am unsure from a security point of view whether it is feasible. Thanks
  • Backup?

    4
    0 Votes
    4 Posts
    2k Views
    GeraldG
    Thank you. Works like a charm. @Bri and @pichalite
  • 0 Votes
    4 Posts
    3k Views
    MagicVishM
    @Kowlin Hey, thank you for your time in response, and for sure i have done my research on this amazing software forum, i agree it is one of a kind i have VPS server, you know anyone that can possibly help ?