Downloads
Download tar.gz
9.54 KB
MD5: b1ad4e897e1e13ea865b739e714163bf
SHA-1: 276dc5c5a3513017c57e901c915b13b48ca16655
SHA-256: 2003c94f5088a73eee82fde488aff8c9c0903d3906ba5c99e853da73b034e774
Download zip
10.7 KB
MD5: a5d90d869f14860270802bab7e0b1462
SHA-1: 5a788d1af60a4378b306337d5bcfabe612043c71
SHA-256: 24c330491e2e7720c0c51ee403a1bcf0ec8d94ac886d5fa2404fe35fd28ec43f
Release notes
Initial release. There are providers for "number" (any of the 3 CCK number fields), "nid" (CCK nodereference) and "uid" (CCK userreference). If you need more, you need to code them yourself - but it's easy to do so, and can of course be done without touching this module (just implementing the appropriate hooks).
Have a look at value_provider_content_provider_base() combined with value_provider.providers.inc for an example.