Op zaterdag 10 september 2005 13:18, schreef Abalieno:
$form .= form_textfield(t('Subject'), 'subject', $edit['subject'] ? $edit['subject'] : 'Re: '. $node->title, 60, 64);
This should be $form .= form_textfield(t('Subject'), 'subject', $edit['subject'] ? $edit['subject'] : t('Re: '). $node->title, 60, 64);
And AFAIK there is a 'nid' ni the comment oject A node_load() with that nid will give you the parent node object.
Regards, Bèr