Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. ludam
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 8
    • Best 1
    • Groups 0

    Topics created by ludam

    • ludam

      Backup routine: how do you it? What's the best solution for your server/forum?
      General Discussion • • ludam

      12
      0
      Votes
      12
      Posts
      4530
      Views

      Kowlin

      Well, just sharing my manual yet working solution, I just stop the NodeBB process and do everything manual from there, including backing up my NodeBB folder and Redis DB.

    • ludam

      UNSOLVED Is there a way to limit the use of tags?
      NodeBB Development • prefixes tags • • ludam

      2
      0
      Votes
      2
      Posts
      1475
      Views

      pichalite

      @ludam you can set the minimum & maximum tags for a post in ACP -> Settings -> Tags page. I don't think there is any option to set which tags a user would be able to use.

    • ludam

      Wrong URLs while displaying search results.
      Bug Reports • • ludam

      1
      0
      Votes
      1
      Posts
      869
      Views

      ludam

      When you're trying to search something and the word is in a link, nodeBB provides de wrong URL link.

      Example while searching for "Redactor":
      The search displays:

      <a href="https://github.com/ipetepete/nodebb-plugin-<strong>redactor</strong>-editor">https://github.com/ipetepete/nodebb-plugin-<strong>redactor</strong>-editor<;/a>

      Note that there's a <strong> in the href.

    • ludam

      Is there a way to paste imagens directly in the editor?
      NodeBB Development • editor embed images • • ludam

      3
      0
      Votes
      3
      Posts
      2057
      Views

      ludam

      @baris said:

      ![link text](link-to-image)

      We should add that to the composer toolbar

      link text

      I know they can do it, but I'm sure they won't learn the syntax behind it (I tried before and the solution was to copy and paste the image).

      That's why I wanted a button in the editor where they can put the alt text and the image url.

    • ludam

      Mongo vs Redis: which one is better for a huge community?
      NodeBB Development • mongodb redis • • ludam

      18
      1
      Votes
      18
      Posts
      12155
      Views

      JaredBusch

      @julian said in Mongo vs Redis: which one is better for a huge community?:

      64GB 😮 -- that is a lot of memory 😄

      We host larger databases on much less RAM (as we're using a cloud provider and high memory installs are crazy expensive)...

      There is definitely a speed difference though. Navigating between pages on here takes a split second longer than a Redis database... if you want to see NodeBB fly, use Redis.

      @scottalanmiller was replying to somebody talking about a 50 GB data community though.