Skip to content

Want to use Sudonix themes ?

Chitchat

Related Topics
  • nodebb error logs

    Bugs
    6
    4 Votes
    6 Posts
    361 Views

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

  • Nodebb 3.2.0

    Bugs
    20
    2 Votes
    20 Posts
    852 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; }
  • Removing blue 'moved' tag from post

    Solved Configure
    16
    3 Votes
    16 Posts
    675 Views

    @phenomlab
    Ah, got it working!
    I reversed the CSS addition to put z index high, and then I could see another error box saying fork title must be at least 3 characters.
    So made the new fork title longer and button responded.

  • 2 Votes
    2 Posts
    162 Views

    @dave1904 that’s a really good point actually. I know it was there previously on Persona, but you’re right - no such function exists on harmony.

    However, putting something in place to mimick the behaviour of Persona won’t be hard from the js standpoint, although I wonder if perhaps we should ask the NodeBB developers is this feature was overlooked?

  • adding some console.log to Nodebb

    Solved Customisation
    4
    1 Votes
    4 Posts
    548 Views

    @eeeee if you’re using the console, you could try

    node app.js > app.log 2>&1

    This would redirect stdout to a file named app.log and redirect stderr to stdout.

    I’m not sure about standard logging under NodeBB, but there is an error log located at logs/error.log.

    Failing that, you could always stop the NodeBB service then use ./nodebb dev from the console which would then provide debug output.

  • NodeBB: updating Admin details not working

    Solved Configure
    17
    3 Votes
    17 Posts
    631 Views

    @mventures Ok. No issues

  • IRC Server/Client - Chat App with NodeBB

    Linux
    6
    1 Votes
    6 Posts
    651 Views

    @Hari not sure from the consumer perspective, but Skype has been all but completely consumed by Microsoft Teams when it comes to business usage.

  • unable to upvote on forum

    Solved Performance
    10
    3 Votes
    10 Posts
    693 Views

    @phenomlab yes, i can understand. it is working now 🙂