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.
  • Simplifying the URL

    5
    0 Votes
    5 Posts
    2k Views
    E
    @PitaJ said in Simplifying the URL: @etakmit unfortunately, multiple posts can have the same title, so some kind of unique ID has to be included in the url. It could be the pid of the post, either prepended or appended to the URL, or something else. Fair point!
  • Text Widget | Parse as a Post: Not Functioning as Expected

    1
    0 Votes
    1 Posts
    820 Views
    R
    So I have an odd little issue. I am trying to use a plugin "shortcode" (or whatever the proper terminology is) in a Text widget but it is not working. Specifically I am trying to add [carousel{"items":1,"lazyLoad":false}] to a text widget. I do have the Parse as a Post? (Take all post-related plugins into effect) selected yet when I view the page that has the widget on it the Carousel plugin does not seem to be kicking in and doing what it should. Is there something I can add to make sure the "parse as a post" is doing what it should be doing? Thank you.
  • dbsearch not work

    Unsolved
    8
    0 Votes
    8 Posts
    4k Views
    S
    @alff0x1f ok
  • S3 Uploads requiring public access

    4
    0 Votes
    4 Posts
    2k Views
    R
    @CJ-Infantino I added a bucket policy that restricts all hotlinking except from my site itself. I am using a Deny with a StringNotLike condition. This is what works for me: { "Version": "2008-10-17", "Id": "preventHotLinking", "Statement": [ { "Sid": "Allow get requests referred by example.com", "Effect": "Deny", "Principal": { "AWS": "*" }, "Action": "s3:GetObject", "Resource": "arn:aws:s3:::exampleBucket/*", "Condition": { "StringNotLike": { "aws:Referer": [ "http://example.com/*", "https://example.com/*" ] } } } ] }
  • Anybody up for teaching me how to SSL working with NGINX?

    11
    0 Votes
    11 Posts
    4k Views
    E
    @julian I'm still determining what is best. I think once a month depending on the timing could be problematic (although a manual renew isn't the worst thing in the world). Even the letsencrypt walkthrough says twice a day Note: if you're setting up a cron or systemd job, we recommend running it twice per day (it won't do anything until your certificates are due for renewal or revoked, but running it regularly would give your site a chance of staying online in case a Let's Encrypt-initiated revocation happened for some reason). Please select a random minute within the hour for your renewal tasks. I might go with that or I might go weekly. We'll see.
  • Weird Translation issue inside the admin panel

    3
    0 Votes
    3 Posts
    1k Views
    RoiEXLabR
    Thank you so much! That was the issue the whole time! Can't thank you enough!
  • Translation failed: ReferenceError: componentHandler is not defined

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    W
    @PitaJ Thanks for the info.. This is the material light library right? Yeh doubt they will change their policies for storage sites.. My company was bought by another and they even blocked SD card \ USB writes. Thanks.
  • Where is the template parsing logic?

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    Q
    @jiangcaiyang I meant to say siblings, the (misleading?) path syntax '../' lead me to saying parent's siblings. I don't mean parsing them either, I only intend to reference them.
  • nginx with valid_referers with regular expression

    5
    0 Votes
    5 Posts
    3k Views
    jiangcaiyangJ
    @PitaJ Tried, but still 403. Is there any convenient way to check if the rules are valid. And there are few instances on regular expressions for nginx valid_referers.
  • wordpress-SSO plugin restricts access to nodebb admin panel

    2
    0 Votes
    2 Posts
    1k Views
    PitaJP
    @CJ-Infantino you can disable plugins from the command line: ./nodebb reset -p nodebb-plugin-sso-wordpress
  • Delete topic setting confusion

    2
    0 Votes
    2 Posts
    1k Views
    B
    @BuZz 1 is the correct answer,as the number of replies includes the first post in the topic which isn't technically a reply, which I think adds to the confusion. Also with the reversed logic from the 2 settings before (which are how many seconds someone is allowed to do something, rather than how many until they are disallowed)
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    13 Views
  • Anyway to reflesh the forum page on clicking the login button on menu

    Moved
    2
    0 Votes
    2 Posts
    2k Views
    G
    @jiangcaiyang when I go to QT's forum I get redirected to https
  • Outgoing link changes to lowercase in upload folder

    Unsolved
    1
    0 Votes
    1 Posts
    773 Views
    G
    So, I started uploading files in the public/uploads/file via scp. The topic I created/create with the write-api have as content more or less only a link with code: [file-to-download's name](/uploads/files/timestamp-File-To-Download-s-Name). The link in the first topics works perfectly, but in the latest 4/5 topic (and in the new ones I create) the link, when clicked, change automatically to lowercase, resulting in an error "Not Found". But if I copy the link from the HTML (where is not lowercase), it does download the file. What can be? That changes those links?
  • How to set og (open graph) URL on shared posts (on FB, etc)

    1
    0 Votes
    1 Posts
    1k Views
    S
    Hi, see this example: https://www.dropbox.com/s/8cpq54296zzhggn/Screenshot 2017-01-27 11.14.26.png?dl=0 I've shared a post, and it showing the site logo which looks terrible on a shared post. I found the og:image setting in the admin area, so I hope that it fixes that part. But the URL - I set the DNS of my board to show the URL as boards.babygrande.com. So I'm confused why when I share a post, it shows the nodeBB address. How do I set a og:URL property, or in simpler terms, how do I have the URL display as boards.babygrande.com, and not the nodeBB address? Thanks S
  • It does not work administrative panel

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    S
    @hukadan THANKS!!!
  • Weird nodebb 502 bad gateway

    15
    0 Votes
    15 Posts
    5k Views
    W
    @PitaJ said in Weird nodebb 502 bad gateway: at version of NodeBB do you have? currently running 1.0.3 After making backups, I ran the ./nodebb upgrade which did some stuff but the problem was still there and I rollebacked and decided to run it via forever. just wondering why it would not work the way that it did for 2 years
  • 0 Votes
    2 Posts
    5k Views
    P
    @rod it's not displayed anywhere on the theme.
  • Chats not updating

    6
    0 Votes
    6 Posts
    2k Views
    barisB
    It is only required if you are running more than 1 process.
  • How do I get rid of NodeBB?

    Moved
    3
    0 Votes
    3 Posts
    3k Views
    E
    @tedbaker said in How do I get rid of NodeBB?: @etakmit isn't this the 'Site Title' under Settings > General, you can either change the text or turn it off I was so worried about the icon section that I entirely missed that field. Thank you!