I'd like to be able to replace text on a page, with data based on another node's field.
Ultimately, I want to display some currency conversions on a page, which shows some prices: $20.20, $15.00, etc. I have another node which contains some basic currency exchange rates: $1 = 0.60362 GBP.
So I want to filter my prices, and show $20.20 (=£12.19), $15.00 (=£9.05), where the new prices are computed from the filtered price, and the exchange rate in another node's field.
I guess it combines this module with the Computed Field module
Comments
Comment #1
iantresman commentedI've posted a similar message on the Computer Field project page.
Comment #2
Anonymous (not verified) commentedTry using the linodef module in colaboration with flexifilter, linodef lets you reference other nodes' fields rather easily http://drupal.org/project/linodef