'Display fields' settings not working
BWPanda - October 28, 2009 - 23:11
| Project: | Flexifield |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have a flexifield content type with an imagefield.
For this content type, I set the 'Display fields' setting for the imagefield to 'Cropped image linked to node'. However, when viewing the $node object for the flexifield, I don't get the formatted output I want, only the separate filename, filepath, etc.
I should be getting a value I can print out that automatically shows the cropped image as a link to the node...

#1
This is also true of nodereference fields: it should be displaying the title of the referenced node as a link, but in the $node object I only get the nid...
Please help!
#2
I just discovered the 'FlexiField Display Contexts' module, however it seems to only output my custom field displays in one group (the 'view' output), it doesn't affect the individual field settings in the $node object...