Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Romand 14 posts 154 karma points
    Dec 14, 2016 @ 17:27
    Romand
    0

    [custom_unsubscribe] would collide with other render tasks

    While trying to set up a custom unsubscribtion feature I'm facing some difficulties; I insert a tag as follow <a href="/[custom_unsubscribe]">My link</a>.

    In my render task I expect the code to be the same but it has been changed to <a src="http://host:port/[custom_unsubscribe]">My link</a>

    Does it come from some other rendertask ? Is there a way to prevent such behavior ? What is the prirority among all the rendre tasks ?

    Thanks for your answer,

  • Markus Johansson 1945 posts 5898 karma points MVP 2x c-trib
    Dec 15, 2016 @ 08:13
    Markus Johansson
    100

    Hi!

    That is another render tasks that converts relative link. You should probably get away with just chaning your placeholder to look like this:

    <a href="[custom_unsubscribe]">My link</a>
    

    In other words remove the "/" from the beginning of the url.

    Reg. your question about priority - that's based on the order in which it appears in the newsletterStudio.config-file.

    // m

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies