Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.7k Topics 26.2k 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.

    YouTube Setting up SendGrid mailer for NodeBB

  • NodeBB guides, how-to's and general tips and tricks

    82 Topics
    599 Posts
    barisB

    Quick start plugin has an example on how to add a new api route https://github.com/NodeBB/nodebb-plugin-quickstart/blob/master/library.js#L40-L76.

    The hooks that are fired client side are for client side code in plugins. If you want to pass data from the client to the server you have two options.

    Create an api route like in quick start plugin Create a new socket event listener on the server side and use socket.emit() client side. Example here
  • 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.

  • 0 Votes
    4 Posts
    2k Views
    Z

    I also encountered this problem, before filling out the service IP to domain name after the return to normal

  • Unable to change Forum Base URL

    3
    0 Votes
    3 Posts
    2k Views
    O

    It seems to be working fine now and the domain had changed, however now if I access the forum via the old url (http://maguss.nodebb.com) there is that message about trying to reconnect.

  • 0 Votes
    5 Posts
    3k Views
    Z

    Hi,Guys of this problem you solve it, how to solve

  • Activates plugins, delete plugins

    3
    0 Votes
    3 Posts
    1k Views
    N

    @pichalite thanks.

  • Digital Ocean - Nodebb setup trouble

    6
    0 Votes
    6 Posts
    2k Views
    M

    @teh_g I changed the nginx configuration to what is displayed in the docs, which now works. Nginx is working fine and im using Node v.8.2.1 - I've tried using 6.11.2 which didn't work for me at all. It wouldn't let me use the npm install --production command without crashing, which 8.2.1 will.

  • 0 Votes
    9 Posts
    3k Views
    J

    @julian said in Anyone here able to help with an NGINX config issue?:

    @Joykiller We're on a pretty old version of Ghost actually 😞

    0.7.1 😬

    Yeah thats what I thought.

  • v1.5.3 Can't mention groups?

    3
    0 Votes
    3 Posts
    1k Views
    M

    @baris said in v1.5.3 Can't mention groups?:

    Check the ACP page for the plugin. You should be able to enable group mentions there.

    Thanks, @baris! I knew there was something I was overlooking and forgot @mentions were actually a plugin.

  • Restricting view

    1
    0 Votes
    1 Posts
    601 Views
    M

    Is it possible for Nodebb to be in control of wordpress privileges?

    I have a page on my wordpress website, with some iframe/php on, but I would like this to be inaccessible unless the user has registered to my Forum initially.

    Can this be done?

  • 0 Votes
    2 Posts
    997 Views
    barisB

    Using an emailer plugin is the suggested way of solving this https://github.com/julianlam/nodebb-plugin-emailer-sendgrid

  • Chat Input Box Not Visible Mobile

    5
    0 Votes
    5 Posts
    1k Views
    M

    @julian said in Chat Input Box Not Visible Mobile:

    Hm, then looks like focus is there... when you start typing does it focus onto the textbox?

    Nope. I just have to guess that my typing is correct. 😃

  • Strange privileges behavior

    10
    0 Votes
    10 Posts
    3k Views
    barisB

    This should be fixed in https://github.com/NodeBB/NodeBB/commit/e9f8cdc7f064a811ed2553a3ea4ef99f6f8f1d95

  • Can't move topics to different categories

    6
    0 Votes
    6 Posts
    2k Views
    julianJ

    @jarko Glad to hear it!

  • expired session

    7
    0 Votes
    7 Posts
    2k Views
    S

    that is i hv to route insecure http to https.
    i am sort of novice. just started the implementation of node on cloud9. so it wud be so nice of u to tell me where to write this section of code.

  • after upgrade I can not login as admin

    5
    0 Votes
    5 Posts
    2k Views
    julianJ

    @atozsoft There was really no need to reinstall NodeBB... within 24 hours the account would have automatically unlocked 😄

  • 0 Votes
    1 Posts
    656 Views
    S

    Can any one tell me how to get call notifications using socket.io from angular or nodejs app

  • Edit system template

    4
    0 Votes
    4 Posts
    1k Views
    herrausragendH

    Works like a charm, thanks again!

  • 0 Votes
    2 Posts
    2k Views
    J

    Gotta download the email plugin for SMTP.

    Fill it out with your info, or another client instead of local. (I use Amazon SES SMTP account details.)

  • How to install nodebb in mlab?

    Moved
    5
    1 Votes
    5 Posts
    2k Views
    J

    Okey. Thanks.

  • server requirements

    1
    0 Votes
    1 Posts
    868 Views
    Z

    hello everyone,
    I wanted to know what's minimum server requirements for running nodebb with 500 users and 10k posts? and is installing on openshift (v2) still supported? can i install latest version on old openshift v2?
    also wanted to say thanks to everyone who's involved in making this amazing piece of software ❤

  • Notification to external web applicaiton

    3
    0 Votes
    3 Posts
    946 Views
    S

    Thank you @meetdilip, any example or documentation for reference.