Hi Adam (and all...),<div><br></div><div>I think you are confusing nodes and views. Drupal contributes to that confusion because Views doesn&#39;t ship with Drupal, but the default home page is a kind of built-in/hard-coded view that you can&#39;t edit.</div>
<div><br></div><div>Is this the page you want to have updates added to? <a href="http://www.jsjenks.org/?q=content/hsa-administration">http://www.jsjenks.org/?q=content/hsa-administration</a>.</div><div><br></div><div>Many ways you can do this, but here is one:</div>
<div><br></div><div><ol><li>Create a new view called &quot;Administration news&quot;</li><li>Add a &quot;block&quot; display to it.</li><li>Row style: fields</li><li>Go to fields section and add (+)</li><li>Choose Title, and then delete the label for it</li>
<li>Filter: you have to make the view only select the admin news. You need to use taxonomy or a node type or something else so that the view only pulls what you want it to pull</li><li>Filter: node =&gt; published =&gt; yes (you need to make sure draft articles aren&#39;t displayed... views doesn&#39;t do this by default, you have to set a filter)</li>
<li>Go to administer blocks at: admin/build/block/list (make sure you are administering the blocks for the active theme)</li><li>Find the block you just created using views in the &quot;Disabled&quot; section</li><li>Move it to the left sidebar and click save changes at bottom</li>
<li>Click on &quot;configure&quot; for that same block on the blocks admin page</li><li>Make the choice, &quot;Show on only the listed pages&quot; and paste in &quot;content/hsa-administration&quot; or maybe &quot;?q=content/hsa-administration&quot; (I use clean URLs ALWAYS, and you should too!, <img src="cid:330@goomoji.gmail" style="margin-top: 0px; margin-right: 0.2ex; margin-bottom: 0px; margin-left: 0.2ex; vertical-align: middle; " goomoji="330">)</li>
</ol></div><div><br></div><div>Variations are you could put the block in &quot;content bottom&quot; and use &quot;teasers&quot; in the &quot;node&quot; &quot;row style&quot;. But then the node content for that page should be shorter or people won&#39;t see the new stuff.</div>
<div><br></div><div>Or you could get rid of that node all together and assign the a View &quot;Page&quot; to that same path. Any introductory text you could poot in the view &quot;header&quot;.</div><div><br></div><div>Good luck,</div>
<div><br></div><div>Shai</div><meta charset="utf-8"><meta charset="utf-8"><div><br></div><div><br></div><div><br><br><div class="gmail_quote">On Wed, Feb 16, 2011 at 10:25 PM, Adam Eyring <span dir="ltr">&lt;<a href="mailto:adameyring@gmail.com">adameyring@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Shai,<br>
Thanks for your reply. I was familiar with that route, but it seems that I<br>
have a parent page that is preventing additions to it. If you look at the<br>
HSA Updates tab of <a href="http://www.jsjenks.org" target="_blank">www.jsjenks.org</a>, you can see it has administrative info<br>
on it, but I can&#39;t add to it like a blog so the newest entry goes on top. If<br>
you look at the home page, you can see that we&#39;re adding current info at<br>
least weekly like a blog. Is there a lock or something that needs to be<br>
configured so a tab will take new pages without using the edit function?<br>
I&#39;ve heard it has to do with Views, but it&#39;s confusing how the Views work.<br>
Thanks.<br>
Adam<br>
<br>
----- Original Message -----<br>
From: &quot;Shai Gluskin&quot; &lt;<a href="mailto:shai@content2zero.com">shai@content2zero.com</a>&gt;<br>
To: &lt;<a href="mailto:support@drupal.org">support@drupal.org</a>&gt;<br>
Sent: Friday, February 04, 2011 11:51 PM<br>
Subject: Re: [support] Help with Views<br>
<br>
<br>
&gt; Hi Adam,<br>
&gt;<br>
&gt; Welcome to Drupal.<br>
&gt;<br>
&gt; As you get more experience you&#39;ll find Views to be awesome. But now get<br>
&gt; some experience with Drupal basics. And you don&#39;t need Views to do what<br>
&gt; you want.<br>
&gt;<br>
&gt; In case you haven&#39;t figured it out yet, you don&#39;t need the blog module to<br>
&gt; do a blog. The blog module is for a multiple-user blog.<br>
&gt;<br>
&gt; Just go to <a href="http://example.com/node/add/article" target="_blank">example.com/node/add/article</a> (or <a href="http://example.com/node/add/story" target="_blank">example.com/node/add/story</a> for<br>
&gt; Drupal 6) to create your post. Remember to click save at the bottom after<br>
&gt; adding your content.<br>
&gt;<br>
&gt; For your second post, go back to the same spot:<br>
&gt; <a href="http://example.com/node/add/article" target="_blank">example.com/node/add/article</a>. Put in your content and click save.<br>
&gt;<br>
&gt; Go to the home page and you&#39;ll see both posts with the second one<br>
&gt; displaying first.<br>
&gt;<br>
&gt; In the examples above, replace &quot;<a href="http://example.com" target="_blank">example.com</a>&quot; with the base URL of your web<br>
&gt; site.<br>
&gt;<br>
&gt; Let us know how it goes.<br>
&gt;<br>
&gt; Best,<br>
&gt;<br>
&gt; Shai Gluskin<br>
&gt;<br>
&gt; Sent from my iPhone<br>
&gt;<br>
&gt; On Feb 4, 2011, at 10:59 PM, Adam Eyring &lt;<a href="mailto:adameyring@gmail.com">adameyring@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; I&#39;m having trouble understanding how to configure an existing Drupal site<br>
&gt;&gt; so that it&#39;s easy to post to one tab like a blog. Right now, the only way<br>
&gt;&gt; it works is to edit an existing post to update the info. I&#39;m told it has<br>
&gt;&gt; to do with Views, but I tried one tutorial and it&#39;s still confusing.<br>
&gt;&gt; Where can I find a good tutorial or is there a simple change in a setting<br>
&gt;&gt; I have to make?<br>
&gt;&gt; Thanks.<br>
&gt;&gt; Adam<br>
&gt;&gt; --<br>
&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt; --<br>
&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
<font color="#888888"><br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</font></blockquote></div><br></div>