Gestalterrier
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments will not display on my blog siteHello @robmc,
is it possible to get this fix? Because until today Yoko isn’t updated.
Thank you in advance.
Forum: Plugins
In reply to: [Letter Avatars] Color depending on Name/Email?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.
- This reply was modified 8 years, 8 months ago by Gestalterrier.
- This reply was modified 8 years, 8 months ago by Gestalterrier.
Forum: Plugins
In reply to: [Letter Avatars] Color depending on Name/Email?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 🙂