Jump to content

Recommended Posts

Posted

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

Posted

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

Posted

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

  • Administrators
Posted

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);

Posted

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

  • 2 weeks later...
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...