Conversation
Notices
-
What page.tpl.php filename would I use for overriding the 'node/add/content_type' page/form? !Drupal
-
@bwpanda I *think* the edit side (as opposed to display) requires you to use hook_form_alter functions rather than templates in D6 at least
-
@bwpanda According to Themer Info, you need to use node-add-content_type.tpl.php. But .tpl cannot be used to override the form itself
-
@bwpanda: For forms see http://www.lullabot.com/articles/modifying-forms-5-and-6. You specify the tpl/function name in hook_theme... !Drupal
-
@criz @mongolito404 @yareckon: I'm just wanting a tpl.php file I can add drupal_add_js() to so my jquery only loads for that page...
-
@bwpanda page-node-add-content_type.tpl.php - I love it!
-