hey
are there plans for a drupal 7 port and a drupal 6 upgrade?
CCK 3.x is in development for D6 and Fields is now present in D7 core, with optional contrib 3.x modules (cck project)
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | currency_field.zip | 8.34 KB | nouriassafi |
Comments
Comment #1
BenK commentedSubscribing
Comment #2
clashar commentedsub
Comment #3
dmadruga commentedsub
Comment #4
sorensong commented+1
Comment #5
7wonders commentedsub
Comment #6
BeaPower commentedany updates? Would love this.
Comment #7
Shadlington commentedSubscribing
Comment #8
ydnar79 commentedAny progress on this by chance?
Comment #9
ydnar79 commentedI have thrown together an updated / rewritten version of this module for D7. I called it "Currency Field" to correspond with the Field API. You can find it in my sandbox at: http://drupal.org/sandbox/ydnar79/1412044
Let me know how it works for everyone.... And please be kind, this is my first project that I have posted to Drupal.org.... ;)
Comment #10
semiaddict commentedThank you @ydnar79.
The module seems to work great and does exactly what I was looking for. Any plans on making an official release ?
Comment #11
clashar commentedcould please someone provide zip version for those who are not yet familiar with git clone?
Comment #12
nouriassafi commentedThere you go.
Comment #13
clashar commented@nouriassafi, thank you for zip version!
@ydnar79, thank you for D7 version, it works fine for me.
Comment #14
phiscock commentedThe Currency Field D7 module no longer works as currency_api_get_list() needs to be updated to currency_options() due to changes in the Currency module (see http://drupal.org/node/1945330).
A full release of this module would be great.
Paul
Comment #15
kenorb commentedRelated: #1957402: Currency: add Field support
Comment #16
kenorb commentedFor Currency features use either Money field or Currency module.