Hi,
I'm using D5.7 with CCK, Views 5.x-1.6, Views Fusion and Noderefence patch for views fusion.

I have 2 CCK content types, one for events and one for people that can be involved in an event and this relation is accomplished with some nodereference fields in the event content type.

1) Then I created a first view that select from people nodes, 3 fields:
- node ID
- name
- second name
and I themed this view with a custom tpl, to wrap name and second name in a using the node ID to build an url that can call another view passing this ID as argument.

2)The parent view is a query that list all event nodes.

3) Finally I created a fusion of this two views

The problem is that in this fusion I loose the theming I did for the child view (1), and it shows:
Event Title
people_name
people_second-name
people_nid

Instead I do not want to show the people_nid but just using it to build the url to wrap name and second name.

How can I have control on the fields of the subquery, in the parent query of the fusion? Is it possible to theme them with some overriding function??

Thanks in advance!
G.Paolo

Comments

gp.mazzola’s picture

P.S: I was forgetting. Both views, parent one and sub-views, provide a page, in a list, as I need fields in DIVs, to move them around