For some reason Smarty doesn't allow "-" in template filenames, so e.g. node-story.tpl won't work.

My patch just changes "node-" prefix to "node_".

CommentFileSizeAuthor
smarty_node_types.patch.txt622 bytesrecidive

Comments

markdingemanse’s picture

Ah, so that was the problem I ran into (I worked around it by intercepting the output of certain boxes and nodes in smartytemplate.php). I'd say that's a pretty major issue.