wellandg Posted July 29, 2009 Report Share Posted July 29, 2009 Hi again, is it possible to change the currency symbol in the badge to something other than $. I've set it to UKPounds in the config so financial reports show UKP but not the badge. http://www.lakervirtual.com/vms/lib/signatures/LKR001.png Gary Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted July 29, 2009 Administrators Report Share Posted July 29, 2009 You can change it in PilotData.class.php line 706 but it may get overwritten in an update. Remember to regenerate your sigs after changing it. Total Earnings: $ $output[] = Total Earnings: $' . $pilot->totalpay; Quote Link to comment Share on other sites More sharing options...
wellandg Posted July 29, 2009 Author Report Share Posted July 29, 2009 You can change it in PilotData.class.php line 706 but it may get overwritten in an update. Remember to regenerate your sigs after changing it. Total Earnings: $ $output[] = Total Earnings: $' . $pilot->totalpay; Doesn't work by changing to £, get weird symbols, see attachment. Gary Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted July 29, 2009 Administrators Report Share Posted July 29, 2009 You are probably going to have to change the chartacter set in the header. I am not very familar with this and do not have any idea what it is going to do to the rest of the app or what to use..... Hopefully Nabeel will be able to help out. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted August 3, 2009 Administrators Report Share Posted August 3, 2009 I'm not sure that character is supported in GD. I will look into it, sorry for the late reply! 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.