I have a problem with rendering internal URLs in Newsletter Studio. The problem is as following:
When I add a link to the content of the newsletter with the 'Insert/Edit link' button and I use the URL-picker, my html code shows this: [html a tag] href="/{localLink:1175}" title="News"
Problem with rendering internal URLs
Hi,
I have a problem with rendering internal URLs in Newsletter Studio. The problem is as following:
When I add a link to the content of the newsletter with the 'Insert/Edit link' button and I use the URL-picker, my html code shows this: [html a tag] href="/{localLink:1175}" title="News"
When I send a test mailing and click on the created link, the URL is: http://www.topsideoffshore.com/ttp:/www.topsideoffshore.com/news (please look to the url, not what the editor show)
This is the same as Fiddler shows me when I click on the Preview button in the editor.
When I manually change the link, it works fine and my html shows code like this:
[html a tag] title="News" href="/news/">
For this website we use version 1.3 of Newsletter Studio.
I look forward to receiving your reply, thanks in advance!
Hi!
Yes this is a known bug in versions below 1.3.4 and is due to the fact that you are using the useDomainPrefixes-setting in umbraco.config.
You will need to upgrade to a newer version.
Please be aware that there are som breaking changes.
http://support.newsletterstudio.org/
http://support.newsletterstudio.org/customer/portal/articles/1149076-from-version-1-3-2-to-1-3-3
If is possible is a lot easier to uninstall and reinstall the package. Backup your data =D
is working on a reply...