Geolocation

General Discussion

Suggested Topics


  • 0 Votes
    3 Posts
    35 Views

    @q16marvin it's that way because we respect the browser setting. If you want to open in a new tab usual it's ctrl-click or similar.

  • User Guide

    Unsolved General Discussion
    13
    0 Votes
    13 Posts
    105 Views

    @mschwartz one of the issues with migration to TS is the plugin system. NodeBB is using some of the flexibility of CommonJS that becomes a liability when adding server-side builds. Plugins use require.main.require, and I'm honestly not sure how well this works with TypeScript - it definitely doesn't work with IntelliSense (so plugins wouldn't even get the typing by default unfortunately), but I don't remember if I was testing tsc when I looked into using ES6 imports and building server-side code...

    It'd be relatively simple to go Svelte way and use JSDoc for type checking with TS but without compilation though, just some work on adding the types and fixing issues found that way šŸ™‚ Still, one would need some more work for it to help plugin developers and not just core.

  • Multiple Badge for users

    Solved General Discussion
    3
    0 Votes
    3 Posts
    55 Views

    Thansk it worked.

  • Import from Xenforo

    General Discussion
    5
    0 Votes
    5 Posts
    250 Views

    @gotwf how did it go? I’m considering the same thing.

    Thanks

  • 0 Votes
    10 Posts
    612 Views

    @PitaJ said in How do I upgrade NodeBB without destroying Data & images?:

    @dunlix you could lose installed plugins, but that's unlikely. You certainly wouldn't lose activated plugins.

    Did you lose uploads? What plugins did you lose?

    The only things that it can conceive of that are not in the database are uploads, which you can back up before an upgrade according to the documents you referenced.