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

merlinofchaos’s picture

Status: Active » Fixed

Sadly 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.

mugginsoft.net’s picture

Thanks 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.