As a solution to the issue of the forum font being too small for some users on some portable devices, we will be implementing a user-selected option to increase the font size.
This scheme is currently prototyped on a test forum that is located at https://xantiav6.co.uk/forum/ (it will be live here after our next software upgrade in a few weeks).
If you log into https://xantiav6.co.uk/forum/ fonts and spacings will by default be the same as this forum (although a few are slightly wrong at present). Go into your user control panel and the tab "Board Preferences", you will see a new setting: "Would you prefer the font to be larger?:" If you select that, then the fonts on the main forum pages should get about 20% bigger.
The purpose of this topic is for reports and discussion on the changes to the font size.
Some people obviously don't need this change, and they can quite happily ignore it.
There has been a request to apply the larger font feature to this forum ASAP before the next software upgrade, but unfortunately that is not practical. The main problem is that this feature is not a standard part of the phpBB forum software and it requires about 100 manual changes to the forum source code. These then have to be checked on each type of forum page using browsers with different screen resolution. There were several hours work getting the demo version working, and much more to get the final version completed and tested. To complicate matters, the actual changes would be different between the currently installed version of forum software and the new version, and that prevents even the demo version being uploaded to the main server for now.
User Selectable Large Font Size
-
xantia_v6
- Forum Admin Team
- Posts: 10774
- Joined: 09 Nov 2005, 22:03
- x 1371
-
xantia_v6
- Forum Admin Team
- Posts: 10774
- Joined: 09 Nov 2005, 22:03
- x 1371
Re: User Selectable Large Font Size
I would like feedback on the font sizes that have been achieved with the larger font feature enabled. It seems to me that the font size increase of about 20% is good for phones with small screens, but on larger PC screens, the font becomes inconveniently large. This could be inconvenient for people who frequently move between devices.
I am considering the idea of having the larger fonts automatically disabled for devices with larger screens (determined by the screen width in pixels).
I would like to get early feedback, so that the code changes and testing do not need to be done repeatedly.
I am considering the idea of having the larger fonts automatically disabled for devices with larger screens (determined by the screen width in pixels).
I would like to get early feedback, so that the code changes and testing do not need to be done repeatedly.
-
daviemck2006
- Donor 2024
- Posts: 5031
- Joined: 04 Dec 2010, 18:45
- x 496
Re: User Selectable Large Font Size
I cannot say anything about big screens, but am really struggling on even my biggest tablet
Skoda Karoq 1.6tdi 2018
Peugeot boxer 2016
In the family
Cupra Leon 1.5tsi tourer 2024 daughter 1
C1 vtr+ 2010 daughter 2
Vw golf 1.9gttdi 150 spare toy.
Peugeot boxer 2016
In the family
Cupra Leon 1.5tsi tourer 2024 daughter 1
C1 vtr+ 2010 daughter 2
Vw golf 1.9gttdi 150 spare toy.
-
CitroJim
- A very naughty boy
- Posts: 54687
- Joined: 30 Apr 2005, 23:33
- x 8151
Re: User Selectable Large Font Size
daviemck2006 wrote: but am really struggling on even my biggest tablet
Bet that's hard to swallow Davie
Jim
A bit of a Citroen AX fan...
A bit of a Citroen AX fan...
-
daviemck2006
- Donor 2024
- Posts: 5031
- Joined: 04 Dec 2010, 18:45
- x 496
Re: RE: Re: User Selectable Large Font Size
Its a bit too sweet and doing nothing for my diabetes Jim [emoji12] [emoji23]CitroJim wrote:daviemck2006 wrote: but am really struggling on even my biggest tablet
Bet that's hard to swallow Davie[emoji38]
Sent from my SM-T585 using Tapatalk
Skoda Karoq 1.6tdi 2018
Peugeot boxer 2016
In the family
Cupra Leon 1.5tsi tourer 2024 daughter 1
C1 vtr+ 2010 daughter 2
Vw golf 1.9gttdi 150 spare toy.
Peugeot boxer 2016
In the family
Cupra Leon 1.5tsi tourer 2024 daughter 1
C1 vtr+ 2010 daughter 2
Vw golf 1.9gttdi 150 spare toy.
-
xantia_v6
- Forum Admin Team
- Posts: 10774
- Joined: 09 Nov 2005, 22:03
- x 1371
Re: User Selectable Large Font Size
daviemck2006 wrote:I cannot say anything about big screens, but am really struggling on even my biggest tablet
I will make some progress on this as soon as I can, but it won't be for a few days due to other commitments.
-
xantia_v6
- Forum Admin Team
- Posts: 10774
- Joined: 09 Nov 2005, 22:03
- x 1371
Re: User Selectable Large Font Size
After putting some more work into this I have decided to discontinue this proposed change due to the technical complexity of getting everything to format correctly.
It has also been found that for Android phone users, a similar result can be achieved by using the text-size setting in the browser, and if the phone's native browser does not support text sizing, then another browser (e.g. Chrome) will.
It has also been found that for Android phone users, a similar result can be achieved by using the text-size setting in the browser, and if the phone's native browser does not support text sizing, then another browser (e.g. Chrome) will.
-
Michel
Re: User Selectable Large Font Size
I'm not sure I follow the need for this anyway. On both my Android devices I can simply pinch and zoom in or out to make the text bigger or smaller as I wish.
Sent from my SM-G925F using Tapatalk
Sent from my SM-G925F using Tapatalk
-
GiveMeABreak
- (Donor 2016)
- Posts: 41989
- Joined: 15 Sep 2015, 19:38
- x 6958
Re: User Selectable Large Font Size
Ditto for IOS and Windows Phone users, regardless of browser.
Please note, I'm no longer active on the Forum, so won't respond to messages.
Marc
Marc
-
xantia_v6
- Forum Admin Team
- Posts: 10774
- Joined: 09 Nov 2005, 22:03
- x 1371
Re: User Selectable Large Font Size
Michel wrote:I'm not sure I follow the need for this anyway. On both my Android devices I can simply pinch and zoom in or out to make the text bigger or smaller as I wish.
Sent from my SM-G925F using Tapatalk
The subtlety is that if you make thinks larger by pinch and zoom, the whole page expands, and then you have to scroll backwards and forwards to see the beginning and end of each line. If you change the browser text size, (server-side or client-side) the text gets bigger but is re-wrapped into the frame which fits into the physical window.
-
Michel
Re: RE: Re: User Selectable Large Font Size
Ah I see. Thanks for the explanation.xantia_v6 wrote:Michel wrote:I'm not sure I follow the need for this anyway. On both my Android devices I can simply pinch and zoom in or out to make the text bigger or smaller as I wish.
Sent from my SM-G925F using Tapatalk
The subtlety is that if you make thinks larger by pinch and zoom, the whole page expands, and then you have to scroll backwards and forwards to see the beginning and end of each line. If you change the browser text size, (server-side or client-side) the text gets bigger but is re-wrapped into the frame which fits into the physical window.
Sent from my SM-G925F using Tapatalk