| Issue 4: | Get rid of text that says 'original article' and replace with 'for more information...' or something along these lines | |
| 1 person starred this issue and may be notified of changes. | Back to list |
As above
Nov 14, 2008
(No comment was entered for this change.)
Labels:
-Type-Defect Type-Task
Mar 23, 2009
Apparently no way to do it other than to enable localization (see http://drupal.org/node/300905). Localization will be useful for other things too so will do it later.
May 17, 2009
Aha! Added an implementation of hook_link_alter to oxford_hub.module.
function oxford_hub_link_alter(&$node, &$links) {
if (isset($links["feedapi_original"])) {
$links["feedapi_original"]["title"] = "Read more";
}
}
To change to some other text, edit oxford_hub.module. Might need to extend to other
places where "Original article" appears.
Status:
Fixed
|
Owner: mellor