Skip to content

NodeBB upgrade now cant post

Solved Bugs
  • On my site An annoying ‘n out of n’ banner comes over the reply button, and the forum bar is just below that
    So I can just see a fraction of the reply button but cant click it.
    I cant even screenshot it to show example now as that seems ‘disabled’ as a new ‘feature’

    Id like to stop screenshot disabled, and remove this ‘8 out of 8 banner’. Is that possible?

  • I’ve just seen the duplicate post on NodeBB. Can you go to /admin/plugins/harmony and match the settings below then save

    Screenshot_2023-05-28-11-10-14-46_e4424258c8b8649f6e67d283a50a2cbc.jpg

    That issue is caused by element positioning where the bottom bar should auto hide to prevent that issue. If that doesn’t work, disable the quick reply feature and see if that helps.

  • On my site An annoying ‘n out of n’ banner comes over the reply button, and the forum bar is just below that
    So I can just see a fraction of the reply button but cant click it.
    I cant even screenshot it to show example now as that seems ‘disabled’ as a new ‘feature’

    Id like to stop screenshot disabled, and remove this ‘8 out of 8 banner’. Is that possible?

    @Panda NodeBB doesn’t disable the ability to take a screenshot. That’s at operating system level not application, so something else is stopping that.

    I’ll need a screenshot of sorts, or access to your forum to be able to see what’s going on.

  • I’ve just seen the duplicate post on NodeBB. Can you go to /admin/plugins/harmony and match the settings below then save

    Screenshot_2023-05-28-11-10-14-46_e4424258c8b8649f6e67d283a50a2cbc.jpg

    That issue is caused by element positioning where the bottom bar should auto hide to prevent that issue. If that doesn’t work, disable the quick reply feature and see if that helps.

  • Thanks, can post now.
    I find it disconcerting that ‘out of the box settings’ dont work. If it wasnt for your help I would have broken forum now!
    Thats why sometimes I double post urgent questions on both forums as I appreciate your fast and accurate responses 🙂

  • Thanks, can post now.
    I find it disconcerting that ‘out of the box settings’ dont work. If it wasnt for your help I would have broken forum now!
    Thats why sometimes I double post urgent questions on both forums as I appreciate your fast and accurate responses 🙂

    @Panda yes, for some reason, that is the case. If you need an urgent response, it’s probably better to post here because of the time difference.

  • phenomlabundefined phenomlab marked this topic as a question on
  • phenomlabundefined phenomlab has marked this topic as solved on

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
  • Opening links in nodebb widget

    Solved Configure
    6
    4 Votes
    6 Posts
    526 Views
    A more efficient way of including this would be to not over complicate it and leverage a standard iframe (providing the CSP headers of the remote site permit this) like below <iframe src="https://www.classmarker.com/online-test/start/?quiz=gag66aea7922f0a5" width="700" height="800"></iframe> This works first time every time on your site as intended.
  • Nodebb 3.2.0

    Bugs
    20
    1
    2 Votes
    20 Posts
    968 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; }
  • Whitespace fixes in Nodebb

    Solved Customisation
    18
    2
    7 Votes
    18 Posts
    1k Views
    @Panda Just circling back here with something of an update (which I think you’ll like). I’ve completely restructured the ranking system. There are now less ranks, with a higher point threshold to reach them. More importantly, if you reload the site, you’ll notice that the ranks are now icons. I also removed the “Author” badge, and made this a single icon, which (to me) looks much better.
  • Difficult to move posts now, on mobile.

    Bugs
    16
    1
    5 Votes
    16 Posts
    816 Views
    @DownPW Yes, it is. It’s set far too low meaning other elements with a higher preference will sit over the top of it.
  • Can you adjust Admin settings on your NodeBB?

    Bugs
    5
    0 Votes
    5 Posts
    433 Views
    @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.
  • Email validation NodeBB

    Bugs
    21
    3 Votes
    21 Posts
    1k 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.
  • background color of the footer area

    Solved Customisation
    7
    1
    7 Votes
    7 Posts
    539 Views
    @phenomlab thank you very much
  • nodebb dropdown menu

    Solved Configure
    5
    1
    0 Votes
    5 Posts
    559 Views
    @phenomlab said in nodebb dropdown menu: @kurulumu-net You set it like the below example taken from this site [image: 1637939951821-aae36790-3257-4bb2-ad5a-0d744309876a-image.png] Which presents this [image: 1637939983445-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.