The node form is taken over preventing proper theming. The initial add of the node can be overridden no problem, it's editing the form where "theme_diff_node_form" is used preventing "phptemplate_node_form" or "phptemplate_TYPE_node_form" from being used.

I wasted 2 hours trying to figure this out. Thought I was going mad.

Comments

moshe weitzman’s picture

This is by design. Does anyone have a better solution for adding in the Preview button? Note that the D6 version of diff does not do this, as we are able to add the button without taking over the themeing ... Feel free to suggest working for the help so that others don't flounder here. This has come up before.

dvessel’s picture

I don't have the time atm but I'll try looking into it. I guess *_form_alter can't do it since you haven't used that.

moshe weitzman’s picture

Status: Active » Closed (works as designed)