Is there a way in drupal 7 where you can change a value of a field from the comment form of that node you are commenting on? At the moment I have a comment form within a node which has the same field as that node. When I change that value, it does not update the nodes field but only changes the comment form's field.

Thanks for your help in advance!

link|improve this question

60% accept rate
feedback

1 Answer

up vote 1 down vote accepted

I wrote a module to do this, you can probably modify it to suit your needs. http://drupal.org/sandbox/jrowny/1281972 I was using this for 'casetracker' type functionality.

Basically you install this and check for each field "this field is editable by comments."

link|improve this answer
Hi thanks for your reply. Ill try this module out now. – N dube Nov 14 '11 at 15:03
This does exactly what I wanted thanks a lot! – N dube Nov 14 '11 at 15:21
Awesome, thanks. Please accept the response. In the future people will be happy to answer questions for you if they see you have a high acceptance rate. – Jonathan Rowny Nov 14 '11 at 15:40
Okay will do in future (Green tick under the vote down arrow?) – N dube Nov 14 '11 at 15:57
yep that's it, thanks! – Jonathan Rowny Nov 14 '11 at 16:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.