Skip to content

Fixed background to nodebb forum

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
  • NodeBB: Favicon upload issue

    Solved Configure
    12
    3 Votes
    12 Posts
    541 Views

    @phenomlab I am on a Mac, so I used the ā€œOption + Command + Iā€, and then performed the steps. It loaded my favicon! I checked on Firefox which I havenā€™t used before, and it showed my favicon also! Thatā€™s fantastic and thank you for the help!

  • NodeBB: Creating the Swatch modes

    Solved Configure
    2
    0 Votes
    2 Posts
    199 Views

    @mventures the swatch feature you refer to isnā€™t a NodeBB plugin, but a utility that I wrote that handles this. It is available for v2 (as you can see here) but Iā€™ve stopped developing and releasing the code because it has been entirely rewritten to work for v3.

    If youā€™d like the code, this is possible, but youā€™ll need to upgrade to v3 first.

  • nodebb loading emojis

    Solved Configure
    16
    1 Votes
    16 Posts
    679 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.

  • restarting nodebb on boot

    Unsolved Configure
    3
    1 Votes
    3 Posts
    323 Views

    @eeeee said in restarting nodebb on boot:

    can I just run nodebb under nodemon for auto restarts?

    Itā€™s a better method. Nodemon just looks for file system changes and would effectively die if the server was rebooted meaning youā€™d have to start it again anyway. Systemd is the defacto standard which is how the operating system interacts in terms of services, scheduled tasks etc.

  • Gettin Erors NodeBB

    Solved Configure
    7
    0 Votes
    7 Posts
    451 Views

    @phenomlab no forum is working goods.
    there is no eror message since yestarday.

  • How to downgrade plugin version on NodeBB

    Solved Customisation
    11
    3 Votes
    11 Posts
    873 Views

    @cagatay no problems

  • Error install plugin

    Solved Customisation
    8
    1 Votes
    8 Posts
    615 Views

    @pobojmoks

    Not WP plugin but nodeBB but it a known bug

  • nodebb dropdown menu

    Solved Configure
    5
    0 Votes
    5 Posts
    541 Views

    @phenomlab said in nodebb dropdown menu:

    @kurulumu-net You set it like the below example taken from this site

    aae36790-3257-4bb2-ad5a-0d744309876a-image.png

    Which presents this

    77f47260-2941-4afe-9614-8e17dcfc8c19-image.png

    Very interestingā€¦

    I actually thought this wasnā€™t possible, as I remember it being asked in the NodeBB forum.

    Is this something new thatā€™s been implemented? Iā€™ll 100% be doing that when Iā€™m on the laptop over the weekend.