Skip to content

NodeBB 3.0 alpha1 : Error on install

Solved Configure

Did this solution help you?
Did you find the suggested solution useful? Why not buy me a coffee? It's a nice gesture, and a great way to show your appreciation šŸ’—

Related Topics
  • Bug Report

    Solved Bugs
    47
    26 Votes
    47 Posts
    2k Views

    @crazycells Good points, thanks. I completely forgot that classes are added - makes life much simpler!

    EDIT - seems this is pretty straightforward, and only needs the below CSS

    .upvoted i { color: var(--bs-user-level) !important; }

    This then yields

    3f072f8a-ebfa-4910-8723-73c493b8e4eb-image.png

    However, the caveat here is that the .upvoted class will only show for your upvotes, and nobody elseā€™s. However, this does satisfy the original request

    however I would love to see my upvoted posts more clearly, because currently, when I upvote, nothing on the post tool is changing, it would be nicer if there is an indication that I have upvoted (like a filled or colored triangle?)

  • NodeBB: hCaptcha

    Solved Configure
    15
    2 Votes
    15 Posts
    549 Views

    @mventures none that I know of. I donā€™t recall selecting these either for mine.

  • NodeBB: Consent page

    Solved Configure
    16
    4 Votes
    16 Posts
    865 Views

    @DownPW I still do not see any issues.

  • NodeBB: The global Search option

    Solved Configure
    5
    0 Votes
    5 Posts
    301 Views

    @mventures Yes, exactly. The other icon will restart NodeBB whilst the first icon I referenced will rebuild (recompile) it.

    The huge strength of NodeBB over Flarum (for example) is that the code is precompiled, and called once at boot. PHPā€™s code has to repeatedly reload code from source making it much slower.

  • nodebb loading emojis

    Solved Configure
    16
    1 Votes
    16 Posts
    677 Views

    @DownPW sure. Let me have a look at this in more detail. I know nginx plus has extensive support for this, but itā€™s not impossible to get somewhere near acceptable with the standard version.

    You might be better off handling this at the Cloudflare level given that it sits in between the requesting client and your server.

  • How to fix size of photos & videos NodeBB

    Solved Customisation
    7
    3 Votes
    7 Posts
    663 Views

    @crazycells pleasure. Using percentages makes much more sense in this case. Itā€™s the same argument with px vs pt vs em with fonts, margins, padding, etc., in the sense that em is generally preferred over px and pt

    https://stackoverflow.com/questions/609517/why-em-instead-of-px

  • 24 Votes
    29 Posts
    4k Views

    @DownPW it is the second post of this thread.

  • Iframely (Nodebb)

    Solved Configure
    40
    4 Votes
    40 Posts
    3k Views

    @DownPW This is now resolved. The issue was an incorrect URL specified in the Nodebb plugin. Iā€™ve corrected this, and now it works as intended.