Skip to content

[NODEBB] Stats

Unsolved Customisation

Related Topics
  • Sudonix Blog

    General
    8
    3 Votes
    8 Posts
    342 Views

    Yes that is very awesome and I really like that idea! Great job with thinking that up!!

  • NodeBB Twitter / X embeds

    Let's Build It
    31
    19 Votes
    31 Posts
    844 Views

    @OT I honestly am not able to replicate this. Can you PM me a link to a post on your forum with the specific issue so I can have a look?

  • Whitespace fixes in Nodebb

    Solved Customisation
    18
    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.

  • Embedding external URLs

    Solved General
    3
    3 Votes
    3 Posts
    204 Views

    Many thanks! I’ll use your walkthrough and go for the self-hosted solution.

  • Changing Background on NodeBB

    Solved Customisation
    4
    0 Votes
    4 Posts
    634 Views

    @cagatay You’d target the body tag and use the below line of CSS

    background: url(/assets/customcss/backgrounds/default/default.png) no-repeat center center fixed;

    Obviously, you need to change the path to suit where your image is being stored.

    More info around the background property can be found here

    https://www.w3schools.com/cssref/css3_pr_background.php

  • Embed - What Are You Using?

    Solved General
    13
    3 Votes
    13 Posts
    774 Views

    @DownPW Hmm - it’ll work with iFramely (locally hosted), or you can use the below string to embed using https://community.nodebb.org/topic/7135/nodebb-plugin-ns-embed-ns-embed/114

    Watch (?:<a.*?)?(?:https?:\/\/)?(?:www\.)?dailymotion\.com\/video\/([a-zA-Z0-9_-]{4,11})(?:.*?\/a>)? Replace <div class='embed-wrapper'><div class='embed-container'><iframe src='//www.dailymotion.com/embed/video/$1' frameborder='0' allowfullscreen></iframe></div></div>

    4f5f13f7-0c73-460e-b32f-f974f170b236-image.png

  • [NodeBB] username cards

    Solved Customisation
    8
    5 Votes
    8 Posts
    950 Views

    @phenomlab

    Aha…nice to know. As always thank you for the reply and information.

  • [NodeBB] First post customization

    Solved Customisation
    5
    4 Votes
    5 Posts
    724 Views

    @phenomlab thanks 🙏