Skip to content

NodeBB vs Discourse

Chitchat

Related Topics
  • TNG + Nodebb

    General
    4
    0 Votes
    4 Posts
    138 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.

  • MogoDB v6 to v7 upgrade

    Solved Configure
    5
    1 Votes
    5 Posts
    500 Views

    @Panda if you used the Ubuntu PPA, I think this only goes as far as 6.x if I recall correctly.

  • navigation menu panel on mobile

    Solved Customisation
    8
    7 Votes
    8 Posts
    450 Views

    @crazycells hmm. That’s odd. I haven’t made any changes from recollection but I could be wrong. I’ll need to check.

    EDIT - very strange. I honestly don’t recall adding the below CSS block to alter the bottom bar, but you’re right…

    .bottombar-nav { padding: 0px !important; }

    I’ve removed this so it reflects stock Harmony.

  • Why CSS acts different in Desktop?

    Bugs
    11
    4 Votes
    11 Posts
    587 Views

    @DownPW I’d have to agree with that.

  • Chevron up before & after

    Solved Configure
    11
    4 Votes
    11 Posts
    525 Views

    @crazycells you are right 🙂 thank you.

  • Gettin Erors NodeBB

    Solved Configure
    7
    0 Votes
    7 Posts
    440 Views

    @phenomlab no forum is working goods.
    there is no eror message since yestarday.

  • Recent Cards plugin customization

    Solved Customisation
    21
    13 Votes
    21 Posts
    3k Views

    @pobojmoks that’s easily done by modifying the code provided here so that it targets background rather than border

    In essence, the below should work

    $(document).ready(function() { $(window).on('action:ajaxify.end', function(data) { $('.recent-card-container').each(function(i) { var dataId = $(this).attr("data-cid"); var color = $('[role="presentation"]', this).css("background-color"); console.log("data-cid " + dataId + " is " + color); $('[data-cid="' + dataId + '"] .recent-card').attr("style", "background-color: " + color); }); }); });
  • NodeBB templates

    Locked Chitchat
    12
    4 Votes
    12 Posts
    996 Views

    Placing this here for reference
    https://sudonix.com/topic/216/nodebb-js-script-css-theme-switcher

    Further information and posts can be found at this link