Skip to content

Can you adjust Admin settings on your NodeBB?

Bugs
  • I made post on NodeBB community under the Bug thread: about not being able to adjust or save repuation related action values in admin>settings>reputation
    It wont accept any less than zero anywhere.
    The reply was to raise a bug issue on github which I did.
    However I note in my console log I get errors:
    error loading admin/settings/reputation
    Error: Cannot find module ‘./settings/reputation’
    Its as if its looking for a file thats not in my set up?

    Can a bug this fundemental really still exist for everyone?
    If anyone could try adjusting a setting on your admin panel,
    E.g minimum reputation needed to chat -1
    will yours save the page with any negative value in any field?

  • Just an update,
    it looks like a fix has been added for this issue (for 3.2.0 milestone), it has “the regression label” on the fix,
    What does Regression label mean in this context?
    When likely can I upgrade to the mentioned 3.2.0 ?

  • @Panda I don’t see this as a bug to be fair. Why would you set a negative value on any of these when 0 would suffice?

  • @phenomlab because if you have a forum (like political) where people have different opinions and may downvote a response, just being at a negative rep shouldnt necessarily block someone from all features.
    This wouldnt apply on a page like this where people only upvote others, Im thinking in the case of a more volatile or debating forum

    Of course one option would be to remove downvoting, which seems to be the case on sudonix 🙂
    Anyway it used to work, and suddenly broke. I figured out thats what the Regression tag means!

  • @Panda as, yes, now I understand and that makes 100% sense. It means those who get down voted can still have an opinion and use common services.

    And yes, you’re right. Rather than down vote, just ignore if you don’t agree.


  • nodebb error logs

    Bugs
    6
    4 Votes
    6 Posts
    177 Views

    I just wanted to ask because I don’t have much knowledge about the new installation.
    Thank you for the explanatory answer.

  • 1 Votes
    23 Posts
    2k Views

    @DownPW it’s your only realistic option at this stage.

  • Nodebb 3.2.2

    Bugs
    27
    11 Votes
    27 Posts
    1k Views

    @crazycells yes, I’ve just seen that and modified the post. It seems to only happen if you have a space between the “greater than” symbol and the actual text.

    Clearly a markdown thing.

  • Nodebb 3.2.0

    Bugs
    20
    2 Votes
    20 Posts
    476 Views

    @crazycells yes, I’m aware of that. Need to fix

    EDIT- fixed. Caused by the same CSS that is used to absolutely position the “verified” group badge in the posts view. Amended this CSS so that is specifically targets the post stream as below

    li[component="post"] a[href*="/groups/verified"] { position: absolute !important; left: 8px; z-index: 2; margin-top: 1px; border-radius: 999px !important; line-height: 14px; display: block; height: 22px; margin-left: 0px !important; }
  • Email validation NodeBB

    Bugs
    21
    3 Votes
    21 Posts
    879 Views

    @Panda said in Email validation NodeBB:

    Did you configure that as a custom change to the usual quote icon. How do you do that?
    I notice on NodeBB site its a solid blue quotes

    Yes, I changed it. NodeBB by default users the free font awesome library whereas I use the pro (paid) version SDK have access to a wider set of icons, and at different thicknesses etc. The change of colour is just simple CSS.

  • 2 Votes
    19 Posts
    579 Views

    @phenomlab Work now 😉

  • 5 Votes
    3 Posts
    376 Views

    @phenomlab

    I love it too

    @phenomlab said in Blinking text Effect:

    Has that “broken neon light” look that you see in films.

    It’s exactly that, kind of old neon signs of bar or pubs a bit cyberpunk too 😉

  • nodebb dropdown menu

    Solved Configure
    5
    0 Votes
    5 Posts
    428 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.