logo       

Re: Hide node's "Submitted by .." information: msg#00111

php.drupal.support

Subject: Re: Hide node's "Submitted by .." information

Andrei Emeltchenko wrote:

Hello guys,
Does anybody know how to hide next text in the node:
"Submitted by ___ on Fri, 11/14/2003 - 21:51" ?

For some types of node it's better to hide it.

This can be done in templates for phptemplate.

surround the information with
<?php if ($node->type == 'blog'): ?>
Submitted by .. etc
<?php endif; ?>

to only show it on blog posts.

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Adrian Rossouw - Professional Drupal Sites and Services
Jabber : adrian@xxxxxxxxxxxxxxxxxxxxx
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

--
[ Drupal support list | http://list.drupal.org/ ]



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise