Can't connect to MongoDB

Solved Technical Support

Suggested Topics


  • ubuntu installed MongoDB error

    Solved Technical Support
    12
    0 Votes
    12 Posts
    179 Views

    @phenomlab I reinstalled and deleted it. I think it installed successfully this time.
    c8b7132a-5581-4a46-afb3-f6b5524dacd0-image.png

  • 0 Votes
    1 Posts
    329 Views

    I'm looking to use Azure CosmosDB mongoDB API with more than 10GB, so I need a shard key to get unlimited storage. Is there anything I have to do with NodeBB for the shard key?

    Also, I couldn't find this anywhere and have no forum experience, but excluding media, how much storage does a moderate forum take up?

  • 3 Votes
    1 Posts
    1k Views

    I want to browse two tags topics in one page, which url should i put ?
    For example tags are

    anatomy surgery
    Now we know we can separately browse two with following urs /tags/anatomy
    and /tags/surgery
    But i want to filter the topics with both tags
    i tried something like /tags/anatomy+surgery
    */tags/anatomy&surgery
    but none of them work.
    is there anyway i can filter topics with two or more tags ?
  • 0 Votes
    14 Posts
    10k Views

    I was just going to let you take most of the credit. It's still your plugin, and you helped me make the modifications. I'm working on a new modification now, though. I'm trying to get the presentations to embed into an area of the user's profile.

    Right now, I'm testing it with the Fullname field on the profile, by entering the URL of the presentations (instead of a human name) and seeing if it parses into an embedded slide show.

    Would this be easy to accomplish? If not, are there any hints you could give me @a_5mith ?

    So far, I've edited the library.js file and replaced data.post and data.post.conent with data.fullname and data.fullname.content. I've also tried changing the hook in plugin.js from:

    { "hook": "filter:parse.post", "method": "parse", "callbacked": true } ]

    to

    { "hook": "action:user.set", "method": "parse", "callbacked": true } ]

    I feel like I'm missing something, though. If you're up to it, I'd like to collaborate with you further.

  • 0 Votes
    4 Posts
    2k Views

    That, I haven't seen a plugin for, but I don't see why somebody couldn't make that a plugin...