Skip to content

General Discussion

A place to talk about whatever you want

3.8k Topics 23.5k Posts
  • Who is using NodeBB?

    Pinned
    626
    89 Votes
    626 Posts
    959k Views
    mybossM
    موقعي قريبا على الانترنت
  • Help!!!!

    11
    0 Votes
    11 Posts
    79 Views
    barisB
    Make sure you have colors and icons selected for each category, then try a rebuild and restart. What did you set your home page to? On this forum the home page is set to the categories page.
  • How to delete file using api

    2
    0 Votes
    2 Posts
    20 Views
    barisB
    You need to send a csrf token with your request, check someone of the post requests we make, we get the csrf token from config.csrf_token.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    19 Views
  • NodeBB on Android / PWA

    12
    0 Votes
    12 Posts
    130 Views
    R
    @schajuli I usually end up using BrowserStack to debug issues like this. I think they have a free tier. You will have to use BrowserStack Local since, I assume, you're behind a corporate firewall. You should be able to inspect all network traffic and see if any errors occur. You could also try running Android Studio on your desktop, but that's a little more involved. [image: 1721920391497-screenshot-live_browserstack_com-2024_07_25-10_06_00-resized.png]
  • How to bookmark a topic?

    3
    0 Votes
    3 Posts
    53 Views
    macfanM
    @phenomlab Thank you very much.
  • Top Posters add on the homepage

    4
    0 Votes
    4 Posts
    66 Views
    phenomlabP
    @baris That would be great. Thanks for this
  • open by default Navigation section.

    6
    0 Votes
    6 Posts
    151 Views
    barisB
    That setting was added in one of the later releases, you would need to upgrade to get it.
  • Add thumbnail image in topic list

    6
    0 Votes
    6 Posts
    117 Views
    vijay kumavatV
    @phenomlab , Thank you for sharing , But when i am sharing this link on twitter or other social platform its not showing thumbnail as a Open graph image.
  • Error with Custom Headers

    5
    0 Votes
    5 Posts
    199 Views
    yasasY
    Hi @baris Sorry about the delay. Had to confirm again. Yeah this header was present throughout the site surprisingly. Have to check if it's the same once upgraded.
  • Need help on API registration. Security concerns

    Solved
    20
    0 Votes
    20 Posts
    240 Views
    D
    I will use this. So thank you for the information and the solution.
  • Is it possible to install nodebb using docker image on Render or railway

    1
    0 Votes
    1 Posts
    54 Views
    ssangyong sportsS
    Is it possible to install nodebb using docker image on Render or railway
  • Strange NodeBB behavior when new reply is written in watched thread

    3
    0 Votes
    3 Posts
    68 Views
    SinisterSpatulaS
    pasting the image for you [image: 1720581839158-53760584-4f21-43fc-98ce-b5fa21822b98-image-resized.png]
  • random displaying topics

    11
    0 Votes
    11 Posts
    289 Views
    S
    nice bro. It works now. Great plugin!!
  • Help !

    2
    0 Votes
    2 Posts
    49 Views
    phenomlabP
    @Ahmadxon Welcome. A good starting point is the below https://docs.nodebb.org/
  • How do I remove this icon

    15
    0 Votes
    15 Posts
    176 Views
    phenomlabP
    @traarrr should do, but you probably need to use media classes.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    23 Views
  • Possibility on marking tags as 'not safe for work'?

    Solved
    3
    0 Votes
    3 Posts
    85 Views
    hellowmellowH
    thanks will check this out. Appreciated.
  • 0 Votes
    2 Posts
    72 Views
    barisB
    When I test the url of this topic in https://developers.facebook.com/tools/debug/ I can see the og:image. Take a look at your markup and see if you have proper og:image tags.
  • Dropdown Filter select multiple

    2
    1 Votes
    2 Posts
    75 Views
    barisB
    Clicking on all categories had a little bug that I fixed in https://github.com/NodeBB/NodeBB/commit/10c5cd4c62443e2a11cf83f94a16ab4ab8c97106. Try it on this forum, clicking it should go to all categories without closing the dropdown. Removing multiselect is harder, you would have to modify or override how the click handler works. The relevant code is here. There are two event listeners involved, Listening for clicks on the items Listening for hide event on the dropdown to do the navigation.