I have problem with category

Unsolved General Discussion

Suggested Topics


  • 3 Votes
    3 Posts
    420 Views

    For a quick & dirty solution, I would create HTML widget and insert into Global header.

    In Appearance -> Custom Javascript, I would add the magic here.
    You can upload the images into Public folder and then create an array in the javascript.

    You can grab the title via the <meta name="title" content="Cat title"> tag and match it up with the images array. This is very manual so every time you change the category name you'll have to change in the javascript code as well. I take it though category name won't change that much when Live.

    I have not tried this yet as It's just in theory.

  • 0 Votes
    8 Posts
    2k Views

    @yariplus I think it only works for issues, not PR's

    edit: works for commits too

  • 0 Votes
    2 Posts
    1k Views

    @Moritz-Friedrich solved it somehow ugly by starting the tests in a "ready" callback. Is there some way to find out whether downloaded code has been fully executed?

  • 0 Votes
    12 Posts
    4k Views

    @baris said:

    You can still use bcrpytjs on raspbian but you would need to lower the bcrpyt_rounds setting from the default 12.

    Yeah, either lower the rounds, or if you don't mind compiling it (npm does it automatically), use bcrypt instead.

  • 0 Votes
    14 Posts
    4k Views

    @QWUX

    Well, how did you set up the original website before installing NodeBB? And just out of curiosity, did you install Nginx fresh with NodeBB or Nginx is the Web server that powered the site before you installed NodeBB?