Good day,
Instruction: "How we may change the display position of currency symbol on the Add Listing, Upgrade Listing pages and listing's grids"
Do you want to set currency symbol after price? Here the the detailed instruction how we may do it yourself.
Example:
Before: price: $ 150
After: price: 150 $

Follow the following steps:
1. open the file: /templates/YOUR_TEMPLATE/tpl/controllers/add_listing.tpl
2. find the following code line (~ line#: 135):
Code:
Only registered members can view the code.
3. replace with the code line:
Code:
Only registered members can view the code.
4. save the changes

5. open the file: /templates/YOUR_TEMPLATE/tpl/controllers/upgrade_listing.tpl
6. find the following code line (~ line#: 40):
Code:
Only registered members can view the code.
7. replace with the code line:
Code:
Only registered members can view the code.
8. save the changes

9. open the file: /includes/classes/rlCommon.class.php
10. find the following code line (~ line#: 185, function: adaptValue()):
Code:
Only registered members can view the code.
11. replace with the code line:
Code:
Only registered members can view the code.
12. save the changes

That's all. Have a good day.