[p] Currency symbol in the badge

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

11035cbc82949082da77531bcb0f61e6927d93479e9

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;

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

1129974946b8efc07a78768713deb91e858e201ef40

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" />

I’m not sure that character is supported in GD. I will look into it, sorry for the late reply!