Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.9k Posts
  • Don't GET req.query.name to collection.find in express and MongoDB

    Moved
    2
    0 Votes
    2 Posts
    397 Views
    PitaJP
    Hi, while you're welcome to post here, this is not a general forum for Node. It's the community forum for NodeBB, a Node.js based forum software. You'll probably have better luck with your question on StackOverflow or Reddit.
  • 测试一下,中文

    Moved
    1
    0 Votes
    1 Posts
    414 Views
    Q
    我测试一下中文......
  • Facebook SSO Plugin Issues: Data Deletion Callback Request URL needed

    4
    1 Votes
    4 Posts
    823 Views
    julianJ
    @pitaj This seems to be a new requirement, so if that is truly the case, then our Facebook SSO plugin is not compatible with the latest Facebook changes. https://github.com/julianlam/nodebb-plugin-sso-facebook/issues/55 Thanks for reporting
  • How to print NodeBB current version in HTML

    6
    0 Votes
    6 Posts
    860 Views
    PitaJP
    It used to be there, but was removed https://github.com/NodeBB/NodeBB/commit/cb4930dac8854976b68a174ad4b65815f7e63f62#diff-949f495d29fabde280ed4c38b2eaef79a5313bda04f180faa594c135dfffa1ecL22 Not sure why @inna feel free to open an issue on the Github page if you want this added back
  • Adsense Plugin: Can't Find "Ad Slot Unit"

    1
    0 Votes
    1 Posts
    314 Views
    daftcyborgD
    Hi, I'm trying to implement the adsense plugin: https://github.com/NodeBB-Community/nodebb-plugin-adsense It asks for an "Ad Slot Unit" number for different places to post the ads but I can't find the "Ad Slot Unit" in Adsense. It looks like it has been discontinued. Adsense instead provides HTML code. Is there a way to use the plugin? Or do I have to use the HTML (Javascript) in a widget? I tried putting the code from Google in a widget and it doesn't work. All the Best, Dan
  • Suggested Topics Widget

    2
    0 Votes
    2 Posts
    506 Views
    E
    I have same question.
  • How to modify URL params?

    2
    0 Votes
    2 Posts
    357 Views
    <baris>B
    Check out https://github.com/NodeBB/NodeBB/pull/9289
  • User profile fields

    5
    0 Votes
    5 Posts
    1k Views
    T
    @varun-ganesh-d Thank you for the information!
  • Navigation On Recent Cards plugin

    1
    0 Votes
    1 Posts
    304 Views
    daftcyborgD
    Hi, I'm not sure if this is a bug; but when I click on the Recent Cards in the Carousel on my Home page it takes me to the "comments" section of the topic not the topic itself. Is there a way to change this? All the Best, Dan
  • Users Often Can't Reply (NodeBB 1.15.0/Redactor)

    2
    0 Votes
    2 Posts
    445 Views
    PitaJP
    We highly recommend you stay up to date for the latest security fixes. This looks more like a cacheing issue though. You can try running a rebuild and restart, that should reset the cache buster.
  • Error Forbidden

    6
    +0
    2 Votes
    6 Posts
    1k Views
    omegaO
    Ok I had similar happen a day or so ago, sans error message. I eventually had to discarded the post entirely and start again. That worked. No need to log out from NodeBB (1.16.2), this was on Safari iOS 14.3 on iPhone.
  • cloned nodebb, now getting errors with username taken?

    5
    0 Votes
    5 Posts
    937 Views
    D
    @pitaj Yes it does sound like the same issue, I did notice that even after I deleted all the users, if I tried to register a new user with a new email that I know was not present previously the new user ID is sequential so that tells me that even though I deleted all the users, there is still some data existing somewhere in the database that was preventing registrations using any previously known email. As I said, I just gave up and deleted the database and started fresh, took me much longer to reconfigure everything, but was the only option I had since I couldn't get any user registrations to work.
  • How to add custom icons ?

    1
    1 Votes
    1 Posts
    1k Views
    finauF
    but not from Font-Awesome ?
  • how many category can create by nodeBB?

    8
    0 Votes
    8 Posts
    2k Views
    F
    Great work @baris! Will update and report my findings.
  • @ sign when replying to posts no longer shows users?

    3
    0 Votes
    3 Posts
    877 Views
    julianJ
    @mark-coniglio hi Mark. At this time I am not aware of any regression with the mentions plugin, which would usually point to some sort of configuration error. Do you see any errors on the client side, in the browser dev tools?
  • How to add privacy policy to registration page

    2
    0 Votes
    2 Posts
    821 Views
    yariplusY
    @daftcyborg Use the setting "Forum Terms of Use" in the admin/settings/user page for a simple agreement at registration.
  • Composer Formatting Options Not Working On New Post/Topic

    6
    0 Votes
    6 Posts
    2k Views
    daftcyborgD
    Upgrading solved it. Thank you very much.
  • Remove the padding on the mobile topic page

    5
    +1
    0 Votes
    5 Posts
    1k Views
    This problem has been troubled for a long time, thank you very much to solve it!
  • Access-Control-Allow-Origin header not added

    7
    0 Votes
    7 Posts
    2k Views
    PitaJP
    @mana looking back at your original question, I think you're misunderstanding how that header works. Your browser is refusing to load the mp4 file because the source site (vfx.mtime.cn) doesn't have a permissive Access-Control-Allow-Origin header. I don't think it has anything to do with your forum's ACAO header.
  • How to see / track user downloads?

    2
    1 Votes
    2 Posts
    359 Views
    julianJ
    @greyteapot Hm. This is difficult to do because there is no out of the box solution at present. That is, we don't track who downloads what from assets/uploads/files. We could add in logic to send this information to a plugin, but I don't think we would want to do this from within NodeBB core itself. Let me know if you're interested in that.