I've made a slideshow-view that displays all images attached to a certain node. Works perfect when displaying the nodes seperately.

Now have created another view that displays selected fields for each node of the same type. I would also like to add the slideshow-view to each of these results.

Tried doing so by adding a Global custom text field with the value [view:slideshow]. Unfortunately only this text is shown in the results, not the slideshow itself.

I have set the insert view filter to be allowed in every input format.

Is there a way to achieve this?

Thanks!

Comments

pasqualle’s picture

Title: Insert view in view (as Global: custom text) » view in view

yes, it is possible, but it must be done in different way. insert_view works only in node body, does not work inside cck textfields..

1. create a view row theme template for your view. [ http://mustardseedmedia.com/podcast/episode30 ]
2. add your slideshow view into the template with using views_embed_view

pasqualle’s picture

Status: Active » Closed (fixed)