Skip to content

Customisation

Looking to revamp your site layout?

126 Topics 2.4k Posts
  • Fontawesome 5

    Unsolved
    14
    1 Votes
    14 Posts
    878 Views

    @pwsincd hi. Just following up on this thread (I know it’s old) but was curious to understand if it’s still an issue or not ?

  • New message CSS problem

    Unsolved
    11
    2 Votes
    11 Posts
    698 Views

    @DownPW hi. Sorry for digging up an old post, but I’m going through items still unresolved and was looking to get an understanding of where you are currently with this?

  • Blinking text Effect

    3
    5 Votes
    3 Posts
    461 Views

    @phenomlab

    I love it too

    @phenomlab said in Blinking text Effect:

    Has that “broken neon light” look that you see in films.

    It’s exactly that, kind of old neon signs of bar or pubs a bit cyberpunk too 😉

  • nodebb chat roll dice game

    Solved
    29
    5 Votes
    29 Posts
    3k Views

    @phenomlab said in nodebb chat roll dice game:

    @DownPW I still think you could do something much quicker with jQuery.

    Why not but like I said, I have no skills to do that.

    If you are motivated, why not but I don’t want to bother you especially since it will only be for a certain period of time.

  • chat list navbar

    Solved
    30
    3 Votes
    30 Posts
    2k Views

    No no it’s ok @phenomlab
    I just comment the 2 lines mentionned aboves 😉

  • Tenor GIF Plugin

    Solved
    19
    5 Votes
    19 Posts
    1k Views

    @phenomlab Also for me now 🙂 Upgraded in ACP and all good . Thx.

  • plugin open link IMgur images

    7
    0 Votes
    7 Posts
    523 Views

    @DownPW not sure what you mean. Can you elaborate ?

  • Plugin reaction Bug

    Solved
    15
    0 Votes
    15 Posts
    938 Views

    @DownPW That was going to be my next suggestion 🙂

  • Bottom footer navbar button extend

    Solved
    32
    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 ♥

  • answers appearance css code request

    Solved
    11
    1 Votes
    11 Posts
    830 Views

    @DownPW yes, because of the modifications that Sudonix uses, you’ll need to tailor to fit your needs.

  • Quote design CSS

    Solved
    15
    4 Votes
    15 Posts
    1k Views

    @DownPW yes, that does make sense actually. I forgot to mention the layout of Sudonix is custom so that would have an impact on the positioning.

    Good spot 🙂

  • Plugin Install Error

    Solved
    6
    2 Votes
    6 Posts
    572 Views

    @Sampo2910 no problems. Happy to help. Just remember that this particular method isn’t the best in the sense that it may not get update notifications. The general recommendation here would be to move back to the official npm repo as soon as the GitHub version has been merged.

    For the meantime, it’ll work fine though.

  • Link Text Colour.

    Solved
    5
    2 Votes
    5 Posts
    417 Views

    @phenomlab Thx again for the reply.

    Well I am sure that it will be well worth the wait. 🙂 I will watch with anticipation. For now it is OK. Just small minor irritations I fell in a lot of NodeBB ‘default’ things.

  • [NodeBB] username cards

    Solved
    8
    5 Votes
    8 Posts
    942 Views

    @phenomlab

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

  • Recent Cards plugin customization

    Solved
    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); }); }); });
  • Error install plugin

    Solved
    8
    1 Votes
    8 Posts
    599 Views

    @pobojmoks

    Not WP plugin but nodeBB but it a known bug

  • Forum Statistics Box

    Solved
    5
    4 Votes
    5 Posts
    472 Views

    @Sampo2910 said in Forum Statistics Box:

    Say i wanted new theme for example or again something like this?

    Yes, exactly the same process.

  • Link vs Refresh

    Solved
    20
    8 Votes
    20 Posts
    1k Views

    @pobojmoks Do you see any errors being reported in the console ? At first guess (without seeing the actual code or the site itself), I’d say that this is AJAX callback related

  • navigation bar is misplaced when the window gets smaller

    Solved
    23
    10 Votes
    23 Posts
    2k Views

    @DownPW sounds good.

  • Moving away from the quill.js plugin

    Unsolved
    12
    2 Votes
    12 Posts
    786 Views

    It’s worth adding @qwinter that 2.x is now completely stable.