• Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Community

D

danlong

@danlong
About
Posts
24
Topics
9
Groups
0
Followers
0
Following
0

Topics

  • D
    ●

    Setting the language - server-side / client-side

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    7 Posts
    487 Views

    D

    @PitaJ I think I have a very edge-case scenario, I've found a solution for guests and logged in users.

    Thanks for your help and point in the right direction!


  • D
    ●

    'Popular' date filter

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    2 Posts
    244 Views

    D

    I re-wrote the category controller (src > controllers > category.js) to handle passing ?term=x query through and only getting the relevant topics.


  • D
    ●

    Database queries - topics

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    3 Posts
    320 Views

    D

    Thanks @baris, the latter approach works so I'll go with that 🙂


  • D
    ●

    Show all groups a user belongs to?

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    1 Posts
    111 Views

    D

    Is there a way to show all the group badges a user belongs to, without them having to select them all from the edit profile page?


  • D
    ●

    Issue with caching

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    6 Posts
    425 Views

    D

    Thank you both, this resolved the issue 🙂


  • D
    ●

    Azure WebSockets + NodeBB + Node.js Proxy

    Scheduled Pinned Locked Moved Technical Support azure websockets proxy
    0 Votes
    6 Posts
    658 Views

    julianJ

    Definitely would appreciate updates to our documentation so you can help others facing similar problems! 😄 Glad you're on your way.


  • D
    ●

    Websocket error with NodeBB running through a proxy server

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    2 Posts
    524 Views

    D

    To resolve this, I changed the Proxy module I was using. It uses less code to implement and works with websockets. I think the NodeBB Node.js proxy documentation is out of date so I'll be submitting a PR with the new method I found.

    Working code is as follows:

    /** * Proxy forum */ const proxy = require('http-proxy-middleware'); // Forum Proxy app.use( '/forum', proxy({ target: 'http://www.myforum.co.uk/forum', changeOrigin: true, ws: true, }) );

    Another potential GOTCHA here is that this Prixy setup needs to be declared ABOVE the 'body-parser' module (if it's being used). The wrong order will prevent post requests from being proxied.


  • D
    ●

    NodeBB - Azure Cosmos DB (Mongo) error

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    2 Posts
    338 Views

    F

    In the end same as https://community.nodebb.org/topic/13472/help-me-on-connect-to-azure-mongodb/4
    -> tailing error


  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.