Page 6 of 9

Re: Forums update

Posted: Tue Apr 20, 2021 1:23 am
by RASHAD
Progress
The forum gets better and better and I started to be familiar with it
Thanks Fred

Re: Forums update

Posted: Tue Apr 20, 2021 3:40 am
by Fangbeast
/Me bows. Master RASHAD has spoken:):)

Re: Forums update

Posted: Tue Apr 20, 2021 11:36 am
by HwyStar
pf shadoko wrote: Mon Apr 19, 2021 10:41 pm 2 remarks :
- can we replace "select all" by "copy all" ?
That would be nice! +1

Re: Forums update

Posted: Tue Apr 20, 2021 11:38 am
by HwyStar

Code: Select all

If Rashad = "Mr. Robot"
 Clap = "your hands."
EndIf

Re: Forums update

Posted: Tue Apr 20, 2021 10:24 pm
by IdeasVacuum
proSilver dark edition is nice but the font height is still way too small for me - the forum pages are not affected by the Browser font height setting unfortunately.

Re: Forums update

Posted: Tue Apr 20, 2021 10:46 pm
by STARGĂ…TE
IdeasVacuum wrote: Tue Apr 20, 2021 10:24 pm proSilver dark edition is nice but the font height is still way too small for me - the forum pages are not affected by the Browser font height setting unfortunately.
+1

For the moment, I increase the font size slightly with this user script, of course you can edit this size:

Code: Select all

const sheet = new CSSStyleSheet();
sheet.replaceSync('.postbody .content {font-size: 14px !important;}');
document.adoptedStyleSheets = [sheet];

Re: Forums update

Posted: Wed Apr 21, 2021 1:28 pm
by BarryG
Hi, is there any way to get the old forum styles back? None of these new ones "do it" for me, and I can't really be bothered signing in anymore because it's so different. I especially don't like how code snippets aren't shown in full anymore.

Re: Forums update

Posted: Wed Apr 21, 2021 1:46 pm
by skywalk
I agree with BarryG.
This is a coding forum and code of a certain length should not require scrolling.
Make it 60 lines or something user selectable.
I also had to drop the Dark theme since it is a near miss with fonts and icons.
Yes, I can run JS but that requires browser mods for all locations and browser app's.
With so many themes, we should have consensus implemented in a light and dark theme.

Re: Forums update

Posted: Wed Apr 21, 2021 2:24 pm
by Fred
BarryG wrote: Wed Apr 21, 2021 1:28 pm Hi, is there any way to get the old forum styles back? None of these new ones "do it" for me, and I can't really be bothered signing in anymore because it's so different. I especially don't like how code snippets aren't shown in full anymore.
The old style you mean is subsilver ? If yes, it's a PhpBB 3.0.x only style and unfortunately I didn't found the theme for PhpBB 3.3.x.

In the meantime I changed the code box for prolight to have to to 400px height and another background color.

Re: Forums update

Posted: Wed Apr 21, 2021 4:53 pm
by #NULL
I still have this problem in thunderbird:
#NULL wrote: Thu Apr 15, 2021 3:21 pm the position:fixed header of the default theme (without login) does not work well with anchors like links to specific posts. The header will cover the actual anchored posts so I have to scroll up every time. This is especially annoying when reading via the feed, because you have to scroll for every post to read it.
#NULL wrote: Thu Apr 15, 2021 4:35 pm
#NULL wrote: Thu Apr 15, 2021 3:21 pm the position:fixed header of the default theme
https://www.phpbb.com/customise/db/style/prolight/
Sticky header, can be switched on/off
Do you understand what i mean? Could you disable this?
Unfortunately in Thunderbird I can't (don't know how) use custom css/script like I could in a browser to reformat messages.

Re: Forums update

Posted: Wed Apr 21, 2021 10:11 pm
by Lunasole
pf shadoko wrote: Mon Apr 19, 2021 10:41 pm it's much more convenient now
no more need to scroll through endless listings
2 remarks :
- can we replace "select all" by "copy all" ?
I have a doubts about that small thing, "copy all" may not work in every browser, If I'm not wrong.
So should be better to add it separately/optionally (or combine), not to replace.
// don't know about mobiles again, I'm still not using a smartphone, emulators only

Re: Forums update

Posted: Thu Apr 22, 2021 9:33 am
by Fred
I disabled the sticky header for prolight.

Re: Forums update

Posted: Thu Apr 22, 2021 9:38 am
by BarryG
Fred wrote: Wed Apr 21, 2021 2:24 pmThe old style you mean is subsilver ?
I don't remember its name, but here's an edited screenshot:

Image

Re: Forums update

Posted: Thu Apr 22, 2021 11:55 am
by blueb
BarryG wrote: Wed Apr 21, 2021 1:28 pm Hi, is there any way to get the old forum styles back? None of these new ones "do it" for me, and I can't really be bothered signing in anymore because it's so different. I especially don't like how code snippets aren't shown in full anymore.
I have to agree with Barry.. I'm also used the same form style that you did. I hope some additional styles will be added by Fred.
The best, so far, is: Pro Silver Special Edition.. but I'm not crazy about it.
You're right... if the style is awkward.. a person won't use the forum as much.

Re: Forums update

Posted: Thu Apr 22, 2021 12:33 pm
by #NULL
Fred wrote: Thu Apr 22, 2021 9:33 am I disabled the sticky header for prolight.
Thank you, works great now. Maybe you could do the same for the german forum?