Closed (fixed)
Project:
Nodeblock
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2009 at 10:34 UTC
Updated:
30 Nov 2009 at 22:07 UTC
My node-nodeblock.tpl.php is not recognized. I wanted to replace the default output with a stripped down version.
Any ideas, why my node-nodeblock.tpl.php not used? I'm using a fresh drupal 6.10 installation.
Comments
Comment #1
zroger commenteddo you have a node.tpl.php in the same theme? this is required in order for the node-nodeblock.tpl.php to work.
Also, node-nodeblock.tpl.php assumes that your content type is named "nodeblock".
Comment #2
Ralla commentedYou need a block.tpl.php as a fallback, and then create a block-nodeblock.tpl.php :)
Comment #3
tom_o_t commentedMarking as closed, no activity for 6 months