STALKER Posted May 30, 2012 Report Posted May 30, 2012 Hi all! I have been searching this in support forum and I could not find nothing, so sorry if this is a duplicated post. I am trying to change badge picture so I rename original background.png in lib/signatures/background, and save a new picture, but as you can see badge is still original... can you help me? Thanks Quote
Administrators simpilot Posted May 30, 2012 Administrators Report Posted May 30, 2012 Have you refreshed the signatures from the admin panel? Quote
STALKER Posted May 30, 2012 Author Report Posted May 30, 2012 Thank you very much! You were right, pic I uploaded had 644, so I give it 777, delete previusly generated badge and the Reset Signatures from Administration Panel / Maintenance Options / Reset Signatures Quote
Ariel Posted May 30, 2012 Report Posted May 30, 2012 i know this might be the wrong place to put this but where do you change the color of the font and or even change the font type Quote
Administrators simpilot Posted May 30, 2012 Administrators Report Posted May 30, 2012 There is a group of config options in the local.config.php file # Options for the signature that's generated Config::Set('SIGNATURE_TEXT_COLOR', '#000000'); Config::Set('SIGNATURE_USE_CUSTOM_FONT', true); Config::Set('SIGNATURE_FONT_PATH', SITE_ROOT.'/lib/fonts/MankSans.ttf'); Config::Set('SIGNATURE_FONT_SIZE', '11'); Config::Set('SIGNATURE_X_OFFSET', '10'); Config::Set('SIGNATURE_Y_OFFSET', '17'); Config::Set('SIGNATURE_FONT_PADDING', 4); Config::Set('SIGNATURE_SHOW_EARNINGS', false); Config::Set('SIGNATURE_SHOW_RANK_IMAGE', true); Config::Set('SIGNATURE_SHOW_COPYRIGHT', true); Quote
Ariel Posted May 30, 2012 Report Posted May 30, 2012 okay got it...but now...how about for two different backgrounds....lets say BG1 i want white font....for BG2 i want red font how do i go about putting that into the configfile Quote
STALKER Posted June 11, 2012 Author Report Posted June 11, 2012 Hi all! I have searched this in forum but I could not find it... sorry if it is posted. How can I set a semi-transparent white backgroung in badge where are pilots data? Thank you. 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.