thomas2360 Posted August 27, 2010 Report Share Posted August 27, 2010 Hello everybody! I want to know if it's possible to change the font of the pilot's signature. If anyone know how to do I will thank him very much. Thank you Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted August 27, 2010 Moderators Report Share Posted August 27, 2010 Yes it is possible, its in the app config.php, Copy it to your local.config.php and edit as you wish # Options for the signature that's generated Config::Set('SIGNATURE_TEXT_COLOR', '#000'); Config::Set('SIGNATURE_USE_CUSTOM_FONT', true); Config::Set('SIGNATURE_FONT_PATH', SITE_ROOT.'/lib/fonts/tahoma.ttf'); Config::Set('SIGNATURE_FONT_SIZE', '10'); Config::Set('SIGNATURE_X_OFFSET', '10'); Config::Set('SIGNATURE_Y_OFFSET', '17'); Config::Set('SIGNATURE_FONT_PADDING', 4); Config::Set('SIGNATURE_SHOW_EARNINGS', true); Config::Set('SIGNATURE_SHOW_RANK_IMAGE', true); Config::Set('SIGNATURE_SHOW_COPYRIGHT', true); If you wish to use a custom font then make sure you download the font from a site and upload it to the dir specified 2 Quote Link to comment Share on other sites More sharing options...
thomas2360 Posted August 27, 2010 Author Report Share Posted August 27, 2010 Thank you very much! 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.