Skip to content

Want to use Sudonix themes ?

Chitchat

Related Topics
  • Test of youtube embeds

    Solved Configure
    5
    3 Votes
    5 Posts
    80 Views

    @Madchatthew no, you just need to be in NodeBB root

  • What plugins are being used here on Sudonix?

    Solved General
    4
    4 Votes
    4 Posts
    363 Views

    @Norrad Are you looking for anything in particular? I only ask because Sudonix uses a number of custom functions which I wrote, but all are available on GitHub and fully supported here.

  • Nodebb 3.2.0

    Bugs
    20
    2 Votes
    20 Posts
    822 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; }
  • NodeBB: Consent page

    Solved Configure
    16
    4 Votes
    16 Posts
    755 Views

    @DownPW I still do not see any issues.

  • Podcast Share NodeBB

    Solved Configure
    15
    4 Votes
    15 Posts
    598 Views

    @cagatay You could experiment with nodebb-plugin-ns-embed but I expect the x-origin tag on the remote site to prevent playback.

  • Changing Background on NodeBB

    Solved Customisation
    4
    0 Votes
    4 Posts
    607 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

  • Detect if user is admin

    General
    2
    0 Votes
    2 Posts
    471 Views

    @pwsincd I think you can use userData.isAdmin = isAdmin; if I’m not mistaken - see
    https://community.nodebb.org/topic/15128/how-to-hide-whitelist-user-field-only-to-owner-or-admin?_=1648802303112 for an example

  • Social icon (Nodebb)

    Solved Customisation
    7
    0 Votes
    7 Posts
    988 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

    73e805e1-997b-41bf-9259-51c5052ca8fc-image.png

    fixed 🙂