Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.11
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2011 at 16:07 UTC
Updated:
4 May 2011 at 16:41 UTC
My view displays a node with various cck text fields and an IMCE cck node field.
The IMCE field displays normally.
I would like to manipulate the IMCE field in hook_views_pre_render but it is absent from $view->result.
Any suggestions would be appreciated.
Comments
Comment #1
merlinofchaos commentedSadly I have no idea how IMCE field works or retrieves its data. Mostly likely the data will be stored somewhere on $view->field[$id] which is typical of fields that need to retrieve their data through a secondary query. If you need more detailed information, you'll have to ask in the issue queue for the module providing the field to Views.
Comment #2
mugginsoft.net commentedThanks for the reply. I thought I was perhaps overlooking something straightforward.
I will address the IMCE CCK queue, though I see the module is now deprecated in favour of FileField.