<div dir="ltr">In that case your best bet is probably to create a page template file and render your Views programatically.&nbsp; Unfortunately, I&#39;m not developing with Drupal 6 yet, and haven&#39;t checked out the API changes in Views 2 so I can&#39;t really advise further.&nbsp; In D5, you would do something like &quot;print views_build_view(&#39;embed&#39;, views_get_view(&#39;yourviewname&#39;), $view_args, FALSE, $limit);&quot; and that may or may not still work in D6.<br>
<code><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 119, 0);"></span><span style="color: rgb(0, 0, 187);"></span><span style="color: rgb(0, 119, 0);"></span></span></code><br><br><div class="gmail_quote">On Mon, Sep 1, 2008 at 10:44 AM, Christopher M. Jones <span dir="ltr">&lt;<a href="mailto:cjones@partialflow.com">cjones@partialflow.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Yes, it looks like that would be the solution. But I forgot to mention<br>
I&#39;m running 6.x. Panels doesn&#39;t have a 6.x release. Any other possibilities?<br>
<div><div></div><div class="Wj3C7c"><br>
William Smith wrote:<br>
&gt; It sounds like what you need is the panels module (<br>
&gt; <a href="http://drupal.org/project/panels" target="_blank">http://drupal.org/project/panels</a>)<br>
&gt;<br>
&gt; On Mon, Sep 1, 2008 at 6:10 AM, Christopher M. Jones &lt;<a href="mailto:cjones@partialflow.com">cjones@partialflow.com</a><br>
&gt;&gt; wrote:<br>
&gt;<br>
&gt;&gt; I want to construct a page that displays a number of nodes. Each node is<br>
&gt;&gt; of a different type, as follows:<br>
&gt;&gt;<br>
&gt;&gt; Node 1: Page content, by node id.<br>
&gt;&gt; Node 2: The most recent node assigned to specified taxonomy term<br>
&gt;&gt; Node 3. Page content, by node id.<br>
&gt;&gt;<br>
&gt;&gt; This is an &#39;about&#39; page that details a project (node 1), gives the<br>
&gt;&gt; project&#39;s status (node 2), and explains the project&#39;s mission (node 3).<br>
&gt;&gt; The first and third nodes don&#39;t get updated much, but the third node<br>
&gt;&gt; needs to be the most recent update, with a history of updates viewable<br>
&gt;&gt; elsewhere on the site as e.g., a category of blog posts, or some other<br>
&gt;&gt; content type I may decide is more appropriate.<br>
&gt;&gt;<br>
&gt;&gt; For the first and third nodes, I can simply pass ids as view parameters.<br>
&gt;&gt; But I&#39;m stuck on how to incorporate the second node. I guess what I&#39;m<br>
&gt;&gt; looking for is a way to do a view of views, or to create a view with a<br>
&gt;&gt; subquery.<br>
&gt;&gt;<br>
&gt;&gt; Ideas?<br>
&gt;&gt; --<br>
&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt;<br>
&gt;<br>
</div></div>--<br>
<div><div></div><div class="Wj3C7c">[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br></div>