Skip to content

NodeBB Development

Stay tuned here to hear more about new releases and features of NodeBB!

3.5k Topics 22.1k Posts

Subcategories


  • Posts from the NodeBB Development Blog
    96 Topics
    778 Posts
    julianJ

    Occasionally, we will get asked whether there are any differences between our hosted service and the open source project.

    It is as though we are holding back some great features and only allowing our paying customers access them! Conversely, it could be assumed that because we are hosting the software for others, that we would somehow out of self-interest or for economic reasons, deliver an inferior version with limitations.

    I'd like to say upfront that this is not the case for NodeBB.

    When you use our hosted service, you receive the same great NodeBB software that you can get for free off of our GitHub repository.

    What we're selling is support, maintenance, upgrades, and peace of mind delivered by our world-class† support team.

    You definitely can host NodeBB on your own! We've strived for years to deliver a piece of software that runs lean and fast on minimal hardware, great docs (some contributed by other admins!) that help you get up to speed quickly, and a fantastic community that will help you if you get stuck.

    The reason I take this principled stand is simple — I think it's unfair when artificial limitations are placed on software just for the purpose of getting customers to pay more.

    We've seen all this time and time again:

    You can't install any plugin you want, just a select few from a small list You can only have X units (tickets, posts, etc) of whatever you're using You can only have X admins/owners You can't see any messages older than X days

    These limitations are all artificial, and serve to restrict the use of something to the bare minimum. Anything extra is — of course — available for the right price.

    We don't do that. We tell everybody that NodeBB is powerful enough to run huge communities, and we stand by it. We tell everybody that NodeBB is flexible enough to look and function however you want, and we stand by it.

    These are the real limitations we impose on our hosting service:

    Hard drive space for uploads are imposed by our upstream provider and are set, though we are happy to add additional drive volumes for a fee) We have soft "pageview" limits that any user on our hosting can exceed (in fact, many do). We set them purely as a benchmark for the point at which your NodeBB may slow down depending on the type of load that you get, and encourage dialogue to make sure that you're on the right plan (server resources, etc.) We do not allow shell access for security reasons (and if you needed it, you probably could self-host)

    So please do rest assured when I and others tell you that what you see is what you get. No more, no less. I'd rather everybody get to use the best of NodeBB, instead of serving a special feature-reduced version for others.

    † I'm going to go out on limb here and say that we're probably the most qualified people to maintain NodeBB. Feel free to disagree 😉

  • You have a cool idea about NodeBB? Post it here.

    804 Topics
    5k Posts
    omegaO

    Another approach is an exam short-cut, say a Ctrl-Click (or some similar combo) that instead excludes the clicked categories, thus you could filter out "ActivityPUb" (or any category for that matter) using the "All Categories" button.

    As well as offering the opposite function using a short key as above, there would probably be a need to give the user a visual UI toggle include/exclude on that menu, so whatever they select they know they are either including or excluding form the list view.

  • Found a bug? Why not make a bug report here?
    1k Topics
    7k Posts
    barisB

    Created an issue https://github.com/NodeBB/NodeBB/issues/12474

  • Focused discussion related to ActivityPub integration in NodeBB

    38 Topics
    418 Posts
    julianJ

    @[email protected] yes, it was posted on the NodeBB community and is related to it's integration there

  • Help Translate NodeBB
  • 0 Votes
    8 Posts
    4k Views
    C

    thank you !!!
    it's my fault, it's used the Cosmo theme which is already minified on the Bootstrap CDN site:
    http://netdna.bootstrapcdn.com/bootswatch/latest/cosmo/bootstrap.min.css,
    now I change to NodeBB Vanilla and the font will not be load .

  • 2 Votes
    4 Posts
    3k Views
    J

    @Xiph @trevor Thank you guys for your answers. I am noob at nodebb so I will need some time to learn how the stuff works, but I will keep you updated.

  • 0 Votes
    4 Posts
    1k Views
    L

    @julian thank you,but how to reset under windows
    "node app --reset"? right?

  • Why requestjs over browserify?

    2
    0 Votes
    2 Posts
    1k Views
    julianJ

    To be honest? Only because I'd heard of require.js before, and it was my go-to choice. I hadn't heard of browserify until Require.js was already baked into the core code.

    It might be tough to switch over to the other, I honestly have no idea. We have a lot of standalone plugins written to define as Require.js modules...

  • 0 Votes
    5 Posts
    2k Views
    L

    @Scuzz Yes,sure

  • 0 Votes
    9 Posts
    3k Views
    fiagF
    backup your codes. git clone https://github.com/NodeBB/NodeBB.git cd NodeBB switch to tag that you modified from. Perhaps, v0.4.3? e.g. git checkout v0.4.3 rsync your codes to the clone. git commit, git tag my_tag, git checkout master, git merge my_tag You may have to solve conflicts by yourself.
  • Tag styling -- more subtle?

    12
    0 Votes
    12 Posts
    5k Views
    P

    @trevor said:

    A subliminal to @psychobunny lol.

    lmao

  • 0 Votes
    3 Posts
    3k Views
    B

    awesome! thanks

  • Question about docs branch

    6
    0 Votes
    6 Posts
    2k Views
    D

    Thanks 🙂

  • Some css tweaks to Lavender

    Moved
    6
    1 Votes
    6 Posts
    3k Views
    R

    @esiao, thanks for the tip about the profile image, will come handy.

    I am still working on getting the contrast and color fixed. I will relook at the header and conversation boxes. The problem with my version of minimalist and subtle use of color is when I revisit the design 2 months later, it looks to too stark, bare bones, and bland.

    The tags are challenging from a design perspective. I tried border only, with no background color, and text and border in various colors, but it is not looking right.

    I moved the tags extreme left under the topic titles, and is not really making much of a difference. They are better on the right.

  • 6 Votes
    23 Posts
    14k Views
    J

    Hi, I'm the s9e\TextFormatter author. I have a couple of Google Alerts so unlike Beetlejuice you only have to save my name once for me to appear. 🙂

    s9e\TextFormatter is a PHP library with a JavaScript port. It uses plugins to let the user pick and choose what kind of features they want. The JavaScript version is generated by the PHP library, which means you'd need PHP as part of your build process. Once the JavaScript is generated it can be redistributed easily so I guess you could bundle a preconfigured/pregenerated version. You can see a couple of live demos there: BBCodes+stuff demo, Fatdown (Markdownish+stuff) demo.

    The client-side rendering is performed with XSLTProcessor. Adding an MSXML fallback for IE is easy. Rendering in pure JS is technically feasible (there's already a pure PHP renderer) but I never got to it because I have no use for it. The library could be used as the base for a true WYSIWYG editor (where what you see is actually what you get because there's no conversion from HTML back to Markdown or things like that) but that would be a big project. I'd be willing to discuss any type of collaboration if someone's interested.

  • NodeBB Docker Image for Testing

    4
    6 Votes
    4 Posts
    3k Views
    D

    There should be an official docker image for nodebb.

  • how to made a user moderator

    7
    1 Votes
    7 Posts
    4k Views
    T

    @psychobunny said:

    @sunqi said:

    just category moderator

    yup, implemented on a per-user basis (but not for groups yet)

    Head over the Category ACP, find the category you want and click on "Options -> Access Control" and you should have an interface similar to this:

    When should we expect this to be applied to groups? 🙂

  • Using NodeBB as a subsystem

    1
    0 Votes
    1 Posts
    1k Views
    G

    We have a system consisting of several server side Node.js components. We would like to integrate NodeBB in our system as the 'forum' server. Our client do not reside in a browser and they use some external protocol such as XMPP to communicate with our backend server.

    We would have a server component that translates XMPP and then interface with NodeBB. There are two possibilities, one is to run NodeBB in the same Node.js runtime as our server. And the other is to run NodeBB in a separate Node,js runtime and have the server talk to NodeBB using some wire protocol.

    What is the best way to achieve this? We could not find any document regarding any external APIs or protocol that can be used.
    Thanks

  • Make Private Forum

    32
    4 Votes
    32 Posts
    11k Views
    T

    @a_5mith said:

    @Tanner Yupp.

    Go into category permissions and tick Find Category for guests, but leave everything else unticked, then tick everything for registered and admins and any custom groups you created, they'll see the category on the home screen, but need to log in before they can read, see here: http://35hz.co.uk

    Click A-Z of production.

    I was hoping for more of a one-click "Make Forum Private" solution but that answers my question, thanks 🙂

  • What is composer-mobile ??

    12
    0 Votes
    12 Posts
    4k Views
    G

    @psychobunny sorry guys. I wrote it wrong in the forums. The filenames are actually correct, with the dash not underscore. I'll try again tomorrow.

  • IP Tracking and Visitor Count

    6
    2 Votes
    6 Posts
    1k Views
    barisB

    Added User / Posts / Topics stats to the same page.
    upload-01cf8025-6fcb-4aa8-b571-454086ee0e2e

  • 0 Votes
    8 Posts
    4k Views
    HentaiH

    @julian Thanks, now it's no problem : )

  • 0 Votes
    5 Posts
    3k Views
    U

    @frissdiegurke said:

    I've just run the TLS-configuration check that gets referenced: https://www.ssllabs.com/ssltest/analyze.html?d=community.nodebb.org

    @julian and other @devs (you need group-mentions :P): you may want to double-check the issues listed by this:

    Experimental: This server is vulnerable to the OpenSSL CCS vulnerability (CVE-2014-0224) and exploitable. The server does not support Forward Secrecy with the reference browsers. MORE INFO »

    Btw: great that their link to wikipedia uses http instead of https ^^

    Session resumption (caching): No (IDs assigned but not accepted)
  • Why I can't share topic?

    9
    1 Votes
    9 Posts
    4k Views
    maniM

    @luke Yes, I changed as below, put share icon at the right
    upload-3de7a56f-2649-47a4-8600-cfb323e982c1