Closed (duplicate)
Project:
Forward
Version:
6.x-1.21
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2012 at 03:05 UTC
Updated:
14 Mar 2012 at 13:46 UTC
Hi, I love the feature set of Forward, but I'm running into one issue: Every image and link in the body of the emailed page is coming through broken (except for the header and main node links at the top & bottom) because it's not including the full path.
Instead of http://www.domain.com/sites/default/files/image.jpg
...it's only including: /sites/default/files/image.jpg
I'm sure I'm missing something obvious, like entering the base URL somewhere in the settings, but I can't figure it out. Is this something I'm supposed to set in IMCE or somewhere else outside of Forward?
Thanks in advance.
Comments
Comment #1
john.oltman commentedYou aren't missing anything - relatives paths and emails don't mix - you will need to fix any "in-content" relative paths to be absolute paths, or use a module like Pathologic or Absolute src to alter the URLs at run time. Marking this as a duplicate of this issue:
http://drupal.org/node/871648
Issue 871648 offers a technique you can try. Also, here are links to the modules I mentioned above:
http://drupal.org/project/pathologic
http://drupal.org/project/abssrc
Good luck and let me know how it turns out.
Comment #2
Brainwrap commentedBingo! Pathologic did the trick, thanks!
I just assumed there was an option like this built into Forward, that's all--but thanks, problem solved (I did have to add the "/" as "also considered local" in the Input filter configuration).
Working like a charm now :)