Using Drupal 6.17 and Display Suite 6x-1.2
Ok, I have a content type called "review" that is being managed with Display Suite. I've made a custom file called nd_review.tpl.php, copied the contents of the nd.tpl.php into that file. I also made sure to have the basic node.tpl.php file in my themes folder (the nd_review.tpl.php file is also located in the themes folder).
My changes aren't showing. Does anyone see anything wrong in this process?
Comments
Comment #1
nevets commentedI believe you need to copy nd.tpl.php to your theme folder then clear the theme registry.
Comment #2
macandrow commentedNo sooner did I click send that I figured out the problem. It wasn't because I didn't have the nd.tpl.php in my theme folder. It was how I named my custom file.
Here's my steps to fix this:
copy nd.tpl.php from modules/nd/templates folder into your theme folder
rename it to nd-node_type.tpl.php (so my content type was "review" so I named it nd-review.tpl.php
My error was that I initially called the file nd_review.tpl.php. It's not underscore, it's dash!