bobosch / ods_ajaxmailsubscription

TYPO3 Extension Ajax mail subscription
0 stars 2 forks source link

Un-subscibe link not working in TYPO3 8.7.8 #4

Open GhanshyamBhava opened 6 years ago

GhanshyamBhava commented 6 years ago

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?

sfroemkenjw commented 1 year 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.