Closed (fixed)
Project:
Printer, email and PDF versions
Version:
6.x-1.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2010 at 10:06 UTC
Updated:
6 Jun 2012 at 15:31 UTC
ref: "Problem links in content that is emailed" (http://drupal.org/node/511724)
Without repeating detail from the referenced link in the line above, is it possible to convert the relative links to absolute links in print_mail.tpl.php in the following line from that file?
<div class="print-breadcrumb"><?php print $print['breadcrumb']; ?></div>
I noticed that Hotmail ignores the base ref also. I really want these links to work.
Thanks.
Comments
Comment #1
jcnventuraCommitted to dev some code that converts all URLs in the sent email to absolute.