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
    196 Posts
    phenomlabP

    @baris updated to 3.7.2 and now just waiting for the plugin to be updated.

  • 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
    996 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
    867 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
    943 Views
    S

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

  • nodebb 1.5.2 Profile Cover images

    8
    0 Votes
    8 Posts
    2k Views
    J
    location ~ ^/assets/(.*) { root /home/**/nodebb/; try_files /build/public/$1 /public/$1 @nodebb;

    Theres no assets folder in that location. Where the heck is it being routed too? lol

    Oh wait derp, it replaces assets name.

    PS: I turned cloudflare caching off its in dev mode so thats not the issue.

  • Plugin - Google Recaptcha

    8
    0 Votes
    8 Posts
    2k Views
    J

    @pitaj thx but i figured out why it wasnt working as mentioned above, was a js conflict.

    Question is does this plugin support the new recaptcha invisible that google just came out with a few months ago?

  • How do I add custom HTML page on a hosted plan

    3
    0 Votes
    3 Posts
    2k Views
    Vamsi KrishnaV

    Thanks @julian

  • Connection lost to the forum

    2
    0 Votes
    2 Posts
    1k Views
    barisB

    @Vamsi-Krishna send a email to [email protected] so we can look into it. Thanks.

  • 0 Votes
    10 Posts
    3k Views
    B

    Thanks so much, that has worked and I can now post new topics and replies.

    However I now have another issue but I think it's unrelated so will start a new thread.