Hi All.<br><br>This particular site I&#39;m building features a layout with a photo in the upper right corner. The client wants to have the ability to specify the image on every single page. I know I know, kind of whacked, but it&#39;s what they want.
<br><br>So, first step was to use cck to add a new field to the &quot;page&quot; type. I tried imagefield but didn&#39;t like how you couldn&#39;t select an existing image. I managed to whip together a new cck field which uses IMCE to select the image (I&#39;ll up it to cvs after some more testing and some coworkers give me the thumbs up on its quality).
<br><br>Okay, so that takes care of any pages displaying a single node.<br><br>How do I handle views? There are a few views and they obviously need to have the image customizable. It&#39;d be nice if when creating a &quot;view&quot; to provide a page, it inherited the cck fields from the &quot;page&quot; type. 
<br><br>Could I use form_alter to add the cck field to the views form?<br><br>Or is there some way when the &quot;view&quot; is being built I can extract the image from the first node and pass it to page.tpl.php?<br><br>Any help would be appreciated. Thanks in advance.
<br>-john<br>