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:
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>
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