flyalaska Posted October 21, 2015 Report Share Posted October 21, 2015 I have a few signatures that I have noticed with some weird fonts. Looks normal in Google. It is messed up in Firefox, Opera, and IE, and iPad. On the picture the top signature is the one in question. Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted October 21, 2015 Moderators Report Share Posted October 21, 2015 Are they all used under the same skin? Quote Link to comment Share on other sites More sharing options...
flyalaska Posted October 21, 2015 Author Report Share Posted October 21, 2015 yes! I did the reset signatures in maintenance mode, now all signatures have the huge font. Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted October 21, 2015 Moderators Report Share Posted October 21, 2015 Open local.config.php and look for '# Options for the signature that's generated' and see what the font path is. Quote Link to comment Share on other sites More sharing options...
flyalaska Posted October 21, 2015 Author Report Share Posted October 21, 2015 there is no path # Options for the signature that's generated Config::Set('SIGNATURE_TEXT_COLOR', '#eeeeee'); Config::Set('SIGNATURE_SHOW_EARNINGS', true); Config::Set('SIGNATURE_SHOW_RANK_IMAGE', false); Config::Set('SIGNATURE_SHOW_COPYRIGHT', false); Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted October 21, 2015 Moderators Report Share Posted October 21, 2015 ok then you need to add it like this: Config::Set('SIGNATURE_FONT_PATH', SITE_ROOT.'/lib/fonts/ARLRDBD.TTF'); You need to add this first. : Config::Set('SIGNATURE_USE_CUSTOM_FONT', true); Quote Link to comment Share on other sites More sharing options...
flyalaska Posted October 21, 2015 Author Report Share Posted October 21, 2015 That worked, thank you! Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted October 21, 2015 Moderators Report Share Posted October 21, 2015 yw. Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted December 3, 2016 Report Share Posted December 3, 2016 (edited) ok then you need to add it like this: Config::Set('SIGNATURE_FONT_PATH', SITE_ROOT.'/lib/fonts/ARLRDBD.TTF'); You need to add this first. : Config::Set('SIGNATURE_USE_CUSTOM_FONT', true); Both of these pieces get added to local.config? I am getting those hideous looking fonts as well as depicted in the top sig in Eddies pic. **EDIT** Got it. Thanks for this answer Parkho. Have you found a font size trick yet? Edited December 3, 2016 by TAV1702 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.