Search found 2859 matches

by Andrew Lee
Tue May 28, 2024 5:08 pm
Forum: Suggestions/Discussions
Topic: Dark mode
Replies: 36
Views: 26430

Re: Dark mode

lwc wrote: Tue May 28, 2024 8:47 am Please replace style with this revised one, see screenshots.
Updated, and tested. Thanks!
by Andrew Lee
Mon May 27, 2024 9:48 pm
Forum: Suggestions/Discussions
Topic: Dark mode
Replies: 36
Views: 26430

Re: Dark mode

Oh I see... forgot to mention I was testing out the scenario as pointed out by Midas i.e. click "This app rocks" on any database entry:

screenshot.png
by Andrew Lee
Mon May 27, 2024 3:10 am
Forum: Suggestions/Discussions
Topic: Dark mode
Replies: 36
Views: 26430

Re: Dark mode

Well, turns out it was because of Incognito which blocks a:visited. Please change to this revised CSS which adds dark mode colors for a:visited and a:hover - there original CSS doesn't have a:active so I didn't touch it Change applied! I noticed you were trying to make the submit button gray with t...
by Andrew Lee
Sun May 26, 2024 4:02 am
Forum: Suggestions/Discussions
Topic: Dark mode
Replies: 36
Views: 26430

Re: Dark mode

lwc wrote: Sat May 25, 2024 3:42 am So please replace the script with this one that adds that check (if the user defined dark mode in the OS level, but no cookie was set, then it loops until both the link and external script are loaded):
Done!
by Andrew Lee
Fri May 24, 2024 11:04 pm
Forum: Suggestions/Discussions
Topic: Dark mode
Replies: 36
Views: 26430

Re: Dark mode

I suggest at least add this code to the forum's <head> to auto switch to it. The logic is - "if the OS uses dark mode, and no cookie was defined, auto click to switch to dark mode (which sets a cookie)" Added, and seems to work alright (by testing in incognito mode under Chrome). Thanks! ...
by Andrew Lee
Fri May 24, 2024 3:48 am
Forum: Suggestions/Discussions
Topic: Dark mode
Replies: 36
Views: 26430

Re: Dark mode

Thanks for pointing this out to me. I thought this Chrome setting: chrome.png would be able to trigger dark mode in the browser locally, but alas I was wrong. So I left it at "Device" and turn on dark mode globally for Windows as suggested, and it worked. A couple of things I have done: 1)...
by Andrew Lee
Thu May 23, 2024 3:56 am
Forum: Suggestions/Discussions
Topic: Dark mode
Replies: 36
Views: 26430

Re: Dark mode

I added the second version to style.css , but it doesn't seem to do anything after setting appeareance to "Dark" on Chrome. Read up a bit on "@media (prefers-color-scheme: dark)" as well. Don't you need to refine at least the "body" tag in order to set a dark background?
by Andrew Lee
Wed May 22, 2024 2:36 am
Forum: Suggestions/Discussions
Topic: Mobile version of PFWC?
Replies: 8
Views: 10435

Re: Mobile version of PFWC?

I have added:

Code: Select all

<meta name="viewport" content="width=device-width, initial-scale=0.7">
as suggested.
by Andrew Lee
Tue May 21, 2024 2:48 am
Forum: Suggestions/Discussions
Topic: Is it time to stop highlighting 32-bit over 64-bit and possibly stop the distinction at all?
Replies: 5
Views: 2940

Re: Is it time to stop highlighting 32-bit over 64-bit and possibly stop the distinction at all?

In other words, if a program has just 1 version, you'll use it without caring if it's 32 or 64 bit. If it has 2 versions, you're supposed to prefer the 64-bit version because why would you want to rely on Windows legacy features (which will be removed eventually like in MacOS). I agree that would b...
by Andrew Lee
Sat May 18, 2024 9:42 pm
Forum: Portable Freeware Submission
Topic: Sound Player Lilith
Replies: 5
Views: 10065

Re: Sound Player Lilith

@giulia: Do you want to try doing that by using the Add entry function?

After adding, please post the link to the database entry here for voting.

I will also help with double-checking the entry you have created.
by Andrew Lee
Wed May 15, 2024 1:36 am
Forum: Portable Freeware Submission
Topic: RMPrepUSB & RMPartUSB
Replies: 6
Views: 22947

Re: RMPrepUSB & RMPartUSB

Thanks for the info!

The project and downloads redirects to FOSSHub: https://www.fosshub.com/RMPrepUSB.html

I will move this topic to the submissions forum.
by Andrew Lee
Fri May 10, 2024 7:30 pm
Forum: Suggestions/Discussions
Topic: Server high load message occurs too frequently lately
Replies: 10
Views: 13239

Re: Server high load message occurs too frequently lately

It affected everything, not just the forum. The homepage was without any listings and what remained was just pure text. I have implemented more tweaks, and the stats tell me that things are better for the past 16h at least. Please feel free to post details if you are still encountering problems. I ...
by Andrew Lee
Thu May 09, 2024 5:55 pm
Forum: Suggestions/Discussions
Topic: Server high load message occurs too frequently lately
Replies: 10
Views: 13239

Re: Server high load message occurs too frequently lately

First of all, if it happens there should be a way for you to take everything down and instead just write a simple HTML of sorry, we're down. Otherwise it looks like the site was hacked or gone for good. Don't think the web server has gone down despite of the high CPU load? The issue is that phpBB w...
by Andrew Lee
Wed May 08, 2024 4:16 pm
Forum: Suggestions/Discussions
Topic: Server high load message occurs too frequently lately
Replies: 10
Views: 13239

Re: Server high load message occurs too frequently lately

It was OK for a couple of days, but seemed to have gone downhill again :( Basically, the symptom is that mariadb is exhibiting extremely high load (>150% CPU) for reasons unknown to me. Please be patient! I am trying my best to troubleshoot this, but it is turning out to be a very difficult problem....