Nik Derewianka ha scritto:
What I am having trouble with is knowing where to add the code to modify this result. So far i have been trying to insert this via template files without much success: I can see that the Company drop down filter has node id's in the #value that would allow me to do a node_load, but this seems to only be available in views-exposed-form.tpl.php and doesn't seem to allow me to output the node information before the rest of the view.
Hi, You need to use hook_form_alter() to alter the view's form before it's rendered.
M.