Open GhanshyamBhava opened 6 years ago
That's because mod.web_modules.dmail.jumpurl_tracking_privacy
is active which prevents adding the rid
parameter which contains table and record UID. Without this parameter all these ###
Markers can not be mapped to the real values.
PS: But, after activating that option it still does not work, as this extension needs an do=del
parameter in URL. As long as jumpurl is used this parameter will never be added to the URL, so unsubscribe still does not work.
In order to add an unsubscribe link to the mail, add the following link to your newsletter template:
<a href="http://xxx.com/index.php?id=14&u=###USER_uid###&t=###SYS_TABLE_NAME###&a=###SYS_AUTHCODE###">unsubscribe</a>
But marker render as it is on the frontent. can you please guide whats wrong with this?