Skip to content

Viewing Permission.

Solved General

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
  • TNG + Nodebb

    General
    4
    0 Votes
    4 Posts
    129 Views

    @Madchatthew said in TNG + Nodebb:

    you have to try and use duck tape and super glue to change something to make it do what you want it to do

    I couldn’t have put that better myself.

  • Mongodb or Redis

    General
    29
    11 Votes
    29 Posts
    360 Views

    @Madchatthew still a great catch.

  • Sudonix Blog

    General
    8
    3 Votes
    8 Posts
    264 Views

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

  • Correct Categories

    General
    6
    2 Votes
    6 Posts
    103 Views

    @Madchatthew No way - I want people to post here! That’s the point of this platform.

  • Changing H2 color

    Solved WordPress
    5
    3 Votes
    5 Posts
    274 Views

    @Sala Just checked your site. This should work

    .bs-blog-post .title, .bs-blog-post .title a { color: #ffffff; }

    It’s worth noting the existing CSS, which uses variables like the below

    color: var(--head-color);

    These come under the :root section as below

    :root { --head-color: #212121; --stext-color: #000; --text-color: #718096; --wtext-color: #fff; --bg-color: #fff; --box-color: #fff; --border-color: #e2e8f0; --wrap-color: #eff2f7; }

    You can easily override these by using the CSS I provided at the top of this post, or you can change the underlying colours defined in the variables. However, taking this route may mean other objects are styled in the same way, which may not be the desired result.

  • Recent Cards Plugin

    Solved Configure
    5
    4 Votes
    5 Posts
    333 Views

    @crazycells that’s a good point. Thanks

  • NodeBB Mess / Mongo DB

    Solved Configure
    8
    4 Votes
    8 Posts
    421 Views

    @Sampo2910 🙂 You’ll get that error if the .json file isn’t updated for latest release compliance - but you can still install from the CLI by using npm install nodebb-plugin-whateveritis

  • 9 Votes
    32 Posts
    3k Views

    @DownPW said in Bottom footer navbar button extend:

    Oh my god, it’s beautiful mark

    I liked this design so much, I’ve implemented it here. I intend to do a lot more with the footer in due course, so hiding it makes a lot of sense. Thanks @DownPW for the idea and initial concept ♥