Currency converter

 When I was looking for a good currency conversion script that would have most complete list of currencies and preferably online source of rates I decided to make one myself. This Drupal module uses http://www.xe.com for rates and creates nice form for conversion. To use it you firstly need to configure it for your needs, set the base currency in administration page. Then enable related filter. Then use like-following code to incert the form into your node: [cc|classname|Prefix|Sum|Suffix] where:

  • cc - dont change this is script definition
  • classname - assign different class name to each different conversion unit on the same node
  • Prefix - Word or Words inserted before mount of money to convert
  • Sum - mount of money to convert
  • Suffix - Word or Words inserted after mount of money to convert but before the currencies list

So, the final form could look like this: [cc|dts-school|Cost|31000|convert to]

My Twitts

User login