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