Posted by iantresman on November 11, 2009 at 5:20pm
Jump to:
| Project: | Flexifilter |
| Version: | 6.x-1.1-rc2 |
| Component: | Code - Misc |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
I've posted a similar message on the Computer Field project page.
#2
Try using the linodef module in colaboration with flexifilter, linodef lets you reference other nodes' fields rather easily http://drupal.org/project/linodef