I've set up a site using CCK, Contemplate, Views, and Insert Views. If I add a view into a node using Insert Views (using its [view:viewname] input format) the text isn't properly parsed into a view if Contemplate is enabled (leaving the raw [view:viewname] text instead. If I disable Contemplate, the view is properly rendered within the node.
Any ideas?
Comments
Comment #1
jjeff commentedAre you being sure to use the $field_yourfield['view'] attribute rather than $field_yourfield['value']??
The 'value' version will not get filtered.
Comment #2
dnorman commentedIt's using the default code in the contemplate template for the content type:
However, changing it to:
results in the same non-rendering of the insert_views input format.
Comment #3
fadeout32 commentedHi Anyone able to chase this up? I have the same problem and submitted it to insert_views project http://drupal.org/node/92703.
Any guidance or advice on an alternative method of approaching this, would also be much appreciated.
Comment #4
fadeout32 commentedHere is the answer: http://drupal.org/node/47417
Comment #5
jrglasgow commentedIs this problem still occurring?
Comment #6
jrglasgow commentedI will assume that this problem has been fixed since there hasn't been any response.