Skip to content
  • 24 Votes
    29 Posts
    4k Views

    @DownPW it is the second post of this thread.

  • 24 Votes
    49 Posts
    2k Views

    @crazycells You should be able to upvote more now as I’ve located the hard coded function in the plugin responsible for this and changed it from

    maxVotesPerUser(reputation) { let MIN = 5, MAX = 50; let calculatedVotesPerUser = Math.floor(reputation / 10); if (calculatedVotesPerUser < MIN) { calculatedVotesPerUser = MIN; } else if (calculatedVotesPerUser > MAX) { calculatedVotesPerUser = MAX; } return calculatedVotesPerUser; },

    to

    maxVotesPerUser(reputation) { let MIN = 5, MAX = 500; let calculatedVotesPerUser = Math.floor(reputation / 50); if (calculatedVotesPerUser < MIN) { calculatedVotesPerUser = MIN; } else if (calculatedVotesPerUser > MAX) { calculatedVotesPerUser = MAX; } return calculatedVotesPerUser; },

    It appears that the upvote limit is 10% of your reputation by default.

  • 24 Votes
    25 Posts
    826 Views

    @cagatay Sure. Here’s the light theme CSS file

    https://sudonix.org/assets/customcss/light.css

    Others are as below

    b1072f13-9bea-4129-aa68-ea9edc68830c-image.png

  • 22 Votes
    59 Posts
    3k Views

    @Sala I will likely need admin access to your site for this.

  • 22 Votes
    21 Posts
    1k Views

    Already found 2 bugs, which have been committed to live code

    Relative path is provided in some instances, so a function now exists to return the full path instead so the image is rendered OGProxy does not target chat - this has been fixed
  • Bug Report

    Solved Bugs
    43
    21 Votes
    43 Posts
    881 Views

    @crazycells yep. I get it! Good point.

  • 20 Votes
    110 Posts
    9k Views

    @crazycells said in Setup OGProxy for use in NodeBB:

    are they cached for each user separately?

    No. It’s a shared cache

    @crazycells said in Setup OGProxy for use in NodeBB:

    additionally, this is also handling youtube videos etc, right?

    No. This is handled by nodebb-plugin-ns-embed

  • 20 Votes
    28 Posts
    811 Views

    thanks Mark.

  • 20 Votes
    49 Posts
    2k Views

    @cagatay Those are in /admin/extend/widgets/brand header. Look inside the HTML widget that is there, and you’ll find

    <div class="socialicons"> <a class="btn-ghost p-2" href="https://github.com/phenomlab" rel="noreferrer noopener"><i style="color: #333;background: #ffffff; width: 26px" class="fa fa-2x fa-github-square"></i></a> <a class="btn-ghost p-2" href="https://linkedin.com/in/phenomlab" rel="noreferrer noopener"><i style="color: #0077B5;background: #ffffff; width: 26px" class="fa fa-2x fa-brands fa-linkedin-square"></i></a> <a class="btn-ghost p-2" href="https://twitter.com/phenomlab" rel="noreferrer noopener"><i style="color: #1DA1F2;background: #ffffff; width: 26px" class="fa fa-2x fa-twitter-square"></i></a> <!-- <a class="btn-ghost p-2" href="https://www.facebook.com/sudonixtech" rel="noreferrer noopener"><i style="color: #4268B2;background: #ffffff; width: 26px" class="fa fa-2x fa-facebook-square"></i></a> --> </div>

    Remove that block and save.

  • Virgin Media Broadband

    Solved General
    258
    19 Votes
    258 Posts
    24k Views

    @phenomlab said in Virgin Media Broadband:

    @JAC yes, very reliable with no issues.

    Thanks very much matey, will buy this in a few days and keep you updated.

  • 19 Votes
    21 Posts
    1k Views

    @crazycells this perhaps? 🙂

    terminator_endoskeleton_1020.webp

  • 19 Votes
    35 Posts
    2k Views

    @DownPW said in Threaded chat support for NodeBB:

    Better like this : add shadow and border-left on self answer

    Of course - you style to your own requirements and taste 🙂 I’ll commit that CSS we discussed yesterday also

  • 18 Votes
    36 Posts
    2k Views

    you are too fast 😉

  • 18 Votes
    53 Posts
    4k Views

    @JAC said in KeepSolid VPN Unlimited DEAL:

    although all are going to have their own flaws one way or another,

    Exactly that - none of them are going to suit every individual purpose. You have to read the reviews, decide what functionality you need, and then make a judgement call for yourself (and your own unique needs).

    There is no “wrong or right”, although I would steer clear of those that do not have a no-logs policy for privacy reasons alone.

  • 18 Votes
    32 Posts
    2k Views

    @phenomlab yes you are right 😄 it is fixed now… thanks.

  • Post Style View

    Solved Customisation
    67
    18 Votes
    67 Posts
    5k Views

    @cagatay

    Just add margin-left on the element like @phenomlab said to you :

    topic [component="post/parent"] { margin-left: 10px; }

    aa08c62b-4223-4cba-8c0f-c73d50474c0d-image.png

    Maybe @phenomlab have a better way

  • 17 Votes
    21 Posts
    977 Views

    @crazycells said in Netflix hints at password sharing crackdown:

    We love laws, and would pay if we want to watch movies.

    I think you’ve hit the nail on the head here - particularly around the point re: privacy. I expect that other people are willing to abide by the laws also, but it’s very easy to see how rising prices will simply fuel the pirate industry even further. Nobody likes to be “ripped off” or “held to ransom”, and there are always going to be those who would rather not pay at all and put up with a poor video image taken in the cinema with someone’s head bobbing up and down, or overhearing someone complain they asked for an ice cream but got a donut… 🙂

    The rising costs of viewing material is what is in essence the fuel for the piracy market - not just viewing either - it used to be the case (before digital downloads of music tracks) that people were pirating CD’s because of the cost. With the onset of online music stores, that’s probably a thing of the past - I can’t recall overhearing anyone saying they spend all of their free time searching for mp3’s etc recently, unless I’m out of touch, but the film industry is encouraging piracy with the spiralling costs of attending the cinema etc - not to mention being robbed in broad daylight if you want refreshments.

  • 17 Votes
    18 Posts
    514 Views

    @crazycells always makes me laugh

  • Widget | CSS customization

    Solved WordPress
    53
    17 Votes
    53 Posts
    3k Views

    @Sala the only way you can achieve this is to use a robots.txt file and disallow access to those links.

  • 17 Votes
    34 Posts
    2k Views

    @phenomlab thank you very much, this was helpful. Everything looks ok 🙂