Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @robmc,

    is it possible to get this fix? Because until today Yoko isn’t updated.

    Thank you in advance.

    Thread Starter Gestalterrier

    (@gestalterrier)

    Wow, thats really great support 🙂 The updates are faster than the changelog 😀

    I like this idea to make avatars for guest comments individual without an external service as Gravatar very much, because of Privacy/Tracking reasons.

    Because the colour intensity still changed with every page load, I’ve changed
    $bg_color = $this->hsl2rgb($hue/0xFFFFFFFF, (mt_rand() / mt_getrandmax()), 1);
    in /lib/ltrav-frontend.php into
    $bg_color = $this->hsl2rgb($hue/0xFFFFFFFF, 1, 1);

    The colours are then a little bit gaudy, but to make the intensity in the backend as a global setting would be only the icing on the cake 😉 Because this can also easily set via opacity setting as Custom CSS.

    Thread Starter Gestalterrier

    (@gestalterrier)

    Thanks, but the color is still randomized and only “reserved” to a special user, not build by the user name or mail address.

    As a consequence, on every page the same user has another avatar color and even, when only refreshing the same page.

    It’s a little bit better than complete “stupid” randomized colours, but still a confusing behaviour.

    It would make me very happy to hear, if the desired behaviour could be realized in the future 🙂

Viewing 3 replies - 1 through 3 (of 3 total)