Hi,

I am new to Drupal and just installed it.

I copied the garaland theme and now I'm trying to change it to fit my site.

How do I get rid of the "submitted" and "title" on the page I don't want these displayed.

Thanks,

Sigal

Comments

christefano’s picture

If you'd rather not modify the theme files directly, you can:

  • hide the titles by using the Automatic Nodetitles module
  • hide the "submitted" information by configuring the settings at Administer -> Site building -> Themes -> Settings



Christefano  
Founder, CEO
Large Robot
954-247-4786
http://www.largerobot.com
Sigal’s picture

If I knew where do modify the theme files, I wouldn't have this question... I can't find where does these title and submitted are coming from...

Also, when I go to Administer - Site Building - Themes I don't see any Settings option.

I have a confiture button, but there is no settings and no Automatic Nodetitles anywhere.

Thanks,

Sigal

WorldFallz’s picture

in the node.tpl.php file of your theme.

May I suggest the following resources to grok d6 theming:

Definitely check out the video.... well worth it. The theme guide is still being worked on, but the info there is very comprehensive also.

EDIT: also, you'll want firefox with the firebug plugin and the devel module. Between those two items, you can find out what is coming from where for any page.