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

john.oltman’s picture

Status: Active » Closed (duplicate)

You 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.

Brainwrap’s picture

Bingo! 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 :)