flyalaska Posted October 21, 2015 Report 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
Moderators Parkho Posted October 21, 2015 Moderators Report Posted October 21, 2015 Are they all used under the same skin? Quote
flyalaska Posted October 21, 2015 Author Report Posted October 21, 2015 yes! I did the reset signatures in maintenance mode, now all signatures have the huge font. Quote
Moderators Parkho Posted October 21, 2015 Moderators Report 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
flyalaska Posted October 21, 2015 Author Report 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
Moderators Parkho Posted October 21, 2015 Moderators Report 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
flyalaska Posted October 21, 2015 Author Report Posted October 21, 2015 That worked, thank you! Quote
TAV1702 Posted December 3, 2016 Report 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
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.