When the forward.module is activated it causes all 'preview' buttons on node forms to act as if they are submitting the node - but this then causes the node to be added to the DBase with bad details:
* UID = 0
* no node type
* no title
This then fills the database with empty nodes and frustrates users as their content goes missing upon Previewing it!!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | brokenpreview.patch | 444 bytes | budda |
Comments
Comment #1
buddaProblem was in the hook_nodeapi() function, it didn't check if the node was in preview state or not.
Patch attached.
Comment #2
seanrFixed, thanks.
Comment #3
(not verified) commented