I think the best way of not displaying Date and submitted By, is by configuring the content type not to display Author information<br><ol><li>Go to structure</li><li>select content types</li><li>Select the content type of choice(in your case its the basic page)<br>
</li><li>select edit</li><li>Select display settings</li><li>uncheck Display author and date information. </li></ol>Viola!! you are done and you won the see that scribblings of Author information again on that content type.<br>
<br><br><br><div class="gmail_quote">On Mon, Sep 12, 2011 at 3:00 PM,  <span dir="ltr">&lt;<a href="mailto:support-request@drupal.org">support-request@drupal.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Send support mailing list submissions to<br>
        <a href="mailto:support@drupal.org">support@drupal.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.drupal.org/mailman/listinfo/support" target="_blank">http://lists.drupal.org/mailman/listinfo/support</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:support-request@drupal.org">support-request@drupal.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:support-owner@drupal.org">support-owner@drupal.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of support digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Drupal multi sites (Roger)<br>
   2. Re: Copying a site (Benjamin SECLIER)<br>
   3. drupal 7 article (Roger)<br>
   4. Re: Copying a site (Rolf Kutz)<br>
   5. Groupon Clone using Drupal (Mutuku Ndeti)<br>
   6. Re: drupal 7 article (Mutuku Ndeti)<br>
   7. Re: drupal 7 article (Jeff Brown)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 12 Sep 2011 16:42:14 +1000<br>
From: Roger &lt;<a href="mailto:arelem@bigpond.com">arelem@bigpond.com</a>&gt;<br>
Subject: [support] Drupal multi sites<br>
To: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
Message-ID: &lt;<a href="mailto:4E6DA9C6.20208@bigpond.com">4E6DA9C6.20208@bigpond.com</a>&gt;<br>
Content-Type: text/plain; charset=UTF-8; format=flowed<br>
<br>
Is it possible to have a drupal base install that is not used other than<br>
for multi sites.<br>
Where the base install is not a registered domain, just a container.<br>
<br>
/var/www/html/devel is the base working drupal installation.<br>
<br>
/sites/site1, sites/site2 etc are registered domains.<br>
<br>
/etc/http/conf/httpd.conf has:<br>
<br>
#-------------------Base install<br>
&lt;VirtualHost *:80&gt;<br>
         ServerName devel<br>
         DocumentRoot /var/www/html/devel<br>
&lt;/VirtualHost&gt;<br>
#------------------ALL Devel  multi sites listed here<br>
&lt;VirtualHost *:80&gt;<br>
         ServerName devel.site1<br>
         DocumentRoot /var/www/html/devel<br>
&lt;/VirtualHost&gt;<br>
&lt;VirtualHost *:80&gt;<br>
         ServerName devel.site2<br>
         DocumentRoot /var/www/html/devel<br>
&lt;/VirtualHost&gt;<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 12 Sep 2011 08:35:25 +0200 (CEST)<br>
From: Benjamin SECLIER &lt;<a href="mailto:Benjamin.Seclier@univ-nancy2.fr">Benjamin.Seclier@univ-nancy2.fr</a>&gt;<br>
Subject: Re: [support] Copying a site<br>
To: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:ee9a7edc-80ca-4a55-a680-b77450da1f0c@zstore1.univ-nancy2.fr">ee9a7edc-80ca-4a55-a680-b77450da1f0c@zstore1.univ-nancy2.fr</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Hi,<br>
<br>
I had the same problem some days ago.<br>
Removing the cache was inefficiency. I saw that the problem was with the &quot;variable&quot; table. I didn&#39;t manage to resolve this problem in the table but once your site is copied, you can go to &quot;Configuration/Informations&quot; and Save. I guess this regenerate a new variable table which makes disappear the problem.<br>

