Skip to content
  • 2 Votes
    4 Posts
    44 Views
    crazycellsC

    @solmak

    Thank you for spending time on this, that was fast!

    he is quite speedy :rofl: @baris is known to create a new plugin in 3 minutes of it being discussed in the forum... lol

    Link Preview Image How? · Issue #2 · NodeBB/nodebb-plugin-best-posts

    How did you make a plugin in 3 minutes?

    favicon

    GitHub (github.com)

  • Harmony theme mobile menubar is glitchy

    Unsolved Bug Reports
    15
    1 Votes
    15 Posts
    352 Views
    crazycellsC

    @baris yes, I am using ios, but cannot test the same thing on android right now...

    and it is the same for firefox and safari...

  • 0 Votes
    6 Posts
    91 Views
    barisB

    Yeah that should work, options object is spread into the redis constructor.

  • 0 Votes
    3 Posts
    74 Views
    o              oO

    It was showing successful builds in the pretty-printed list (sorry, I lost the screen),

    then I believe this is the minification step, the webpack step, was failing based on not finding different node_modules, which turned out to be child modules like highlight.js, which are included by other packages. The child modules are apparently implicitly required and then included in client scripts.

    pnpm, which I'm using, nests its modules by default, as in:

    node_modules/parent_module/node_module/child_module

    so all of the child modules need to be hoisted by putting this in .npmrc

    node-linker=hoisted

    so now the node_modules tree is

    node_modules/parent_module
    node_module/child_module

    Why this wasn't triggered before, I have no idea.

    My last question now is how can I ensure that the build exits with a failure code in any cases like this? This may have all been designed with prioritizing getting the server back up, but this is not ideal behavior for builds like docker, where it only replaces the running instance when the new instance builds correctly.

    I'm probably going to put in something terrible like this into Dockerfile, but this is pretty hacky:

    RUN for file in admin.min.js etc etc; do \ if [ ! -f "$file" ]; then \ echo "$file not found!" && exit 1; \ fi; \ done
  • 0 Votes
    8 Posts
    137 Views
    T

    @baris said in Chat scrollig is broken in Harmony default theme:

    Hey @Twissell I've realized this happens when you add a global sidebar widget. I've created an issue for it https://github.com/NodeBB/NodeBB/issues/12375 it will be fixed in our next release.

    Thanks for reporting.

    Pleasure is mine!
    Thanks for your time, I appreciate your help.

  • 0 Votes
    6 Posts
    156 Views
    julianJ

    @B-738 You'd have to take a look at the logs and find out. Could be the process got interrupted early but you'd have to look into the reason why.

  • 0 Votes
    3 Posts
    100 Views
    F

    The problem is solved. It was a configuration/user error from my side.

    I added a category later on and did not remove the guest-privileges from this category. And coincidentally this was the category, I experienced the reported behaviour with. After fixing the permissions, all is fine now.

    Thread may be marked solved/deleted.

  • Error resetting password

    Bug Reports
    10
    0 Votes
    10 Posts
    307 Views
    barisB

    Doesn't have to be the below worked fine for me.

    image.png

  • 0 Votes
    2 Posts
    115 Views
    barisB

    Link Preview Image humanreadable last edited timestring · Issue #12247 · NodeBB/NodeBB

    from https://community.nodebb.org/topic/17719/human-friendly-date-format-for-last-edited

    favicon

    GitHub (github.com)

  • 2 Votes
    3 Posts
    121 Views
    barisB

    This fix is released as part of 3.6.1 🎊

  • 0 Votes
    1 Posts
    63 Views
    nhl.plN

    Post Edit History for NodeBB 3.4.0 first post:
    https://community.nodebb.org/post/95808

    6 Sept 2023, 15:49 # 24 hours format in the post content 7 Sept 2023, 03:49 # am/pm format and wrong sorting on the revisions list

    Post Edit History for NodeBB 3.6.0 returned Error Failed to fetch but it was during rebuild or restart so not a real issue.

  • 1 Votes
    5 Posts
    193 Views
    PeterJonesP

    table

    backslash count raw in backticks raw in backticks 0 ] ] [ [ 1 ] \] [ \[ 2 \] \\] \[ \\[ 3 \] \\\] \[ \\\[ 4 \\] \\\\] \\[ \\\\[

    text block

    0 | ] | [ 1 | \] | \[ 2 | \\] | \\[ 3 | \\\] | \\\[ 4 | \\\\] | \\\\[

    ... It looked good when I posted the first time; I am now editing it.

    ... and even after editing, it looks good.

    Yes, it appears the fix works.

  • Unable to upload images/files

    Solved Bug Reports
    4
    0 Votes
    4 Posts
    172 Views
    S

    @baris, nevermind, I just had to restart the app on Cloudron, not sure why.

  • Mark as Read Bug

    Bug Reports
    2
    2 Votes
    2 Posts
    115 Views
    barisB

    @q16marvin thanks for reporting, I've filed an issue https://github.com/NodeBB/NodeBB/issues/12035

  • 0 Votes
    3 Posts
    172 Views
    H

    Thank you.

  • 1 Votes
    4 Posts
    189 Views
    Gliding9426G

    I confirm that I am not able to reproduce the issue anymore, thanks.

  • 3.0.0 Bug Report Thread

    Bug Reports
    414
    2 Votes
    414 Posts
    162k Views
    barisB

    @brazzerstop https://github.com/NodeBB/NodeBB/issues/11902

  • plugin question and awnser

    Bug Reports
    2
    0 Votes
    2 Posts
    166 Views
    barisB

    What is your nodebb and plugin version?

  • 0 Votes
    16 Posts
    663 Views
    barisB

    We update it manually sometimes a few times a day.

  • nodeBB3.2.0创建令牌无效

    Bug Reports
    3
    0 Votes
    3 Posts
    210 Views
    P

    Let's put it this way, how do I solve the problem of getting Forbidden in the NodeBB Write API(3.0.0) documentation for creating a token interface call