Active
Project:
Views Field
Version:
7.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2013 at 20:34 UTC
Updated:
5 Jan 2013 at 12:09 UTC
Imagefield support would be wonderful! At the moment "only" the table data are available, but no rendered image.
Comments
Comment #1
kasalla commentedWorkaround:
Add a field "fid" to the view.
Install http://drupal.org/project/views_php module, add a field global->php to the view and insert following code:
Checking if there´s a valid fid should go by a regular view filter and not by an if-statement.