Skip to content

NodeBB Footer

Solved Customisation
10 3 2.1k 1
  • Hi Mark,

    I hope you’re well?

    I’m looking to add a footer to the forum, do you know how this is achievable?

    Many thanks

  • Hi Mark,

    I hope you’re well?

    I’m looking to add a footer to the forum, do you know how this is achievable?

    Many thanks

    @jac there’s a widget for the footer area. Have you tried this ?

  • @jac there’s a widget for the footer area. Have you tried this ?

    @phenomlab said in NodeBB Footer:

    @jac there’s a widget for the footer area. Have you tried this ?

    I haven’t yet no mate. I’m currently stuck at the in-laws. 5 positive lateral flow tests later 🤔 I don’t understand it. Everyone here has been so careful, I did tests two days and a day before I left all negative. No one here has been out as they are in vulnerable bracket, I can only think it’s from work where some people don’t adhere to the rules 😑.

  • @phenomlab said in NodeBB Footer:

    @jac there’s a widget for the footer area. Have you tried this ?

    I haven’t yet no mate. I’m currently stuck at the in-laws. 5 positive lateral flow tests later 🤔 I don’t understand it. Everyone here has been so careful, I did tests two days and a day before I left all negative. No one here has been out as they are in vulnerable bracket, I can only think it’s from work where some people don’t adhere to the rules 😑.

    @jac no surprises there mate. Was very unwell Christmas Day but tested negative. 2 days later positive followed by my wife and daughter (who is vulnerable) then my father in law who is also vulnerable.

    I’ve tested negative for two days with LF but still feel really fatigued. My wife is still positive but getting better. My daughter is still positive and has been given the tablet medication also.

  • @phenomlab said in NodeBB Footer:

    o surprises there mate. Was very unwell Christmas Day but tested negative. 2 days later positive followed by my wife and daughter (who is vulnerable) then my father in law who is also vulnerable.
    I’ve tested negative for two days with LF but still feel really fatigued. My wife is still positive but getting better. My daughter is still positive and has been given the tablet medication also.

    @JAC @phenomlab

    Strength to both. I am sending you positive waves.

  • @jac no surprises there mate. Was very unwell Christmas Day but tested negative. 2 days later positive followed by my wife and daughter (who is vulnerable) then my father in law who is also vulnerable.

    I’ve tested negative for two days with LF but still feel really fatigued. My wife is still positive but getting better. My daughter is still positive and has been given the tablet medication also.

    @phenomlab said in NodeBB Footer:

    @jac no surprises there mate. Was very unwell Christmas Day but tested negative. 2 days later positive followed by my wife and daughter (who is vulnerable) then my father in law who is also vulnerable.

    I’ve tested negative for two days with LF but still feel really fatigued. My wife is still positive but getting better. My daughter is still positive and has been given the tablet medication also.

    Wow, so sorry to hear that mate. Wishing you and the family a speedy recovery mate. 🤝🏻

  • @phenomlab said in NodeBB Footer:

    o surprises there mate. Was very unwell Christmas Day but tested negative. 2 days later positive followed by my wife and daughter (who is vulnerable) then my father in law who is also vulnerable.
    I’ve tested negative for two days with LF but still feel really fatigued. My wife is still positive but getting better. My daughter is still positive and has been given the tablet medication also.

    @JAC @phenomlab

    Strength to both. I am sending you positive waves.

    @downpw said in NodeBB Footer:

    @phenomlab said in NodeBB Footer:

    o surprises there mate. Was very unwell Christmas Day but tested negative. 2 days later positive followed by my wife and daughter (who is vulnerable) then my father in law who is also vulnerable.
    I’ve tested negative for two days with LF but still feel really fatigued. My wife is still positive but getting better. My daughter is still positive and has been given the tablet medication also.

    @JAC @phenomlab

    Strength to both. I am sending you positive waves.

    Thanks very much 👍🏻

  • @phenomlab said in NodeBB Footer:

    o surprises there mate. Was very unwell Christmas Day but tested negative. 2 days later positive followed by my wife and daughter (who is vulnerable) then my father in law who is also vulnerable.
    I’ve tested negative for two days with LF but still feel really fatigued. My wife is still positive but getting better. My daughter is still positive and has been given the tablet medication also.

    @JAC @phenomlab

    Strength to both. I am sending you positive waves.

    @downpw many thanks

  • @phenomlab said in NodeBB Footer:

    @jac no surprises there mate. Was very unwell Christmas Day but tested negative. 2 days later positive followed by my wife and daughter (who is vulnerable) then my father in law who is also vulnerable.

    I’ve tested negative for two days with LF but still feel really fatigued. My wife is still positive but getting better. My daughter is still positive and has been given the tablet medication also.

    Wow, so sorry to hear that mate. Wishing you and the family a speedy recovery mate. 🤝🏻

    @jac and you. Hope all is well and you recover quickly

  • @jac and you. Hope all is well and you recover quickly

    @phenomlab said in NodeBB Footer:

    @jac and you. Hope all is well and you recover quickly

    Thanks pal 😁🤝🏻

  • 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
    112 Views
    PrestaShop + modules IA https://www.prestashop.com Magento https://developer.adobe.com/open/magento
  • Opening links in nodebb widget

    Solved Configure nodebb
    6
    4 Votes
    6 Posts
    2k 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 inline videoplayer

    Solved Customisation nodebb
    12
    3 Votes
    12 Posts
    2k Views
    @phenomlab YAY! It works Thanks so much
  • 2 Votes
    10 Posts
    2k Views
    @DownPW We just have to change the cycles automatically according to each period ? Yes, this is by far the safest I think it is possible to achieve the goal, I have already seen this kind of thing on a site without any perf problems. It’s certainly possible, but not without issues or impact to performance (in my view)
  • [NODEBB] Help for my custom CSS

    Solved Customisation nodebb css bugfix
    237
    49 Votes
    237 Posts
    80k Views
    @baris said: You should change your selectors so it doesn’t look at the entire document. You probably only want to apply fancybox to stuff inside the #content element which is what changes when the user navigates around the page. So use $('#content a').... for your selectors then the forum logo in the header won’t be selected. I modified the JS Fancybox code now and this code and it seem better // --------------------------------------------- // Fancybox Media Reader (Without Website Logo) // --------------------------------------------- if (top.location.pathname !== '/login') { $(window).on('action:posts.loaded', function(data) { console.log("Polling DOM for lazyLoaded images to apply Fancybox"); $(document).ready(function() { $('#content a').not('.forum-logo').not(".avatar").not(".emoji").not(".bmac-noanimate").each(function() { $('#content a[href*=".jpg"], #content a[href*=".jpeg"], #content a[href*=".png"], #content a[href*=".gif"], #content a[href*=".webp"]').addClass("noanimate"); }); }); }); } if (top.location.pathname !== '/login') { $(document).ready(function() { $(window).on('action:ajaxify.end', function(data) { $('#content a').not('.logo').not(".avatar").not(".emoji").not(".bmac-noanimate").each(function() { $('#content a[href*=".jpg"], #content a[href*=".jpeg"], #content a[href*=".png"], #content a[href*=".gif"], #content a[href*=".webp"]').addClass("noanimate"); data.preventDefault() // Strip out the images contained inside blockquotes as this looks nasty :) $('#content blockquote img').remove(); }); Fancybox.bind( '#content a[href*=".jpg"], #content a[href*=".jpeg"], #content a[href*=".png"], #content a[href*=".gif"], #content a[href*=".webp"]', { groupAll: true, } ); }); }); } // Chat fancybox - fires when chat module loaded and AJAX calls new chat $(document).ready(function() { $(window).on('action:chat.loaded', function(data) { // >>> Se limiter au contenu principal uniquement <<< $('#content img').not('.forum-logo').not(".avatar").not(".emoji").not(".bmac-noanimate").each(function() { var newHref = $(this).attr("src"); $(this).wrap("<a class='fancybox' href='" + newHref + "'/>"); $('#content a[href*=".jpg"], #content a[href*=".jpeg"], #content a[href*=".png"], #content a[href*=".gif"], #content a[href*=".webp"]').addClass("noanimate"); data.preventDefault(); // Strip out the images contained inside blockquotes as this looks nasty :) $('#content blockquote img').remove(); }); Fancybox.bind( '#content a[href*=".jpg"], #content a[href*=".jpeg"], #content a[href*=".png"], #content a[href*=".gif"], #content a[href*=".webp"]', { groupAll: true, } ); }); }); For the logo, I must use overflow: visible !important; on [component="brand/logo"] /* --- Logo --- */ [component="brand/logo"] { max-height: 50px; width: auto; height: auto; max-width: 100%; display: block; object-fit: contain; object-position: left center; overflow: visible !important; } Better result !!
  • [NODEBB] Scroll Button

    Solved Customisation css javascript html scroll button
    7
    1
    0 Votes
    7 Posts
    2k Views
    @downpw ooops. Forgot that. Thanks for adding.
  • [NodeBB] username cards

    Solved Customisation nodebb
    8
    5 Votes
    8 Posts
    2k Views
    @phenomlab Aha…nice to know. As always thank you for the reply and information.
  • Social icon (Nodebb)

    Solved Customisation nodebb social
    7
    0 Votes
    7 Posts
    2k Views
    @phenomlab said in Social icon (Nodebb): @jac I just tested my theory around using the OG image, and according to the Twitter card validator, it works fine [image: 1638880098289-73e805e1-997b-41bf-9259-51c5052ca8fc-image.png] fixed