Hi,
A newbie here.

I have created a subtheme for Garland. Colors work fine.
I originally create a "node-blog.tpl.php" in the garland directory drupal/themes.garland. (no issues there)

Then I create a subtheme for garland. I moved the "node-blog.tpl.php". (content :

 print_r($node) 
)

I have tried to clear the cache by the following methods:
1. Admin-site configuration-performance- clear cache
2. changing to a different theme (Minelli) and changeing it back to the garland sub them.





FYI:
How I created the garland subtheme
1. created a subtheme directory fun
2. created a fun.info file
3. Created and empty fun.rss
4. created links for images directory and style.css
5. created empty template.php
6. copied logo.png and screenshot.png

Comments

nikkiana’s picture

I believe what you need to do is to create a node.tpl.php file in your subtheme before it will recognize any tpl files that override specific node types. If you don't want the default to be any different, just copy the node.tpl.php from Garland into your subtheme and you should be all set.

rafiq_rahim’s picture

Thank you copying the node.tpl.php into the sub-theme directory worked.

bdsupport’s picture

You should place the default file in the same dictionary, before override it.