21 May
2006
21 May
'06
9:59 a.m.
Thanks, But It does not help me.
f you're not defining the node type, you can probably remove the title in hook_form_alter, and do the same thing in the _submit().
This is the case
On Saturday 20 May 2006 01:16, Bèr Kessels wrote:
First: hook_form_alter, to make the title field hidden
So: I already do this
Then just *before* validation to capture the node content and fill a title. So that all possible validation hooks can still run, but that the title has a value.
*removing* the title causes validation errors. So nodeapi(submi) is too late! Bèr