No way to add tags when composer loads through route

Technical Support
  • Hello nodebb devs!

    I'm not sure if this is a bug but for some reason I'm not able to add tags to posts underneath the compositon box when I reach my composer through the '/compose?' route which is an option offered which helps allow users to compose topics from other locations.

    A patch on this would be fantastic! 😉

    If not, how should I enable it if I'm being silly and missing something obvious?

    Thanks for any help anyone may be able to provide!

  • You're not missing anything... the compose route isn't working out as well as I'd hoped.

    Thinking of removing it from core in the next version

  • If you do remove it, replacing it with some method to easily allow users to post to a specific category from a button located on a custom route / custom page would be great though - I'm sure there's already a way I'm not familiar with.

    It's working well for me at the moment with the exception of being able to add tags 🙂

    That being said; where are tags stored in the DB? I'm not seeing them on the posts and haven't seen a '_key: "tag:<tagname>"' thus far; any suggestions? I want to be able to sort posts by tag from within a custom view - I'm pretty sure there's already a way to do this I'm just now sure how.

    Thanks for your prompt response(s)!

  • Annnnd I just realized I can probably just make an ajax call to the /api/tags/tagName route and get all the information I need. 👍


Suggested Topics


  • Composer preview window hook

    Unsolved Technical Support
    1 Votes
    9 Posts
    182 Views

    ...deleted. Nevermind, it works fine. 😊

  • 0 Votes
    5 Posts
    302 Views

    Thanks @baris it might be useful to add to the acp at the category editing page...

  • 0 Votes
    1 Posts
    470 Views

    http://prntscr.com/jzjkvo
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1186:14), code=ETIMEDOUT, errno=ETIMEDOUT, syscall=connect, address=159.203.9.60, port=443

  • 2 Votes
    16 Posts
    2k Views

    Yes, as nginx and node.js are single threaded apps you need to spawn multiple copies of them which match the numbers of CPU cores in order to fully use the power of your server.

    0_1527420046918_Server.png

    One nginx process acts as a controller/watchdog.

    I'm no MondoDB expert but I read that it automatically uses multi-threads for read requests but uses a single thread for write operations.

  • Memory loads

    Technical Support
    0 Votes
    8 Posts
    2k Views

    Yeah same here on fresh virtual machine. I think that its not like 10x 104MB. It's just single 104MB consumption, but why is htop showing it as 10 items i have no idea. Im guessing its because we dont know how to interpret htop output 🙂
    If you add all percentages together it would be like you are using more than 100% of you r memory, which you are not (you can check that with other tools too). So, it's basicly 1x104MB, which is reall OK ammount of RAM to be used.