Closed (fixed)
Project:
Forward
Version:
5.x-1.18
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2008 at 22:03 UTC
Updated:
21 Mar 2009 at 11:32 UTC
Any way to change the text for the link that reads "Email this page"? I would like it to read "Forward to a friend".
Comments
Comment #1
eggthing commentedMe too!
Comment #2
jumpfightgo@groups.drupal.org commentedOne way is to manually render the links in your template yourself.
1. Uncheck all these options: Show Forward on teasers, Show Forward on comments, Show Forward on non-node pages
2. Wherever you want the forward link to appear, manually create the link:
i.e. /forward/$variables['nid']
Changed to feature request
I suggest changing the checkbox...
...to something more useful, like a textfield for the link text, with %nodetype as an available variable
Comment #3
seanrTry the String Overrides module: http://drupal.org/project/stringoverrides
Comment #4
seanrComment #5
PeterZ commentedAs per http://drupal.org/node/320554, the format has changed to:
Problem
My old links http://example.com/forward/80 would not work.
Solution
Update links from http://example.com/forward/80 to http://example.com/forward?path=node/80