Closed (fixed)
Project:
Flag Cool Note
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
9 Apr 2012 at 14:48 UTC
Updated:
12 Jul 2012 at 13:57 UTC
Hi there! I love your module. However, I'm having a problem - the webform results don't indicate the title of the flagged node. So if someone flags a node as "offensive" and explains why using your module, I can't tell what node the webform submission is about. Am I missing something?
thanks!
Comments
Comment #1
yogeshchaugule8 commentedIt has not been implemented yet.
I was also thinking about same, but busy with some work and won't be able to do anything for next 2 weeks.
Will definitely work on this.
thanks,
Yogesh
Comment #2
rupyjl commentedI'd just like to echo this. I am using the D6 version.
I love the module - but I do need it to identify which node the webform submission is about i.e. if a user flags node 100, and adds a cool note, then the cool note (webform submission) needs to be identified with node 100.
My aim is to summarise (with Views) the webform submissions by displaying them with the node to which they refer.
So - looking forward to a solution - thanks again for a very useful module. For me, the best thing about it is the ability to add notes for both flagging and unflagging, something that Flag Note doesn't do.
Comment #3
yogeshchaugule8 commentedI'm going to start implementation for this for D7 in next 2-3 days.
@rupyjl: you can use another solutions (I've not tried yet), which is...
1. Add one more field (hidden) to your webform which will store node id.
2. Using hook_form_alter in your custom module, set value of that field to current node which is getting flagged.
3. Then create a view of type "Webform submissions", which will display all webform submissions filtered with specific webform id.
Hope this helps you a little bit.
Comment #4
yogeshchaugule8 commentedHi,
I've added views support in latest release, which will solve this issue.
marking this issue as fixed.
Comment #5
yogeshchaugule8 commentedmarking as closed fixed.