With Views for D6, one &quot;View&quot; can create a lot of different &quot;displays.&quot; So on your main views editing page top left, click on the drop down just above &quot;add display&quot; and choose, &quot;block&quot; and then click &quot;add display.&quot; This is for your block. Row type will be &quot;fields&quot; by default which is good, no fussing there. Click the &quot;+&quot; link in the &quot;fields&quot; section, then limit all the choices by selecting &quot;node&quot; and then select &quot;Title&quot; assuming you want the links in the block to be node titles. If you want some other field represented in the block, a field that you created with CCK for example, then you can limit your field choices by clicking on &quot;content&quot; in the drop down after you&#39;ve clicked on the &quot;+&quot;. (Note... &quot;content&quot; in Drupal is often a code word for &quot;custom field.&quot; Not intuitive unless you know that &quot;CCK&quot; is an acronym for &quot;Content Construction Kit&quot; which was all about adding field flexibility in Drupal.)<br>
<br>Before I go further, a BIG Views tip: clicking on &quot;update display&quot; does absolutely NOTHING to the database. You MUST click on &quot;save&quot; (down and to the left of where the update display link is) for it to change anything. My habit is to click on save after every adjustment I make even though you don&#39;t have to. You can make several changes and then save them, but every time I get out of the habit of saving after each change I end up losing work. Yes a lot of clicking and waiting a couple seconds... but Views is so darn powerful it&#39;s worth it.<br>
<br>You&#39;ll want to filter your results, otherwise every node in your install will show up. And you can sort, etc.<br><br>Now getting it to display... This view will now show up under in the disabled section of block admin and you can place it wherever you want.<br>
<br>(Hint about block admin. If you see &quot;delete&quot; next to a block, you created it via clicking on &quot;add block&quot; while you were in the block admin. All the blocks that are sans a &quot;delete&quot; link were made by another module,)<br>
<br>As for inserting a view into a node, you can use <a href="http://drupal.org/project/insert_view">http://drupal.org/project/insert_view</a>. Another way is to create a view of just the one node and then attach your view using Views attachment system to the first view of the one node.<br>
<br>Good luck, let us know how it goes.<br><br>Drupal is awesome!<br><br>Shai<br><br><div class="gmail_quote">On Tue, Jul 28, 2009 at 12:21 AM, vinq1 <span dir="ltr">&lt;<a href="mailto:reach.supermike@gmail.com">reach.supermike@gmail.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;"><div class="im"><br>
<br>
Shai Gluskin-2 wrote:<br>
&gt;<br>
&gt; in addition to Views, you also need to install the CCK module as well<br>
&gt; as imagefield, and if you want more flexibility displaying the pics, the<br>
&gt; imagecache module is brilliant.<br>
&gt;<br>
<br>
</div>Thanks. Yeah, I installed the following modules today:<br>
<br>
- CCK<br>
- filefield<br>
- imagefield<br>
- emfield<br>
- link<br>
- email<br>
<br>
I then created a custom content type for Staff Member with those fields.<br>
<br>
But now I&#39;m trying to grasp how to make two views, and then how to throw one<br>
view onto a page node (just one staff member), and another into a sidebar<br>
block as a short list of staff members.<br>
<br>
Once that&#39;s done, I need to know how to add pages to the Zen theme (which I<br>
have customized in a subfolder of the Zen theme) to style just those staff<br>
member entries.<br>
<font color="#888888">--<br>
View this message in context: <a href="http://www.nabble.com/Newbie-Needing-View-Walkthrough-tp24692079p24692275.html" target="_blank">http://www.nabble.com/Newbie-Needing-View-Walkthrough-tp24692079p24692275.html</a><br>

</font><div><div></div><div class="h5">Sent from the Drupal - Support mailing list archive at Nabble.com.<br>
<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br>