Code: Select all
UPDATE phpbb_config SET config_value = -2 WHERE config_name = 'th23_font_size_min';
<b>[phpBB Debug] PHP Notice</b>: in file <b>/includes/th23_font_resizing.php</b> on line <b>81</b>: <b>Undefined index: th23_font_size_default</b><br />
<b>[phpBB Debug] PHP Notice</b>: in file <b>/includes/th23_font_resizing.php</b> on line <b>81</b>: <b>Undefined index: th23_font_size_multiplier</b><br />
<b>[phpBB Debug] PHP Notice</b>: in file <b>/includes/th23_font_resizing.php</b> on line <b>103</b>: <b>Undefined index: th23_font_size_max</b><br />
<b>[phpBB Debug] PHP Notice</b>: in file <b>/includes/th23_font_resizing.php</b> on line <b>107</b>: <b>Undefined index: th23_font_size_min</b><br />
Okay, I have done this SQL non query but $th23_font_size has always the value 0. So the MOD simply doesn't work.th23 wrote:Hi,
there is obviously a small mistake in the SQL statement within the package:
Please execute the following statement to fix it:That should do the trickCode: Select all
UPDATE phpbb_config SET config_value = -2 WHERE config_name = 'th23_font_size_min';
Sorry for replying that late, but I am quite busy these days... :-/IPB_Refugee wrote:...Maybe you should tell in the install file that you have to purge the cache after installing this MOD.
Do we have to change the code in any way?[Change] New phpBB guideline for MOD packaging requires re-packaging and new install XML structure for all MODs :-/
ThanksIPB_Refugee wrote:Do we have to change the code in any way?
Thanks for this MOD- I really like it.
Compatible "yes", but there are no install instructions included in the package for subsilver...however, this is a rather easy adaptation, which you might be able to do on your own, given some experience with phpBB templates.BizimPencere wrote:Its this subsilver compatible?