<br>
If someone find what the problem exactly, I&#39;m interested :)<br>
<br>
----- Mail original -----<br>
De: &quot;Iain Wiseman&quot; &lt;<a href="mailto:iwiseman@bibble.co.nz">iwiseman@bibble.co.nz</a>&gt;<br>
?: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
Envoy?: Samedi 10 Septembre 2011 06:55:47<br>
Objet: Re: [support] Copying a site<br>
<br>
On 10/09/11 16:53, Steve Kessler wrote:<br>
&gt;<br>
&gt; Did you try clearing your cache before dumping the DB?<br>
&gt;<br>
&gt;<br>
Just trying that now.<br>
<br>
Well let you know<br>
Iain<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
<br>
--<br>
Benjamin SECLIER<br>
Universit? Nancy 2 - DSI<br>
91, Avenue de la Lib?ration - BP 454 - 54 001 Nancy cedex<br>
T?l. : 03.54.50.36.68 Fax : 03.54.50.36.51<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Mon, 12 Sep 2011 17:02:46 +1000<br>
From: Roger &lt;<a href="mailto:arelem@bigpond.com">arelem@bigpond.com</a>&gt;<br>
Subject: [support] drupal 7 article<br>
To: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
Message-ID: &lt;<a href="mailto:4E6DAE96.6010906@bigpond.com">4E6DAE96.6010906@bigpond.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Drupal 7 create content - page or article<br>
I wanted to put an article which contains links to a few videos in<br>
sidebar 2 in Bartik, do not need submitted by and the date, just the title.<br>
Is it possible/easy to turn off &#39;Submitted by&#39; details and date when<br>
creating an article.<br>
thanks<br>
Roger<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Mon, 12 Sep 2011 09:10:25 +0200<br>
From: Rolf Kutz &lt;<a href="mailto:rk@vzsze.de">rk@vzsze.de</a>&gt;<br>
Subject: Re: [support] Copying a site<br>
To: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
Message-ID: &lt;<a href="mailto:20110912071025.GA19003@vzsze.de">20110912071025.GA19003@vzsze.de</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii; format=flowed<br>
<br>
On 12/09/11 08:26 +0200, Davide Mirtillo wrote:<br>
&gt;<br>
&gt;How are you dumping the db? Try with mysqldump:<br>
&gt;<br>
&gt;mysqldump -u &lt;username&gt; -p &lt;dbname&gt; &gt; dump.sql<br>
<br>
Better use the --default-character-set=utf8<br>
option, too, since whithout it can cause problems<br>
with the encoding of special characters (Umlaute<br>
f.e.).<br>
<br>
mysqldump --default-character-set=utf8 -u &lt;username&gt; -p &lt;dbname&gt; &gt; dump.sql<br>
<br>
If you can&#39;t use mysqldump, you can use the backup<br>
and migrate module.<br>
<a href="http://drupal.org/project/backup_migrate" target="_blank">http://drupal.org/project/backup_migrate</a><br>
<br>
Have a nice day<br>
Rolf<br>
<br>
--<br>
privacy is not a crime...<br>
Datensammler sind Verbrecher.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Mon, 12 Sep 2011 12:03:42 +0300<br>
From: Mutuku Ndeti &lt;<a href="mailto:jnmutuku@gmail.com">jnmutuku@gmail.com</a>&gt;<br>
Subject: [support] Groupon Clone using Drupal<br>
To: support &lt;<a href="mailto:support@drupal.org">support@drupal.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:CABZ-Guuj45pB2h3%2BLEgVup7ZjuLwV5vN7SbGQX7nMxW8EUFKgQ@mail.gmail.com">CABZ-Guuj45pB2h3+LEgVup7ZjuLwV5vN7SbGQX7nMxW8EUFKgQ@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Hi,<br>
<br>
Has anyone implemented a groupon clone using ubercart<br>
--<br>
Tel:254- 722-490994<br>
<a href="http://www.agile.co.ke" target="_blank">www.agile.co.ke</a> | <a href="http://www.jipambe.com" target="_blank">www.jipambe.com</a><br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Mon, 12 Sep 2011 12:14:45 +0300<br>
From: Mutuku Ndeti &lt;<a href="mailto:jnmutuku@gmail.com">jnmutuku@gmail.com</a>&gt;<br>
Subject: Re: [support] drupal 7 article<br>
To: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
Message-ID:<br>
        &lt;CABZ-Guvp=<a href="mailto:8dGXDCYF8K08oLyOmv6MX%2Becj8W0XbNY9PoN6C6iA@mail.gmail.com">8dGXDCYF8K08oLyOmv6MX+ecj8W0XbNY9PoN6C6iA@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Delete or comment out the code below in node.tpl<br>
<br>
&lt;?php if ($submitted): ?&gt;<br>
    &lt;div class=&quot;meta&quot;&gt;<br>
      &lt;span class=&quot;submitted&quot;&gt;&lt;?php //print $submitted ?&gt;&lt;/span&gt;<br>
    &lt;/div&gt;<br>
    &lt;?php endif; ?&gt;<br>
