got this error upon adding the field
Notice: Undefined offset: 0 in vud_field_widget_form() (line 91 of /www.example.com/web/content/sites/all/modules/vote_up_down/vud_field/vud_field.module).
Added: "Vote Up/Down: Node Widget" to a view , but it changes to "Broken/missing handler" after adding
Added Vote Widget into display suite but it is not working yet (no coding at all shows up in the node display modes)
I know that the voting functionality works for nodes #1194274: Port vud_node to D7 - before i modded the node template, the voting widget appeared & worked correctly. Now we just need to get the field widget going.
I did not test the VUD field widget on an unmodified node template, but i would assume that it would bring about the same results as views or display suite.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | vud_node_views.patch | 1.88 KB | mathankumarc |
Comments
Comment #1
damienmckennaSubscribe.
Comment #2
lawnmower528 commentedsame problem. subscribe.
Comment #3
Sylense commented+1
Comment #4
Sylense commentedanyone able to get this working yet?
Comment #5
Sentrashy commented+1
Comment #6
Refineo commentedsubscribe
Comment #7
dangko commented+1
Comment #8
mathankumarc commentedFor Display suite integration you need to create separate module with the hook hook_field_formatter_info provided by the display suite module.
like below
Enable the module and clear the cache, now you will see the separate field for vud.
For views integration, me tooooo need help from community.
Comment #9
mathankumarc commentedI created the patch for vud_node views integration.
Comment #10
marvil07 commentedComment #12
marvil07 commentedsee #1360572: Roadmap for D7 of Vote up/down
Comment #13
office@w3k.at commentedSame here when using the method described in the original post.
But using the Vote Up/Down field module worked very well.
It is located in the Fields category on the Modules page.
Disable VUD Node Module.
Add a Vote Up Down Field to your content type.
add it to you view, done.
Comment #15
marvil07 commentedThanks for the patch, sorry for the enormous delay.