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

john.oltman’s picture

If 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]

linuxbcn’s picture

Great solution!!
Many thanks for the idea
I use this code and function perfect!

<a class="forward-page" title="Forward this page to a friend" href="forward?path=node/[nid]">
<img class="forward-icon forward-icon-margin" title="" alt="Enviar per correu electrònic" src="http://triviumgc.com/dev/sites/all/modules/forward/forward.gif" typeof="foaf:Image">Enviar per correu electrònic</a>
john.oltman’s picture

Status: Active » Closed (works as designed)