Closed (fixed)
Project:
Forward
Version:
5.x-1.14
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2008 at 20:12 UTC
Updated:
23 Jun 2009 at 16:30 UTC
i've just installed the String Override module, and it seems to have no effect on the output of this module. i have created the replacement string "email" to replace "Email this page", but the replacement string does not appear... only the original.
i know that String Override works, because my "Comment" link text was successfully replaced.
does this module produce its link text in a way that bypasses the String Override plugin?
Comments
Comment #1
seanrNot sure what's going on here. It may be related to the fact that the word 'page' is actually a variable. Try using 'Email this !type' as the original string instead. Page would probably need to be altered seperately. Another option would be to write a mini module with just a hook_links to override the entire link ($links['forward_links']).
Comment #2
seanrThis text is now configurable within the module itself so string overrride is no longer necessary.