direct_mail icon indicating copy to clipboard operation
direct_mail copied to clipboard

jumpurl and Group-protected Newsletterpages

Open jonnsn opened this issue 6 years ago • 2 comments

If the TYPO3-page which is used by direct_mail to fetch the content from is protected, the jumpurl feature is not working properly. The direct_mail-module allows to configure a fe_group-ID to access the newsletter-page, so fetching the content is not a problem. But for every jumpurl, the id-param is set to the TYPO3-page. Obviously this link is only usable, while being logged in. This is bad, at least, for external urls and the dmailerping.gif, but imo in most cases also for internal links (e.g. imprint or unsubscription).

I would suggest to use no id-param at all but use a pagetype for jumpurl.

jonnsn avatar Apr 06 '18 14:04 jonnsn

see the documentation:

If the jumpurl_tracking_privacy is enabled in the configuration, then you might want to use &no_jumpurl=1 for link, which should not be replaced by a jump URL.

However this documentation is wrong. You must not add a no_jumpurl=1 as a parameter in the link url, but in the link atrributes at <a href="..." no_jumpurl="1">abmelden</a>

franzholz avatar Sep 07 '18 15:09 franzholz

Unfortunately, this is a different behaviour than it was with TYPO3 v8. You could use JumpURL with privacy and would still be redirected. Now JumpURL with privacy doesn't really work anymore. Is there any interest in fixing this or is this intentional?

lorenzulrich avatar Nov 30 '22 23:11 lorenzulrich