Closed (works as designed)
Project:
Insert View
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2007 at 16:29 UTC
Updated:
1 Jul 2007 at 03:58 UTC
ist it just me (and my installation), or don't I get the inserted views displayed in a view?
If I display a node, I get:
node content
inserted view content
node content
In a view, I get:
node content
[view:inserted_view=1]
node content
Comments
Comment #1
hubrt commentedI tried to describe the problem before:
an inserted view is displayed perfectly well in a node.
like:
node contet
insert view content
But the same node in a view shows
node contet
and the text string [view:inserted_view=1]
instead of the content, which it refers to.
Any ideas anybody?
Comment #2
mlsamuelson commentedThe Insert View module is only intended for use with nodes. In other words, you can't insert a view within another view.
The reason is simple: so that this module has the proper context with which to bring in the view content, we don't use the usual Drupal filter methods, and instead use hook_nodeapi(), which acts upon, you guessed it, nodes.
mlsamuelson