Wow,<br><br>Thanks to everyone.<br><br>I implemented a combination of my original plan relying on content access, and the front page module suggested by Laura. I couldn&#39;t use Front page alone because direct links, possibly reached via search engines, would work.
<br><br>I like Earl&#39;s idea -- really does the same thing as the Front Page module does, but lower overhead since I rely heavily on the Views module anyway. I might switch to that approach. <br><br>Thanks Martin for the custom &quot;access denied page&quot; idea. I&#39;ll certainly file that away.
<br><br>Liza (blogdiva) had the simplest idea -- but there&#39;s no way I&#39;m giving out the admin login info. I develop using a content/training focused development method where I engage with multiple folks on the client side from the start -- getting them to send content to me via the Drupal installation. From the very first, I&#39;ll have them send me docs by having them create a node with a file attachment instead of sending it to me via email. A lot of back and forth that would more naturally happen via e-mail in a lot of developer/client relationships I conduct with a blog or a forum on the developing site. If I need to get feedback on some graphics etc. I&#39;ll put the question out as a poll at the site and get the client folks to vote on the site. Some might think this is more work, but I&#39;m passionate about including real training with the development (I charge for it as well!).
<br><br>Again, thanks for the great ideas.<br><br>Shai<br><br><a href="mailto:shai@content2zero.com">shai@content2zero.com</a><br><a href="http://content2zero.com">http://content2zero.com</a><br><br><div><span class="gmail_quote">
On 10/29/07, <b class="gmail_sendername">Earl Miles</b> &lt;<a href="mailto:merlin@logrus.com">merlin@logrus.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;">
Shai Gluskin wrote:<br>&gt; So I&#39;m working with an organization on a site rebuild. I have a test<br>&gt; site set up on my domain.<br>&gt;<br>&gt; My problem is that the &quot;Welcome to your New Drupal Site&quot; page is showing
<br>&gt; up on the home page for anonymous users.<br>&gt;<br>&gt; I&#39;ve installed the Content Access module<br>&gt; (<a href="http://drupal.org/project/content_access">http://drupal.org/project/content_access</a>) to make it so that the staff
<br>&gt; and I can all work on the site and the content won&#39;t be available to the<br>&gt; public till we launch (and change the access settings).<br>&gt;<br>&gt; I created a block with permissions set to &quot;anonymous&quot; and display set to
<br>&gt; &quot;only on &lt;front&gt;&quot;; it displays in the center of the page (thanks to<br>&gt; LiteJazz Theme) telling anonymous folks that this is a development page,<br>&gt; with a link to the old/live site.<br>&gt;
<br>&gt; When I (role=webmaster) or staff (role=staff) log in, everything is<br>&gt; fine, just like I want it -- the block disappears and all the content<br>&gt; appears.<br>&gt;<br>&gt; I just want the &quot;Welcome to your New Drupal Site&quot; to disappear for
<br>&gt; anonymous users.<br>&gt;<br>&gt; I tried making the &quot;You are on a test site&quot; a node instead of a block.<br>&gt; That makes the &quot;Welcome to your New Drupal Site&quot; dissappear for<br>&gt; anonymous users, but the &quot;You are on a development site&quot; node, continues
<br>&gt; to appear after staff or I have logged in. I&#39;ve tried in Content Access<br>&gt; to just check &quot;anonymous&quot; -- but it seems that module doesn&#39;t work the<br>&gt; same way as the blocks code does.<br>
<br>Install the Views module.<br><br>Enable the &#39;frontpage&#39; view, and then &#39;Add&#39; it so you can override it.<br>Set the Empty text to what you want your users to see.<br><br>Then go to administer &gt;&gt; site configuration &gt;&gt; site information
<br><br>Change the &#39;default front page&#39; to &#39;frontpage&#39;. This will make the<br>frontpage view the default. The view that ships with Views behaves<br>exactly like the normal Drupal frontpage, except for the &#39;no content to
<br>display&#39; case, so the only difference you&#39;ll see is that the page you&#39;re<br>talking about will disappear and never be seen again.<br>--<br>[ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/
</a> ]<br></blockquote></div><br>