By dennison on
I apologize if this has been asked before. I did a search but came up empty handed.
How can I theme "special nodes"?
Specifically, this is what I am trying to do. I have a content type named "something". So, whenever a user tries to create a content of type "something", he goes to http://server/node/add/something
I want to theme this content creation page separately from the main theme / administration theme. How can I accomplish this? I have tried creating the following files, to no success:
node-add-something.tpl.php
add-something.tpl.php
something.tpl.php
Thanks!
Comments
custom page display
page-node-add-something.tpl.php
include page- if you are trying to customize a page display.