Skip to content

NodeBB Footer

Solved Customisation
10 3 2.2k 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
  • Page control arrows for PWA

    Solved Customisation nodebb
    27
    25 Votes
    27 Posts
    8k Views
    @crazycells it is, yes - I think I’ll leave it as there is no specific PWA CSS classes I know of. Well, you could use something like the below, but this means multiple CSS files for different operating systems. /** * Determine the mobile operating system. * This function returns one of 'iOS', 'Android', 'Windows Phone', or 'unknown'. * * @returns {String} */ function getMobileOperatingSystem() { var userAgent = navigator.userAgent || navigator.vendor || window.opera; // Windows Phone must come first because its UA also contains "Android" if (/windows phone/i.test(userAgent)) { return "Windows Phone"; } if (/android/i.test(userAgent)) { return "Android"; } if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) { return "iOS"; } return "unknown"; // return “Android” - one should either handle the unknown or fallback to a specific platform, let’s say Android } Once you’re in that rabbit hole, it’s impossible to get out of it.
  • Removing blue 'moved' tag from post

    Solved Configure nodebb
    16
    2
    3 Votes
    16 Posts
    3k 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.
  • optional "snow falling" theme

    Solved Customisation nodebb
    6
    6 Votes
    6 Posts
    1k Views
    @Sala ok, but that’s still the same loop which is going to have an impact on the CPU.
  • Title on homepage of nodebb forum

    Solved Customisation nodebb
    2
    1 Votes
    2 Posts
    1k Views
    @eveh Welcome board The code you are referring to is custom written as no such functionality exists under NodeBB. However, adding the functionality is relatively trivial. Below are the required steps Navigate to /admin/appearance/customise#custom-header Add the below code to your header, and save once completed <ol id="mainbanner" class="breadcrumb"><li id="addtext">Your Title Goes Here</li></ol> Navigate to /admin/appearance/customise#custom-js and add the below code, then save $(document).ready(function() { $(window).on('action:ajaxify.end', function(data) { // Initialise mainbanner ID, but hide it from view $('#mainbanner').hide(); var pathname = window.location.pathname; if (pathname === "/") { $("#addtext").text("Your Title"); $('#mainbanner').show(); } else {} // If we want to add a title to a sub page, uncomment the below and adjust accordingly //if (pathname === "/yourpath") { //$("#addtext").text("Your Title"); //$('#mainbanner').show(); //} }); }); Navigate to /admin/appearance/customise#custom-css and add the below CSS block .breadcrumb { right: 0; margin-right: auto; text-align: center; background: #0086c4; color: #ffffff; width: 100vw; position: relative; margin-left: -50vw; left: 50%; top: 50px; position: fixed; z-index: 1020; } Note, that you will need to adjust your CSS code to suit your own site / requirements.
  • [NODEBB] Stats

    Unsolved Customisation plugin stats script
    20
    1
    2 Votes
    20 Posts
    4k Views
    @phenomlab said in [NODEBB] Stats: @jac or I land up fixing it I wouldn’t put it past you
  • 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
  • How to set a signature in NodeBB?

    Solved Customisation
    4
    2 Votes
    4 Posts
    2k Views
    @phenomlab said in How to set a signature in NodeBB?: @jac No issues at all with copying. This is set using the signature for the user you are posting as. In the case of Hostrisk, it’s set like the below [image: 1633427929198-7bf04183-f6e8-4d72-b0eb-c9a05c9cd24b-image.png] You can set the signature by using https://domain.com/user/theuser/edit Mamy thanks Mark, I’ll set this up later .
  • NodeBB customisation

    Locked Customisation
    332
    27 Votes
    332 Posts
    139k Views
    @jac Given your departure away from your previous project, I’m going to close this thread…