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.

  • Email for Amazon SES?

    1
    1 Votes
    1 Posts
    840 Views
    G

    I'm switching from Mandrill to Amazon SES. There is an option to send using SMTP.

    I wasn't able to find an up-to-date version of the Amazon SES plugin that works with NodeBB >= 1.

    Similarly, based on the Git issues, it looks like the emailer-local and emailer-ssl-smtp plugins also aren't compatible?

    What are you guys using for SMTP?

  • NodeBB Controlled by Monit

    2
    0 Votes
    2 Posts
    809 Views
    snodejokeS

    I'm having the same issue!

    If anyone has any experience with this, it would be really helpful.

  • [Solved] Above header progress bar

    Moved
    5
    0 Votes
    5 Posts
    2k Views
    insuusveneratiI

    @yariplus

    Thank you. I'll try this out.

    Edit: Worked perfectly! Thank you again.

  • How to move the whole forum from / to /forum

    2
    0 Votes
    2 Posts
    1k Views
    jareyJ

    @bernatixer have a look at:

    Deploy NodeBB in a subfolder of a site https://community.nodebb.org/post/43630

    Hope it helps.

  • 0 Votes
    1 Posts
    789 Views
    JamJ

    Hihi, i'm going to migrate the Ghost-Blog's topics to my new Nodebb site, there are dozens of topics, and i use the nodebb-plugin-blog-comments to move the topic to the Nodebb site, and my question is : How to map the old Ghost-Blog topic's url to the new Nodebb topic's route ?

    For example:

    There is a topic in Old Ghost-Blog: http://mysite.com/2016/06/23/guipin-jia/ And i migrated above topic to the new Nodebb: http://mysite.com/topic/12/guipin-jia/

    I wish that the nodebb can redirect the old Ghost-Blog's topics url to the new nodebb's topics url, when the users browser the old Ghost-Blog's urls~

    Please help, many many thanks~ @julian @psychobunny @baris @pichalite

  • Sitemap URLs when using Nginx on NodeBB

    3
    0 Votes
    3 Posts
    1k Views
    julianJ

    Best of luck with the forum, @CatchThemAll! It's not released in Canada yet 😦

  • Favicon doesn't change - please help

    2
    0 Votes
    2 Posts
    960 Views
    julianJ

    You likely need to restart your NodeBB. Also ensure you clear your browser cache so it does not load the same favicon from before.

  • Issue with invited users

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    julianJ

    @sohpingting For hosted instances, please email us directly at [email protected].

  • 0 Votes
    5 Posts
    2k Views
    julianJ

    That is quite bizarre 😦

    Unfortunately I do not have experience with Apache, so unless you want to try nginx (which I think is kind of overkill of a solution), you'll have to see if anyone else can help...

  • warn: [socket.io] Empty method name

    1
    0 Votes
    1 Posts
    706 Views
    C

    I'm getting this error in the nodebb log when I try and create a new post/topic:

    warn: [socket.io] Empty method name

    I recently moved the forum between servers. When I hit submit on the new post/topic, the submit button dims to a lighter blue and becomes disabled but the post is not created.

    Does anyone have any ideas how I can troubleshoot this further?

    I am using the redactor composer v 1.3.6. NodeBB version is 0.9.0 (I plan to upgrade soon but would like to fix this first)

    composer default is disabled - I have a dim memory that this was required in order to use the redactor composer.

    Would be grateful for any ideas on what might be causing this as I am crying into my cornflakes 😞

  • Deassociate with SSO

    5
    0 Votes
    5 Posts
    2k Views
    JenklerJ

    Yeah, thats true indeed. So a Deassociate function would be great 🙂 It much easier to get people to signup with SSO 😉

  • uploads for non admins/mods

    11
    2 Votes
    11 Posts
    3k Views
    C

    sent it again, try checking spam folder, the email its coming from is [email protected]

  • Search limitation for guest.

    3
    0 Votes
    3 Posts
    975 Views
    JenklerJ

    Yeah, but this is only for guest searches to minimize abuse!

  • Post-list in user profile all grey

    3
    0 Votes
    3 Posts
    1k Views
    vukidrockV

    hi Baris, thank you for your support

    I use git fetch and ./nodebb upgrade

    It's OK now

  • How to modify the TAGs' name?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    JamJ

    @pichalite because some topics i synchronized from GHOST's blog through nodebb-plugin-blog-comments, and the TAGs were synchronized too, but it would appear that some TAGs' symbol were escaped by the system, just like musician's equip was escaped to musician&X27S equi....

  • 0 Votes
    7 Posts
    2k Views
    N

    @pichalite Thanks. I appreciate the knowledge.

  • Duplicate Thread Prevention

    2
    0 Votes
    2 Posts
    625 Views
    P

    @jtwanke no

  • users reputation

    7
    0 Votes
    7 Posts
    2k Views
    barisB

    @pichalite Yes please file it in the repo, that would just increment the reputation in the user hash but their order in the /users/sort-reputation page won't change.

  • 0 Votes
    3 Posts
    2k Views
    C

    @Dravere I tried this but it didn't seem to resolve the problem for me. I don't have the sites in sub-folders - I'm using different ports instead i.e 4567 and 4566

    I added the code here:

    https://github.com/NodeBB/NodeBB/pull/4663/commits/b530361851c45311e98b76759710216d595d22eb

  • 0 Votes
    3 Posts
    1k Views
    JenklerJ

    Petty advanced code that bugs like 😉