New Podcast

Posted Tuesday, January 31 at 3:28 pm
  Thomas Turnbull (tom_o_t on drupal.org) and Alan Palazzolo (zzolo on drupal.org) join Mike Anello to talk about their new book from O’Reilly Media, Mapping with Drupal. Mike’s usual co-hosts, Andrew and Ryan, were both unable to participate in the podcast, leaving Thomas and Alan subject to Mike’s long-winded (but extremely interesting by some accounts) questions.
Download Podcast 73
DrupalEasy_ep73_20120131.mp3
Syndicate content

NEWSLETTER

Stay informed on our latest news!

Syndicate content

Testimonial

Mike & Ryan's session on March 11th was a great intro to what DrupalEasy training is capable of teaching. From solid fundamentals and practices, to a complex, automated feed aggregator, everything was laid out in plain detail, so any skill level, from Beginner, to Ninja could have picked it up quickly. I am anxiously waiting the next session, and encourage anyone who wants to sharpen their Drupal knowledge to drop by a session, and get their learn on

Who are we?

DrupalEasy is the collective expertise of Ryan Price and Michael Anello, who joined forces to provide training and consulting services worldwide. Read all about them and what they can do.

What is Drupal?

Drupal is a free, super-powerful content management system for sites that require information posting and collection, including blogs, forums, videos, photos, and databases of information. We think it is the best platform available. Here's why...

Why Drupal?

More and more savvy organizations are going with Drupal for content management, and its no mystery why. It’s free, flexible, and easy to maintain for small or large volume sites. Learn more...

Overridding the node.tpl.php File

If you've done much Drupal theming, then you're probably aware that you can override the default node.tpl.php template file on a per-content type basis. For example, if you have a content type called "food", then you can create a node-food.tpl.php that will be used only when nodes of type "food" are displayed.

A full list of template suggestions can be found on drupal.org.

There's a couple of "gotchas" that you need to be careful of when overriding node templates - as well as any other template files as well. First - whenever you create a new template file, be sure to clear your cache. Second, be sure your node template uses the "machine name" for the content type in the file name. For example, if you have a content type named, "Imageboard" and the "Type" is "image_board", be sure your node template is named, "node-image_board.tpl.php" and not "node-imageboard.tpl.php.

One final gotcha is that if you're using a subtheme and you want to use a custom node template for a particular content type, you'll also need to include a default node.tpl.php in the subtheme or your custom node template will never be seen by the theming engine.

Trackback URL for this post:

http://drupaleasy.com/trackback/339
Your rating: None Average: 3.6 (5 votes)

More Quicktips


1 comment

Guest wrote 1 year 48 weeks ago

Thanks!

That was easy! I created the node, but refresh did not work. I need to clear cache.

Syndicate content