<br>
<br>
On 12/09/2011, Roger &lt;<a href="mailto:arelem@bigpond.com">arelem@bigpond.com</a>&gt; wrote:<br>
&gt; Drupal 7 create content - page or article<br>
&gt; I wanted to put an article which contains links to a few videos in<br>
&gt; sidebar 2 in Bartik, do not need submitted by and the date, just the title.<br>
&gt; Is it possible/easy to turn off &#39;Submitted by&#39; details and date when<br>
&gt; creating an article.<br>
&gt; thanks<br>
&gt; Roger<br>
&gt; --<br>
&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;<br>
<br>
<br>
--<br>
Tel:254- 722-490994<br>
<a href="http://www.agile.co.ke" target="_blank">www.agile.co.ke</a> | <a href="http://www.jipambe.com" target="_blank">www.jipambe.com</a><br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Mon, 12 Sep 2011 11:46:52 +0200<br>
From: Jeff Brown &lt;<a href="mailto:jeff@wildcoast.com">jeff@wildcoast.com</a>&gt;<br>
Subject: Re: [support] drupal 7 article<br>
To: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
Message-ID: &lt;<a href="mailto:F5554EED-540E-4B32-8FA8-9E9338E3BA00@wildcoast.com">F5554EED-540E-4B32-8FA8-9E9338E3BA00@wildcoast.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
Nooo! :)<br>
<br>
Structure - Content Types - Article - &quot;Display Settings&quot;.<br>
<br>
<br>
<br>
On 12 Sep 2011, at 11:14 AM, Mutuku Ndeti wrote:<br>
<br>
&gt; Delete or comment out the code below in node.tpl<br>
&gt;<br>
&gt; &lt;?php if ($submitted): ?&gt;<br>
&gt;    &lt;div class=&quot;meta&quot;&gt;<br>
&gt;      &lt;span class=&quot;submitted&quot;&gt;&lt;?php //print $submitted ?&gt;&lt;/span&gt;<br>
&gt;    &lt;/div&gt;<br>
&gt;    &lt;?php endif; ?&gt;<br>
&gt;<br>
&gt;<br>
&gt; On 12/09/2011, Roger &lt;<a href="mailto:arelem@bigpond.com">arelem@bigpond.com</a>&gt; wrote:<br>
&gt;&gt; Drupal 7 create content - page or article<br>
&gt;&gt; I wanted to put an article which contains links to a few videos in<br>
&gt;&gt; sidebar 2 in Bartik, do not need submitted by and the date, just<br>
&gt;&gt; the title.<br>
&gt;&gt; Is it possible/easy to turn off &#39;Submitted by&#39; details and date when<br>
&gt;&gt; creating an article.<br>
&gt;&gt; thanks<br>
&gt;&gt; Roger<br>
&gt;&gt; --<br>
&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Tel:254- 722-490994<br>
&gt; <a href="http://www.agile.co.ke" target="_blank">www.agile.co.ke</a> | <a href="http://www.jipambe.com" target="_blank">www.jipambe.com</a><br>
&gt; --<br>
&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
<br>
--<br>
Jeff Brown<br>
<br>
Tel:<a href="tel:%2B27-74-101%205170" value="+27741015170">+27-74-101 5170</a><br>
Fax:<a href="tel:%2B27-86-532%203508" value="+27865323508">+27-86-532 3508</a><br>
<a href="http://www.wildcoast.co.za" target="_blank">www.wildcoast.co.za</a><br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.drupal.org/pipermail/support/attachments/20110912/217decc2/attachment-0001.html" target="_blank">http://lists.drupal.org/pipermail/support/attachments/20110912/217decc2/attachment-0001.html</a><br>

<br>
------------------------------<br>
<font color="#888888"><br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
<br>
End of support Digest, Vol 105, Issue 17<br>
****************************************<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>*Regards<br>Samuel Alioni<br>======================================================================<br><br>Own a Beautiful website today at an incredibly low price. <br>
Take that advantage today Contact us Now at: <br>*<br><br>Room A15 Kabalagala Market<br>P.O.Box 8747 Kampala<br>+256 712 886802,772044264<br>Website: <a href="http://www.samatechcomputers.com" target="_blank">www.samatechcomputers.com</a><br>
Email: <a href="mailto:info@samatechcomputers.com" target="_blank">info@samatechcomputers.com</a><br>Skype: samatech3<br>Facebook:<a href="http://www.facebook.com/samatech" target="_blank">www.facebook.com/samatech</a><br>
Twitter: <a href="http://www.twitter.com/samatech7" target="_blank">www.twitter.com/samatech7</a><br><br><br>