Closed (fixed)
Project:
CCK Formatters
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2010 at 07:56 UTC
Updated:
6 Oct 2010 at 17:50 UTC
So, is this module capable of merging two fields values?
I have two fields one holds image another a link to a file. I want that image would become a link to the file.
Is this module capable of making this and if yes some hints would be nice.
Comments
Comment #1
Crell commentedNot really. That's not something formatters are capable of doing well. You'd have to write a formatter that re-loads its node and pulls the appropriate fields. That's possible but would be a site-specific formatter.