Thanks for the response Larry. I'm trying to wrap my head around your solution, which for the most part makes sense. My only question is, does it work if you're viewing a "view" page? For example, I navigate to the "news" page which is just a view displaying the last 10 news nodes. Will the sidebar block display an image?
<br><br>thanks again.<br><br><div><span class="gmail_quote">On 10/4/07, <b class="gmail_sendername">Larry Garfield</b> &lt;<a href="mailto:larry@garfieldtech.com">larry@garfieldtech.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Funny you should mention it.&nbsp;&nbsp;I just got around to documenting the way we<br>tackle this issue at Palantir today:<br><br><a href="http://drupal.org/node/180852">http://drupal.org/node/180852</a><br><br>As for the Views, create a node type that has nothing but a title and
<br>Viewfield CCK type.&nbsp;&nbsp;Create a node of that type and specify the View to use.<br>Tada, you have a node.&nbsp;&nbsp;Note: Doesn&#39;t work with dynamic arguments, sadly. :-(<br><br>Cheers.<br><br>On Thursday 04 October 2007, John Barreiros wrote:
<br>&gt; Hi All.<br>&gt;<br>&gt; This particular site I&#39;m building features a layout with a photo in the<br>&gt; upper right corner. The client wants to have the ability to specify the<br>&gt; image on every single page. I know I know, kind of whacked, but it&#39;s what
<br>&gt; they want.<br>&gt;<br>&gt; So, first step was to use cck to add a new field to the &quot;page&quot; type. I<br>&gt; tried imagefield but didn&#39;t like how you couldn&#39;t select an existing image.<br>&gt; I managed to whip together a new cck field which uses IMCE to select the
<br>&gt; image (I&#39;ll up it to cvs after some more testing and some coworkers give me<br>&gt; the thumbs up on its quality).<br>&gt;<br>&gt; Okay, so that takes care of any pages displaying a single node.<br>&gt;<br>&gt; How do I handle views? There are a few views and they obviously need to
<br>&gt; have the image customizable. It&#39;d be nice if when creating a &quot;view&quot; to<br>&gt; provide a page, it inherited the cck fields from the &quot;page&quot; type.<br>&gt;<br>&gt; Could I use form_alter to add the cck field to the views form?
<br>&gt;<br>&gt; Or is there some way when the &quot;view&quot; is being built I can extract the image<br>&gt; from the first node and pass it to page.tpl.php?<br>&gt;<br>&gt; Any help would be appreciated. Thanks in advance.
<br>&gt; -john<br><br><br>--<br>Larry Garfield&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AIM: LOLG42<br><a href="mailto:larry@garfieldtech.com">larry@garfieldtech.com</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ICQ: 6817012<br><br>&quot;If nature has made any one thing less susceptible than all others of
<br>exclusive property, it is the action of the thinking power called an idea,<br>which an individual may exclusively possess as long as he keeps it to<br>himself; but the moment it is divulged, it forces itself into the possession
<br>of every one, and the receiver cannot dispossess himself of it.&quot;&nbsp;&nbsp;-- Thomas<br>Jefferson<br></blockquote></div><br>