Closed (works as designed)
Project:
Forward
Version:
7.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2012 at 11:04 UTC
Updated:
13 Mar 2012 at 14:10 UTC
How can I enabled the Forward in a field of views? Is it possible?
I need to enable this option as a field in views
Comments
Comment #1
john.oltman commentedIf the View is outputting a teaser you can enable Forward links on teasers using the module settings.
If the View is outputting fields, you can output the Node ID as one of the fields, and then use the Rewrite capability in Views 3 to change the field output to:
forward?path=node/[nid]
Comment #2
linuxbcn commentedGreat solution!!
Many thanks for the idea
I use this code and function perfect!
Comment #3
john.oltman commented