Skip to content

Customisation

Looking to revamp your site layout?

121 Topics 2.3k Posts
  • Tenor GIF Plugin

    Solved
    19
    5 Votes
    19 Posts
    762 Views

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

  • plugin open link IMgur images

    7
    0 Votes
    7 Posts
    412 Views

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

  • Plugin reaction Bug

    Solved
    15
    0 Votes
    15 Posts
    687 Views

    @DownPW That was going to be my next suggestion 🙂

  • 9 Votes
    32 Posts
    2k 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
    547 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
    677 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
    355 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
    298 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
    826 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
    2k 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
    460 Views

    @pobojmoks

    Not WP plugin but nodeBB but it a known bug

  • Forum Statistics Box

    Solved
    5
    4 Votes
    5 Posts
    370 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
    938 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

  • 10 Votes
    23 Posts
    1k Views

    @DownPW sounds good.

  • 2 Votes
    12 Posts
    661 Views

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

  • Virtualmin Setup DigitalOcean

    Solved
    26
    9 Votes
    26 Posts
    2k Views

    @Hari said in Virtualmin Setup DigitalOcean:

    i have felt it is very hard to manage Virtualmin the settings are confusing

    It’s a bit of a learning curve, admittedly, but very powerful and easy to use provided you understand the implications of what you are doing. For example, moving a VirtualMin server to subserver and then back again without changing underlying components that rely on the correct placement of the server, of course it will no longer work.

  • Bootstrap Version

    Solved
    8
    5 Votes
    8 Posts
    441 Views

    @phenomlab That will be nice once they have completed that. It will be interesting to see how long that takes. So for now I will use custom css to make it look the way I want. Frameworks just make things a little faster. Thanks @phenomlab

  • Blog Setup

    Solved
    17
    8 Votes
    17 Posts
    809 Views

    Here is an update. So one of the problems is that I was coding on windows - duh right? Windows was changing one of the forward slashes into a backslash when it got to the files folder where the image was being held. So I then booted up my virtualbox instance of ubuntu server and set it up on there. And will wonders never cease - it worked. The other thing was is that there are more than one spot to grab the templates. I was grabbing the template from the widget when I should have been grabbing it from the other templates folder and grabbing the code from the actual theme for the plugin. If any of that makes sense.

    I was able to set it up so it will go to mydomain/blog and I don’t have to forward it to the user/username/blog. Now I am in the process of styling it to the way I want it to look. I wish that there was a way to use a new version of bootstrap. There are so many more new options. I suppose I could install the newer version or add the cdn in the header, but I don’t want it to cause conflicts. Bootstrap 3 is a little lacking. I believe that v2 of nodebb uses a new version of bootstrap or they have made it so you can use any framework that you want for styling. I would have to double check though.

    Thanks for your help @phenomlab! I really appreciate it. I am sure I will have more questions so never fear I won’t be going away . . . ever, hahaha.

    Thanks again!

  • what does sound/mute button do?

    Solved
    20
    9 Votes
    20 Posts
    907 Views

    @crazycells Yeah, looking at the plugin itself, that’s a hard coded limit

    3d6dbc10-185b-4102-9470-0c2731a10750-image.png

    I’ll probably remove that… eventually…

  • Node Version

    4
    1 Votes
    4 Posts
    252 Views

    @Madchatthew No issues. Thanks