Skip to content

NodeBB upgrade now cant post

Solved Bugs
5 2 1.1k 1
  • 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? Support ๐Ÿ’— Sudonix with a coffee โ˜•
If your organisation needs deeper expertise around infrastructure, security, or technology leadership, learn more about Phenomlab Ltd. Many of the deeper technical guides behind Sudonix are published there.

Related Topics
  • Nodebb vs Wordpress vs Other

    General wordpress nodebb woocomerce business
    4
    2 Votes
    4 Posts
    275 Views
    PrestaShop + modules IA https://www.prestashop.com Magento https://developer.adobe.com/open/magento
  • CSS codes to prevent votes to disappear

    Solved Customisation nodebb
    3
    1 Votes
    3 Posts
    931 Views
    @phenomlab yes, it is thanks a lotโ€ฆ
  • nodebb error logs

    Bugs nodebb
    6
    2
    4 Votes
    6 Posts
    1k 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.2

    Bugs nodebb 3.2.2
    27
    1
    11 Votes
    27 Posts
    6k 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 nodebb nodebb 3.2.0
    20
    1
    2 Votes
    20 Posts
    4k 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; }
  • Composer options on nodebb

    Solved Configure nodebb
    8
    1
    3 Votes
    8 Posts
    1k Views
    @Panda You should be able to expose the CSS for these using F12 to get into console [image: 1686833368846-3591518c-e3a3-4ada-a43c-6b32a5e0359c-image.png] [image: 1686833399483-a2b8ed46-4157-4ff2-85f0-576543380107-image.png] That should then expose the element once selected [image: 1686833431032-89d9c545-a47a-40d1-98f4-80cf3b958e8f-image.png] Hereโ€™s the below CSS you need based on the screenshot provided. .composer .formatting-bar .formatting-group li[data-format="picture-o"], .composer .formatting-bar .formatting-group li[data-format="spoiler"] { display: none; }
  • Email validation NodeBB

    Bugs nodebb
    21
    3 Votes
    21 Posts
    6k 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.
  • creating topic specific widgets

    Solved Customisation nodebb
    16
    10 Votes
    16 Posts
    3k Views
    @crazycells said in creating topic specific widgets: Additionally if hide class exists, why are we re-defining it? Weโ€™re not ๐Ÿคญ I misspelled it - it should be hidden