Tcmb

Component ID

1186212

Component name

Tcmb

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

8953

Component created

Component changed

Component body

What is Tcmb?

Tcmb is a module that retrieves TCMB (Turkish Republic Central Bank) exchange rates, and gold codes, set by the admin, and nicely displays them in a table. You can test the 7.x branch here and 8.x branch here.

Who is the targeted audience?

Anybody wishing to display the daily TCMB exchange rates and gold rates on their site is welcome to use it.

Dependencies

Tcmb 6.x requires that cron is run periodically, therefore is dependent on poormanscron. Also, due to the fact that poormanscron doesn't run cron in the background, it is essential that you properly configure cron on your server. For more information, please read this page. Poormanscron comes with the core in Drupal 7.x, but you still need to set up an external cron. It also requires that allow_url_fopen be 1 or On (depending on your distribution) in your php.ini.

Support Requests

Please use the project issue tracker to report bugs, support and/or feature requests.

How to use it?

D6
--
Extract the Tcmb module under sites/all/modules and enable it at admin/build/modules.
Then at admin/settings/tcmb-settings, specify some codes. Then head to
admin/build/block and move the Tcmb:currency block or Tcmb:gold block to your desired region.

D7
--
Extract it under sites/all/modules and enable the module at admin/modules. Then at admin/config/system/tcmb-settings, specify some codes. Then head to admin/structure/blocks and move the Tcmb:currency block or Tcmb:gold block to your desired region.

Credits

Many thanks go to Fabianx and Xano on #drupal-contribute for their patience and helping with my code.