Skip to content

Bug Reports

Found a bug? Why not make a bug report here?
1.2k Topics 7.3k Posts
  • Two issuse after upgrading to version 0.13.0

    5
    0 Votes
    5 Posts
    495 Views
    julianJ

    😧 https://github.com/NodeBB/nodebb-theme-vanilla/commit/ef38d0344dfa813ba7936aa036a9abb00a5fd708#diff-d363fb55726f76e2484725af34cff852R4

    Fixed here: https://github.com/NodeBB/nodebb-theme-vanilla/commit/1a99c963f28c4aec4093fa349aa8266b2c9750c3

  • Number of group members

    2
    0 Votes
    2 Posts
    351 Views
    barisB

    You can fix the counts by running the following query in mongodb for each group that has the wrong member count.

    // get number of users db.objects.count({_key: "group:<replace_with_group_name>:members"}); // update group object db.objects.update({_key: "group:<replace_with_group_name>"}, {$set: {"memberCount": <replace_with_value_from_previous_query>}});
  • Strange thing on unread page

    5
    1 Votes
    5 Posts
    611 Views
    A

    Yes, it's OK now. Thanks !

  • HTML boxes are not scrollable

    3
    0 Votes
    3 Posts
    299 Views
    crazycellsC

    @baris said in HTML boxes are not scrollable:

    Try removing ui-draggable-handle from those boxes.

    Thanks , that solved the issue.

  • Default themes update broken

    1
    0 Votes
    1 Posts
    270 Views
    Z

    Hello,
    I've noticed that, we can not update the default themes from the ACP.
    for example theme persona's latest version is 10.1.16
    but on the ACP it shows Installed 9.1.38 | Latest 9.1.38 also for theme Lavender and Slick.

    I managed to install theme persona v10.1.16 but It's broken.

    Thank you!

  • "Category does not exist"/Composer problems

    1
    0 Votes
    1 Posts
    297 Views
    S

    I have a redactor composer plugin on my forum and it looks great and works perfectly when replying or in chat but when I try to actually make a new thread/post I get the error "Category does not exist".

    I'm an absolute normie with coding or any of this stuff and I'm doing my best to troubleshoot setting this thing up. Any help would be greatly appreciated.

    This is the plugin
    https://github.com/NodeBB-Community/nodebb-plugin-composer-redactor#readme

    This is the tutorial I used to install nodebb initially
    https://www.youtube.com/watch?v=3uWEumDKoDw&t=4s

    Additionally I can't seem to get any other composer to work properly. Even the default composer plugins. Usually they will only work to post text alone but not even the preview function works. I'd love to have a redactor composer but at this point I'd probably take any basic composer if it would work.

    Thanks for any help in advance!

  • Color bugs in Dark Mode

    Moved
    1
    0 Votes
    1 Posts
    318 Views
    0xA4B160

    Hello All,

    I use the nodebb-plugin-night-mode to switch off the light but noticed that with the Cerulean Skin many buttons show with a glowing white background color which of course is not compatible with a dark mode theme (mod).

    Dark.png

    It works just fine with Cosmos and some others skins I tested. It is possible to get that fixed with Cerulean ? I think that skin just looks best on NodeBB.

    Thanks ! 😊

  • Email Digest shows Gibberish

    3
    0 Votes
    3 Posts
    400 Views
    D

    Yes, I think it was enabled by default when I installed NodeBB:

    nodebb-plugin-markdown
    A Markdown parser for NodeBB

    Installed 8.9.2 | Latest 8.9.2

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • 0 Votes
    3 Posts
    752 Views
    crazycellsC

    @baris said in Problem to reach replied/original post in paginated forum:

    What version of NodeBB are you using? This seems to be fixed in 1.11.0 https://github.com/NodeBB/NodeBB/issues/6948

    Thanks a lot. Yes, ours is older than 1.11 but we will be upgrading soon to the latest 1.12
    Good to hear that will resolve the issue.

  • TypeError: Converting circular structure to JSON

    10
    0 Votes
    10 Posts
    5k Views
    B

    Maximum kudos to @baris who has fixed this (for anyone else wondering).

    Link Preview Image fix: clear children before building tree · NodeBB/NodeBB@397e062

    Node.js based forum software built for the modern web - fix: clear children before building tree · NodeBB/NodeBB@397e062

    favicon

    GitHub (github.com)

  • Image upload

    2
    0 Votes
    2 Posts
    783 Views
    fortunatoF

    @fortunato I forgot to say that this error doesn't show up when creating a new topic and sometimes it works also in replies. The error in the NodeBB UI is the following: "stream ended unexpectedly"

    6c6ff98f-95d8-4ad4-b402-b7a336cf47e7-image.png

  • What wrong with my NodeBB?

    2
    0 Votes
    2 Posts
    343 Views
    barisB

    Looks like a outdated plugin. Upgrade to latest.

  • Search: Jump to last/first site bug

    6
    0 Votes
    6 Posts
    579 Views
    barisB

    Ah so it only affects mobile. Please open an issue on our github tracker.

  • Topic title search results on top of textarea

    2
    0 Votes
    2 Posts
    317 Views
    barisB

    Thanks for reporting.

  • Breadcrumb missing left padding

    4
    0 Votes
    4 Posts
    1k Views
    jtsimoesJ

    Same on Persona theme with Yeti skin

    257beb74-ba2c-48fc-a136-564045a0e674-image.png

  • Search in Topic Title

    2
    0 Votes
    2 Posts
    439 Views
    M

    It's new in v1.12.x

    if you don't like it. You can remove it in CSS

    go to /admin/appearance/customise

    add this

    .composer .title-container .quick-search-results { display: none!important; }

    save and check if it's good.

  • Facebook policy warning

    9
    0 Votes
    9 Posts
    639 Views
    N

    Nice job @julian , this is the FB reply. Of course I need to fix Privacy Policy too, but the button is OK!!!

    c1f50755-c8d0-48ef-9cb4-5fa9100c25a1-image.png

  • Problemas con el login nodebb

    2
    0 Votes
    2 Posts
    398 Views
    S

    Try reverting the robots config and see if that changes anything. Was anything else changed?

  • Disabled categories when creating post

    5
    0 Votes
    5 Posts
    490 Views
    barisB

    I made some fixes to the composer for disabled categories, will be available in next release. Thanks for reporting.