Closed (fixed)
Project:
Form Block
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2008 at 20:15 UTC
Updated:
2 Jun 2012 at 01:59 UTC
This module is exactly what I was looking for -- thanks!
Is it possible to override the block output? I've customized my node input form following the method described here, and would like to display that customized form instead of the default.
Comments
Comment #1
jesss commentedAnswering my own post, I've figured out one way to do this, but I'm sure there must be a more elegant solution.
I created a custom PHP block which I included on my page above the form block. Here's the code:
While this works, it's incredibly klugey. There must be a way to call the customized template through either template.php or some variety of block.tpl.php -- I just don't know how.
Comment #2
mikey_p commentedI think the answer would be to add some template suggestions to the theme hook that are trying to modify, with a preprocess function, or from hook_theme_registry_alter().
Comment #3
yashadev commented