I suppose that's not unreasonable!
HD avatars and other site updates
yes I'm trying to work out how to get rid of the silly 100% thing and just keep the thumbs up working, but I've also got to pop to the shops so if yous could all just pretend its not there rn... like one of ohno544's posts.
*sorry. "shop", singular. i know multiple shops are a fairy tale from the days before the virus
*sorry. "shop", singular. i know multiple shops are a fairy tale from the days before the virus
"He has to be larger than bacon"
Ratings options ---> Graphics options ---> Graphic display of the rating: set to off. ;)Pete wrote: ↑Sun 07 Mar, 2021 11.57 yes I'm trying to work out how to get rid of the silly 100% thing and just keep the thumbs up working, but I've also got to pop to the shops so if yous could all just pretend its not there rn... like one of ohno544's posts.
*sorry. "shop", singular. i know multiple shops are a fairy tale from the days before the virus
-
- Posts: 1993
- Joined: Sun 13 Feb, 2005 00.04
- Location: Next door to Hell
@Pete I think you've broken something somewhere - everything's pointing at the server on port 80, which has broken the HTTPS site and loads of links are now coming back with page not found errors - I could only get into this topic by manipulating the URL from another topic.
I was faffing with something to make human readable URLs. However it kept adding a port number on for no reason and was also unusable. Thus I've given up on that front for now.dosxuk wrote: ↑Sun 07 Mar, 2021 21.15 @Pete I think you've broken something somewhere - everything's pointing at the server on port 80, which has broken the HTTPS site and loads of links are now coming back with page not found errors - I could only get into this topic by manipulating the URL from another topic.
"He has to be larger than bacon"
Hello dark mode... 😉
Is there no way in phpBB to have it auto switch between light/dark depending on your device theme? I've played around with that in CSS before:
https://telly.site/
https://telly.site/
Code: Select all
/* Dark theme test 06/04/2019 */
@media (prefers-color-scheme: dark) {
body {
background-color: #333;
color: #fff;
}
}
not yet I believe, the whole thing is listed as experimental rn.Philip wrote: ↑Sun 21 Mar, 2021 16.31 Is there no way in phpBB to have it auto switch between light/dark depending on your device theme? I've played around with that in CSS before:
https://telly.site/Code: Select all
/* Dark theme test 06/04/2019 */ @media (prefers-color-scheme: dark) { body { background-color: #333; color: #fff; } }
"He has to be larger than bacon"