Wood Posted May 13, 2012 Report Share Posted May 13, 2012 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 Quote Link to comment Share on other sites More sharing options...
mattia Posted May 14, 2012 Report Share Posted May 14, 2012 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" Quote Link to comment Share on other sites More sharing options...
Wood Posted May 14, 2012 Author Report Share Posted May 14, 2012 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.. Quote Link to comment Share on other sites More sharing options...
Wood Posted May 14, 2012 Author Report Share Posted May 14, 2012 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 . Quote Link to comment Share on other sites More sharing options...
mattia Posted May 15, 2012 Report Share Posted May 15, 2012 sorry but I have not understood your problem, you can not change the color? sorry for my bad english Quote Link to comment Share on other sites More sharing options...
Wood Posted May 15, 2012 Author Report Share Posted May 15, 2012 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? Quote Link to comment Share on other sites More sharing options...
mattia Posted May 16, 2012 Report Share Posted May 16, 2012 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 Quote Link to comment Share on other sites More sharing options...
Wood Posted May 16, 2012 Author Report Share Posted May 16, 2012 Ok mattia Finally got it, thanks for all you help, now just got to find where i can drop the text down a liitle. Quote Link to comment Share on other sites More sharing options...
mattia Posted May 16, 2012 Report Share Posted May 16, 2012 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'); 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.