DragonflyCMS Projects > Treasury and Supporters > Currency support > Community Forums > Phoenix Netology
Forum Index > eCommerce > Treasury and Supporters

Currency support Reply to topic


Are there instructions on how to change the currency used in the Treasury Module from Dollars to GBP or EUR.

On which line in which script do i change the $-sign to GBP or EUR?

Maybe its a good idea that you can select your main currency from the admin panel or let the user select its currency from the donation module?

Furthermore i noticed that on my website there are no spaces between the day, name and amount donated in the Support US-block. As far as i know i used the most recent version (installed it yesterday and did a dl from this website).

Please enter your server specs in your user profile! 😢


no instructions as yet, though I suggest you use '& euro ;' for € and '& pound ;' for £ (remove spaces within ' ') when you do.

it is planned, eventually, though recoding is required to accomodate paypal options being fed back - currently currency type is returned and displayed to the donor, and is stored in your database Smile

The existing format was based on a compromise, as width problems occur when you get long usernames or ppl who donate in odd amounts like 5.12.

You can add hardspaces in block-Donat_o_Meter.php,
line 160 $content .= "<td> ";
line 164 $content .= " $row_Recordset3[amt]";

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):


I changed the lines in the block too

line 160 $content .= "<td>nbsp;nbsp;";
line 164 $content .= "nbsp;nbsp;$row_Recordset3[amt]";

This worked for me!

Please enter your server specs in your user profile! 😢

All times are Australia/Adelaide


Jump to: