Closed (fixed)
Project:
Insert View
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2010 at 23:08 UTC
Updated:
13 Jul 2011 at 18:52 UTC
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
Comment #1
pasqualleyes, 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
Comment #2
pasqualle