Powered by Blogger.
Wednesday, March 13, 2013

How To Change Currency Symbol In AdsManager (solved)

AdsManager should have an parameter in their configuration to change the currency sysmbol. Because different country people use different currency. Now in adsmanager settings there is no such options. To change the currency sysmbol in AdsManager you will have to do it manually.
You will have to edit the language file of AdsManager (en-GB.com_adsmanager.ini).
If your website's language is English (by default) and you have AdsManager installed on you joomla 2.5 website. You will have to open the following file
language/en-GB/en-GB.com_adsmanager.ini
Make sure you open the file using editor that supports saving the file in utf-8 format. You can use cpanel file manager editor , or for desktop pc, you can use notepad++
Now search for the following line
ADSMANAGER_CURRENCY="$ %s"
You will find that. The line will look like this. There the $ symbol is the symbol you need to replace with your own currency symbol like ( € , £, ¥ ).  So if your currency is euro. Make it look like this.
ADSMANAGER_CURRENCY="€ %s"
You will have to do the save for this item too
ADSMANAGER_FORM_AD_PRICE_TEXT="$ (optional)"
When you are done, save the file and upload and you are done.
That is how you can change the currency symbol of AdsManager Extension for Joomla 2.5