Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.8k Posts
  • 0 Votes
    8 Posts
    4k Views
    julianJ
    @kalihman A primer on writing plugins can be found here: https://docs.nodebb.org/en/latest/plugins/create.html
  • Wikipedia

    Locked
    74
    6 Votes
    74 Posts
    46k Views
    P
    Im going to lock this thread because I don't want to keep beating this with a stick. I think most of the posters here have valid points, but replying here won't change much. Let's just focus on being notable We've got a few big corporations (ex. adultswim and others) that are using it, so echoing @julian, one step at a time
  • Discussion: NodeBB Plugins/Themes section

    16
    0 Votes
    16 Posts
    6k Views
    julianJ
    @Joykiller Not sure if you're around anymore but I thought I'd respond anyway. The problem with maintaining a plugin and theme directory is the maintenance aspect. We simply don't have the time to make sure everything is compatible, especially since every plugin created is a community contribution. So we automate. We rely on plugin developers to report plugin compatibility, and serve only those plugins that are marked compatible. There is one downside, however, and that is plugins will quickly disappear in successive revisions of NodeBB unless the authors keep them up to date. So there's definitely space for crowdsourcing as well. If a plugin is not marked compatible by the developer directly, multiple reports of compatibility by the plugin users should also count, and if enough votes come in, then the plugin should automatically be reintroduced. that part isn't in yet, but it's on the wish list.
  • Find by Slug or Create

    3
    0 Votes
    3 Posts
    2k Views
    danielflippanceD
    If there were multiple topics with the same slug I would show the user a list of those topics with a summary text of the body content and allow them to click on the one they want to read. Anyone know of some sample code to find a list of topics based on the slug?
  • Something cool and trippy

    6
    3 Votes
    6 Posts
    3k Views
    P
    If you liked that one, here's another: https://www.youtube.com/watch?v=PLkr1E0bq64
  • Banner advertising space?

    3
    0 Votes
    3 Posts
    2k Views
    julianJ
    The other option would be to modify the theme you are using to add in the ad code.
  • And once again, all my data has gone :/

    11
    0 Votes
    11 Posts
    3k Views
    julianJ
    @MJ For redis: hset config eventLoopLagThreshold 70
  • Did you see Deadpool?

    11
    0 Votes
    11 Posts
    5k Views
    julianJ
    @Kowlin said: Hmm I did see Guardians of the Galaxy like 2 days ago. I really don't like movie theaters for some reason. I appear to like my damp rooms more ;). Anyhow, loved Guardians of the Galaxy, hope I can expect the same of Deadpool Yeah, it's quite the same humour. I watched Deadpool two nights ago -- totally worth it. Loved every minute.
  • About OVH vps

    12
    0 Votes
    12 Posts
    5k Views
    yariplusY
    You get what you pay for.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    36 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    57 Views
    No one has replied
  • Help installing nodeBB on a VPS

    5
    0 Votes
    5 Posts
    2k Views
    KowlinK
    Its worth mentioning that NodeBB runs perfectly without Docker. And if I remember correctly it preforms in a more unknown way.
  • Is this bug?

    6
    0 Votes
    6 Posts
    2k Views
    nhl.plN
    https://github.com/NodeBB/nodebb-plugin-composer-default/pull/21
  • Is NodeBB free?

    Solved
    7
    0 Votes
    7 Posts
    4k Views
    Jared14406J
    @Danny-McWilliams said: Is it free? Yes. The software is free. Is there also a hosted version where the hosting and technical side is done for you? Yes. If you "don't want to configure and do that annoying stuff" then you can either pay to have it hosted, or pay a third party to do it for you. If you don't want anyone to configure and host a server for you, or that "annoying stuff" like installing it and paying for a server of some description, you are never going to get it "for free". There's lots of guides on how to do it relatively cheaply, if you're willing to learn a little (it's not a lot) and maintain it (which isn't difficult). Hmm ill think about doing that.
  • Browser requirements

    4
    0 Votes
    4 Posts
    2k Views
    P
    @Magnus-Johansson NodeBB supports IE9
  • How to remove recent posts?

    5
    0 Votes
    5 Posts
    2k Views
    J
    Worked like a charm. Got couple of hours to fix that
  • Have anyone used Incapsula?

    4
    0 Votes
    4 Posts
    2k Views
    KowlinK
    @lenovouser I've seen that. And immediately got scared off by the fact that it's no ddos protection. CloudFlare might have its problems like no WebSocket support on lower plans. But comparing these 2 then Cloudflare is easly the industry standard. And for good reason.
  • 0 Votes
    5 Posts
    3k Views
    Moritz FriedrichM
    @julian [image: f0197563dda2a48d34396a5881b6729a.jpg] I like NodeBB's source, though it would be nice to have real documentation for it Maybe even something like consistent JSDoc comments? Thank you for the kind words, by the way. I'll keep updating this post from time to time
  • NodeBB SEO optimization

    2
    0 Votes
    2 Posts
    2k Views
    julianJ
    @damien123 No additions needed, NodeBB loads the same whether you navigate to it "cold" (that is, directly via url), or locally via SPA interface. You can see that by viewing the page's source. It's indexable/crawlable. If you're migrating, I'd encourage you to set up redirects so your links to existing topics/categories are not lost, but otherwise, you should be good to go.
  • Does using the API increase topic view counts?

    3
    0 Votes
    3 Posts
    2k Views
    W
    Thanks.. As an emergency I just removed the topic call (I suspected it was that) every post in the recent list went from a few hundred views to 1k+ in half a day. There aren't enough employees in my department for that many views :). I was only using it to show up votes.. I would have just used the rss feed if I could have but it's hardly includes any information. Subtracting from the view counts sounds doable.. Thanks again.