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.

  • @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 ๐Ÿ™‚

  • @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
  • 4 Votes
    7 Posts
    766 Views

    @phenomlab oh no, that is 1 cent on the video, but you are right, symbols are similarโ€ฆ I just converted it to $1 , since it is more intuitive in daily lifeโ€ฆ

  • Bug Report

    Solved Bugs
    47
    26 Votes
    47 Posts
    2k Views

    @crazycells Good points, thanks. I completely forgot that classes are added - makes life much simpler!

    EDIT - seems this is pretty straightforward, and only needs the below CSS

    .upvoted i { color: var(--bs-user-level) !important; }

    This then yields

    3f072f8a-ebfa-4910-8723-73c493b8e4eb-image.png

    However, the caveat here is that the .upvoted class will only show for your upvotes, and nobody elseโ€™s. However, this does satisfy the original request

    however I would love to see my upvoted posts more clearly, because currently, when I upvote, nothing on the post tool is changing, it would be nicer if there is an indication that I have upvoted (like a filled or colored triangle?)

  • Rendering issues post migration to Sudonix theme/code

    Solved Bugs
    49
    20 Votes
    49 Posts
    3k Views

    @cagatay Those are in /admin/extend/widgets/brand header. Look inside the HTML widget that is there, and youโ€™ll find

    <div class="socialicons"> <a class="btn-ghost p-2" href="https://github.com/phenomlab" rel="noreferrer noopener"><i style="color: #333;background: #ffffff; width: 26px" class="fa fa-2x fa-github-square"></i></a> <a class="btn-ghost p-2" href="https://linkedin.com/in/phenomlab" rel="noreferrer noopener"><i style="color: #0077B5;background: #ffffff; width: 26px" class="fa fa-2x fa-brands fa-linkedin-square"></i></a> <a class="btn-ghost p-2" href="https://twitter.com/phenomlab" rel="noreferrer noopener"><i style="color: #1DA1F2;background: #ffffff; width: 26px" class="fa fa-2x fa-twitter-square"></i></a> <!-- <a class="btn-ghost p-2" href="https://www.facebook.com/sudonixtech" rel="noreferrer noopener"><i style="color: #4268B2;background: #ffffff; width: 26px" class="fa fa-2x fa-facebook-square"></i></a> --> </div>

    Remove that block and save.

  • Nodebb 3.2.0

    Bugs
    20
    2 Votes
    20 Posts
    905 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
    8
    3 Votes
    8 Posts
    430 Views

    @Panda You should be able to expose the CSS for these using F12 to get into console

    3591518c-e3a3-4ada-a43c-6b32a5e0359c-image.png

    a2b8ed46-4157-4ff2-85f0-576543380107-image.png

    That should then expose the element once selected

    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; }
  • Can you adjust Admin settings on your NodeBB?

    Bugs
    5
    0 Votes
    5 Posts
    396 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.

  • NodeBB v3

    Announcements
    2
    3 Votes
    2 Posts
    228 Views

    @cagatay JS will work fine - no changes there, and there are no plans to drop support for jQuery. More of an issue is the CSS - for which there are quite a few breaking changes. Keep an eye on sudonix.dev (my development site) where you can see progress in relation to how I am tackling the compatibility issues.

  • [NodeBB] Import custom Font

    Solved Customisation
    12
    3 Votes
    12 Posts
    1k Views

    @cagatay youโ€™ll need to define this in the body tag (or another element if you want greater or more granular targets) - for example

    body { font-family: "Poppins"; font-size: 16px; }

    Essentially, you use the font-size CSS directive.