With Views for D6, one "View" can create a lot of different "displays." So on your main views editing page top left, click on the drop down just above "add display" and choose, "block" and then click "add display." This is for your block. Row type will be "fields" by default which is good, no fussing there. Click the "+" link in the "fields" section, then limit all the choices by selecting "node" and then select "Title" 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 "content" in the drop down after you've clicked on the "+". (Note... "content" in Drupal is often a code word for "custom field." Not intuitive unless you know that "CCK" is an acronym for "Content Construction Kit" which was all about adding field flexibility in Drupal.)<br>
<br>Before I go further, a BIG Views tip: clicking on "update display" does absolutely NOTHING to the database. You MUST click on "save" (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'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's worth it.<br>
<br>You'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 "delete" next to a block, you created it via clicking on "add block" while you were in the block admin. All the blocks that are sans a "delete" 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"><<a href="mailto:reach.supermike@gmail.com">reach.supermike@gmail.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;"><div class="im"><br>
<br>
Shai Gluskin-2 wrote:<br>
><br>
> in addition to Views, you also need to install the CCK module as well<br>
> as imagefield, and if you want more flexibility displaying the pics, the<br>
> imagecache module is brilliant.<br>
><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'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'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>