[support] Drupal 7 create content - page or article

Jim Ruby jim at v-community.com
Tue Sep 13 20:56:36 UTC 2011


The only bad thing is if you use the search in the results it puts them info
back in. I'll have to look and see if this can be taken out of search
results too. I will want to do this soon.


Follow me on:
Twitter: http://twitter.com/1rubytweets
Facebook: http://www.facebook.com/profile.php?id=1058306793
Join me on:
Yahoo: jruby6767
Msn: jruby at charter.net


-----Original Message-----
From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On
Behalf Of Samuel Alioni
Sent: Monday, September 12, 2011 10:23 PM
To: support at drupal.org
Subject: [support] Drupal 7 create content - page or article

I think the best way of not displaying Date and submitted By, is by
configuring the content type not to display Author information


1.	Go to structure
2.	select content types
3.	Select the content type of choice(in your case its the basic page)
	
4.	select edit
5.	Select display settings
6.	uncheck Display author and date information. 

Viola!! you are done and you won the see that scribblings of Author
information again on that content type.




On Mon, Sep 12, 2011 at 3:00 PM, <support-request at drupal.org> wrote:


	Send support mailing list submissions to
	       support at drupal.org
	
	To subscribe or unsubscribe via the World Wide Web, visit
	       http://lists.drupal.org/mailman/listinfo/support
	or, via email, send a message with subject or body 'help' to
	       support-request at drupal.org
	
	You can reach the person managing the list at
	       support-owner at drupal.org
	
	When replying, please edit your Subject line so it is more specific
	than "Re: Contents of support digest..."
	
	
	Today's Topics:
	
	  1. Drupal multi sites (Roger)
	  2. Re: Copying a site (Benjamin SECLIER)
	  3. drupal 7 article (Roger)
	  4. Re: Copying a site (Rolf Kutz)
	  5. Groupon Clone using Drupal (Mutuku Ndeti)
	  6. Re: drupal 7 article (Mutuku Ndeti)
	  7. Re: drupal 7 article (Jeff Brown)
	
	
	
----------------------------------------------------------------------
	
	Message: 1
	Date: Mon, 12 Sep 2011 16:42:14 +1000
	From: Roger <arelem at bigpond.com>
	Subject: [support] Drupal multi sites
	To: support at drupal.org
	Message-ID: <4E6DA9C6.20208 at bigpond.com>
	Content-Type: text/plain; charset=UTF-8; format=flowed
	
	Is it possible to have a drupal base install that is not used other
than
	for multi sites.
	Where the base install is not a registered domain, just a container.
	
	/var/www/html/devel is the base working drupal installation.
	
	/sites/site1, sites/site2 etc are registered domains.
	
	/etc/http/conf/httpd.conf has:
	
	#-------------------Base install
	<VirtualHost *:80>
	        ServerName devel
	        DocumentRoot /var/www/html/devel
	</VirtualHost>
	#------------------ALL Devel  multi sites listed here
	<VirtualHost *:80>
	        ServerName devel.site1
	        DocumentRoot /var/www/html/devel
	</VirtualHost>
	<VirtualHost *:80>
	        ServerName devel.site2
	        DocumentRoot /var/www/html/devel
	</VirtualHost>
	
	
	
	
	
	------------------------------
	
	Message: 2
	Date: Mon, 12 Sep 2011 08:35:25 +0200 (CEST)
	From: Benjamin SECLIER <Benjamin.Seclier at univ-nancy2.fr>
	Subject: Re: [support] Copying a site
	To: support at drupal.org
	Message-ID:
	       <ee9a7edc-80ca-4a55-a680-b77450da1f0c at zstore1.univ-nancy2.fr>
	Content-Type: text/plain; charset=ISO-8859-1
	
	Hi,
	
	I had the same problem some days ago.
	Removing the cache was inefficiency. I saw that the problem was with
