Closed (works as designed)
Project:
Node feedback
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 May 2012 at 12:38 UTC
Updated:
15 May 2012 at 11:37 UTC
Hello, thank you so much for this module, it is brilliant. I am using it as below:
http://classicvinyl.com/classical/goethe-lyrik-zweite-folge-will-quadfli...
Is there any way to move the link to the top of the node? Or even make it a CCK field?
Any advice would be greatly appreciated. Once again, thank you, david
Comments
Comment #1
trazom commentedAlso, forgot to mention: I can assign the feedback function to each node individually, but is there a way to to it globally (i.e., to all nodes of a specific type), other than with VBO? I do not want to make more work for you, but if that functionality was built into the module that would be a great enhancement. Thanks again!
Comment #2
beautifulmindHello David,
Thanks for your posts.
Let me explain,
The module uses hook_link to add the node feedback link to links area of the node. You can check the code and use it to add a similar link to any where you want on the node page/template.
About setting the link globally, you can find configuration 'Force node feedback link on all nodes' on node feedback configuration page at admin side.
Please feel free if you have issue with any of the configurations suggested above.
Regards.
Comment #3
trazom commentedThank you, I understand. regards, david
Comment #4
beautifulmind