Fixed dimension for everybody - Large Font
Fixed dimension for everybody
It could be interesting have the option to fix a new dimension for all the board and for all the users, leaving to them the possibility to change.
- Astore
- Registered User
- Posts: 28
- Joined: Sun Jun 15, 2014 9:26 am
Re: Fixed dimension for everybody
Disable the extension and delete its data.
then using a text editor (not a word processor or dreamweaver type program)
OPEN
hifikabin/largefont/migrations/v1x/release_1_0_0_schema.php
FIND
Code: Select all
'user_font' => array('BOOL', 0),
Code: Select all
'user_font' => array('BOOL', 1),
That will give everyone the default font size of 130% which they can then adjust/turn off as they wish.
Best to warn your users that this will happen as any settings they have made will be removed when you enable the edited extension.
- HiFiKabin
- Community Team Member
- Posts: 4116
- Joined: Wed May 14, 2014 9:10 am
- Location: Swearing at the PC, UK
- Name: James
- Contact:
Re: Fixed dimension for everybody

just two questions:
1) what will happen when I will install e new versione of phpBB?
2) what abour if I need a dimension of 110%?
- Astore
- Registered User
- Posts: 28
- Joined: Sun Jun 15, 2014 9:26 am
Re: Fixed dimension for everybody
2) Before you do what I posted above, you will need to do this edit as well.
OPEN
hifikabin/largefont/migrations/v1x/release_1_0_1_schema.php
FIND
Code: Select all
'user_font_size' => array('UINT', '104'),
Code: Select all
'user_font_size' => array('UINT', '102'),
(I know 102 seems nothing like 110% but its the way the stylesheet works. 102 WILL increase the font size to about 110%)
- HiFiKabin
- Community Team Member
- Posts: 4116
- Joined: Wed May 14, 2014 9:10 am
- Location: Swearing at the PC, UK
- Name: James
- Contact: