Jump to content

Changing the signature log


Wood

Recommended Posts

Hi Guy's

I have been trying to change the profile log background from the default to accomodate our wing. however I can't seem to get the hours or information showing up. also I would like to change the font colour from black to gold or yellow. Can anyone point me in the right direction please.

Here is what I'm trying to achieve

Thanks in advance

Wood

post-3005-0-56548500-1336924422_thumb.png

post-3005-0-29575100-1336924432_thumb.png

Link to comment
Share on other sites

HI Wood

In your app.config.php and in your local.config.php file inside the folder "core" find this code:

# Options for the signature that's generated
Config::Set('SIGNATURE_TEXT_COLOR', '#FF0000');
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);

in the first line Config::Set('SIGNATURE_TEXT_COLOR', '#FF0000');

change "#FF0000" with your favorite color taken from this site:

http://www.december.com/html/spec/colorhex.html

and finally go in the admin center/Site & Settings/ Maintenance Options and click "Reset Signatures"

Link to comment
Share on other sites

HI Wood

In your app.config.php and in your local.config.php file inside the folder "core" find this code:

# Options for the signature that's generated
Config::Set('SIGNATURE_TEXT_COLOR', '#FF0000');
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);

in the first line Config::Set('SIGNATURE_TEXT_COLOR', '#FF0000');

change "#FF0000" with your favorite color taken from this site:

http://www.december....c/colorhex.html

and finally go in the admin center/Site & Settings/ Maintenance Options and click "Reset Signatures"

Thank you very much mattia..Just what I'm looking for.. :D

Link to comment
Share on other sites

Hi again

Mattia

Looks like as soon as I edit those to files all hell breaks loose. I only edited the color of for the text and nothing but its causing so much grief. Also I noticed is that when I placed the new signature to replace the the old one my accumultive time and info does not show up for me when I log into the Blackbox kACARS application. Heres an example when I replaced it with the old signature. As far as I can tell is that another member does not have the problem of not seeing the accumulative info. My info shows on everthing else except for here.

Any suggestions at all .

kACARSerrorshowing.png

Link to comment
Share on other sites

sorry but I have not understood your problem, you can not change the color?

sorry for my bad english

No problem your english is fine but now I'm confussed.. so there is no way to change the signature on the application at all and no way to change the font color. The problem that I'm refering to is that with all the flights that I record on this just does not show up on the signature as it should.. Notice the signature, there is no flight time or other info except for mey name..

Why would that be?

Anyone please?

Link to comment
Share on other sites

hi Wood

I tried on my airline to change the color and it works for me (look at my badge below) ;)

for change the signature on the application go in your pilot center and change Signature Background and go in admin center/Site & Settings/ Maintenance Options and click "Reset Signatures"

I do not know for hours, trying to do a "reset hours" and "optimize table" in your admin center

Link to comment
Share on other sites

Hi Wood

to decrease the text, go to the file: app.config.php in your core folder and find this code

# Options for the signature that's generated
Config::Set('SIGNATURE_TEXT_COLOR', '#ff0000');
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', '27');
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);

This code changes the value: (change the number, look at my badge below)

Config::Set('SIGNATURE_Y_OFFSET', '27');

Link to comment
Share on other sites

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...