Posted by dtabach on April 1, 2008 at 11:39pm
Jump to:
| Project: | Tapestry |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I realized this them has no node.tpl.php file. If I want to create a custom node-mycontent.tpl.php, which node.tpl.php should I use as starting point? Can I use the one form NewsFlash? The only thing I want to alter is the position of user pictures, as they appear above post information, when it should go below it, and floating to left, so the content is not pushed to bottom.
Comments
#1
Whenever a theme does not provide a specific default template file, the theming engine (phptemplate, in this case) provides a 'default template' for use. You can find the engine's default template files in the themes/engines/phptemplate folder of your drupal install. You should copy the node.tpl.php file from this folder into your theme folder, and then modify this copy.
#2
Ok, thanks your reply, it was the first time a saw a theme folder without a node.tpl.php file.
But I must thank you mainly for providing such a great theme as Tapestry. Its features are amazing.