the "variable" table. I didn't manage to resolve this problem in the table
but once your site is copied, you can go to "Configuration/Informations" and
Save. I guess this regenerate a new variable table which makes disappear the
problem.
	
	If someone find what the problem exactly, I'm interested :)
	
	----- Mail original -----
	De: "Iain Wiseman" <iwiseman at bibble.co.nz>
	?: support at drupal.org
	Envoy?: Samedi 10 Septembre 2011 06:55:47
	Objet: Re: [support] Copying a site
	
	On 10/09/11 16:53, Steve Kessler wrote:
	>
	> Did you try clearing your cache before dumping the DB?
	>
	>
	Just trying that now.
	
	Well let you know
	Iain
	--
	[ Drupal support list | http://lists.drupal.org/ ]
	
	--
	Benjamin SECLIER
	Universit? Nancy 2 - DSI
	91, Avenue de la Lib?ration - BP 454 - 54 001 Nancy cedex
	T?l. : 03.54.50.36.68 Fax : 03.54.50.36.51
	
	
	------------------------------
	
	Message: 3
	Date: Mon, 12 Sep 2011 17:02:46 +1000
	From: Roger <arelem at bigpond.com>
	Subject: [support] drupal 7 article
	To: support at drupal.org
	Message-ID: <4E6DAE96.6010906 at bigpond.com>
	Content-Type: text/plain; charset=ISO-8859-1; format=flowed
	
	Drupal 7 create content - page or article
	I wanted to put an article which contains links to a few videos in
	sidebar 2 in Bartik, do not need submitted by and the date, just the
title.
	Is it possible/easy to turn off 'Submitted by' details and date when
	creating an article.
	thanks
	Roger
	
	
	------------------------------
	
	Message: 4
	Date: Mon, 12 Sep 2011 09:10:25 +0200
	From: Rolf Kutz <rk at vzsze.de>
	Subject: Re: [support] Copying a site
	To: support at drupal.org
	Message-ID: <20110912071025.GA19003 at vzsze.de>
	Content-Type: text/plain; charset=us-ascii; format=flowed
	
	On 12/09/11 08:26 +0200, Davide Mirtillo wrote:
	>
	>How are you dumping the db? Try with mysqldump:
	>
	>mysqldump -u <username> -p <dbname> > dump.sql
	
	Better use the --default-character-set=utf8
	option, too, since whithout it can cause problems
	with the encoding of special characters (Umlaute
	f.e.).
	
	mysqldump --default-character-set=utf8 -u <username> -p <dbname> >
dump.sql
	
	If you can't use mysqldump, you can use the backup
	and migrate module.
	http://drupal.org/project/backup_migrate
	
	Have a nice day
	Rolf
	
	--
	privacy is not a crime...
	Datensammler sind Verbrecher.
	
	
	------------------------------
	
	Message: 5
	Date: Mon, 12 Sep 2011 12:03:42 +0300
	From: Mutuku Ndeti <jnmutuku at gmail.com>
	Subject: [support] Groupon Clone using Drupal
	To: support <support at drupal.org>
	Message-ID:
	
<CABZ-Guuj45pB2h3+LEgVup7ZjuLwV5vN7SbGQX7nMxW8EUFKgQ at mail.gmail.com
<mailto:CABZ-Guuj45pB2h3%2BLEgVup7ZjuLwV5vN7SbGQX7nMxW8EUFKgQ at mail.gmail.com
> >
	Content-Type: text/plain; charset=ISO-8859-1
	
	Hi,
	
	Has anyone implemented a groupon clone using ubercart
	--
	Tel:254- 722-490994
	www.agile.co.ke | www.jipambe.com
	
	
	------------------------------
	
	Message: 6
	Date: Mon, 12 Sep 2011 12:14:45 +0300
	From: Mutuku Ndeti <jnmutuku at gmail.com>
	Subject: Re: [support] drupal 7 article
	To: support at drupal.org
	Message-ID:
	
<CABZ-Guvp=8dGXDCYF8K08oLyOmv6MX+ecj8W0XbNY9PoN6C6iA at mail.gmail.com
<mailto:8dGXDCYF8K08oLyOmv6MX%2Becj8W0XbNY9PoN6C6iA at mail.gmail.com> >
	Content-Type: text/plain; charset=ISO-8859-1
	
	Delete or comment out the code below in node.tpl
	
	<?php if ($submitted): ?>
	   <div class="meta">
	     <span class="submitted"><?php //print $submitted ?></span>
	   </div>
	   <?php endif; ?>
	
	
	On 12/09/2011, Roger <arelem at bigpond.com> wrote:
	> Drupal 7 create content - page or article
	> I wanted to put an article which contains links to a few videos in
	> sidebar 2 in Bartik, do not need submitted by and the date, just
the title.
	> Is it possible/easy to turn off 'Submitted by' details and date
when
	> creating an article.
	> thanks
	> Roger
	> --
	> [ Drupal support list | http://lists.drupal.org/ ]
	>
	
	
	--
	Tel:254- 722-490994
	www.agile.co.ke | www.jipambe.com
	
	
	------------------------------
	
	Message: 7
	Date: Mon, 12 Sep 2011 11:46:52 +0200
	From: Jeff Brown <jeff at wildcoast.com>
	Subject: Re: [support] drupal 7 article
	To: support at drupal.org
	Message-ID: <F5554EED-540E-4B32-8FA8-9E9338E3BA00 at wildcoast.com>
	Content-Type: text/plain; charset="us-ascii"
	
	Nooo! :)
	
	Structure - Content Types - Article - "Display Settings".
	
	
	
	On 12 Sep 2011, at 11:14 AM, Mutuku Ndeti wrote:
	
	> Delete or comment out the code below in node.tpl
	>
	> <?php if ($submitted): ?>
	>    <div class="meta">
	>      <span class="submitted"><?php //print $submitted ?></span>
	>    </div>
	>    <?php endif; ?>
	>
	>
	> On 12/09/2011, Roger <arelem at bigpond.com> wrote:
	>> Drupal 7 create content - page or article
	>> I wanted to put an article which contains links to a few videos
in
	>> sidebar 2 in Bartik, do not need submitted by and the date, just
	>> the title.
	>> Is it possible/easy to turn off 'Submitted by' details and date
when
	>> creating an article.
	>> thanks
	>> Roger
	>> --
	>> [ Drupal support list | http://lists.drupal.org/ ]
	>>
	>
	>
	> --
	> Tel:254- 722-490994
	> www.agile.co.ke | www.jipambe.com
	> --
	> [ Drupal support list | http://lists.drupal.org/ ]
	
	--
	Jeff Brown
	
	Tel:+27-74-101 5170 <tel:%2B27-74-101%205170> 
	Fax:+27-86-532 3508 <tel:%2B27-86-532%203508> 
	www.wildcoast.co.za
	
	
	
	-------------- next part --------------
	An HTML attachment was scrubbed...
	URL:
http://lists.drupal.org/pipermail/support/attachments/20110912/217decc2/atta
chment-0001.html
	
	------------------------------
	
	--
	[ Drupal support list | http://lists.drupal.org/ ]
	
	End of support Digest, Vol 105, Issue 17
	****************************************
	




-- 
*Regards
Samuel Alioni
======================================================================

Own a Beautiful website today at an incredibly low price. 
Take that advantage today Contact us Now at: 
*

Room A15 Kabalagala Market
P.O.Box 8747 Kampala
+256 712 886802,772044264
Website: www.samatechcomputers.com
Email: info at samatechcomputers.com
Skype: samatech3
Facebook:www.facebook.com/samatech
Twitter: www.twitter.com/samatech7






More information about the support mailing list