Feature #39470
Replace personalization placeholders in web view
| Status: | Rejected | Start date: | 2012-08-02 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Sven Burkert | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| TYPO3 Version: | PHP Version: | |||
| Votes: | 1 (View) |
Description
When a web view of the newsletter is provided (e.g. with a link in the header of the newsletter named "_If you have problems reading this newsletter, click here_"), the personalization placeholders are not replaced.
Is it possible that direct_mail generates a link (with user id and an auth code to verify the user id) to the web view and direct_mail replaces the placeholders with the user data?
History
Updated by Jacob Rasmussen 11 months ago
- Priority changed from Should have to Could have
While it is possible to hook into the page generator, I personally think that this functionality should be offered by a separate extension.
Updated by Ivan Dharma Kartolo 11 months ago
- Status changed from New to Needs Feedback
- Assignee set to Sven Burkert
you can put the UserID in the webview link and used TypoScript to substitute the marker, using GP conditions and stdWrap data (see getText)
Updated by Ivan Dharma Kartolo 9 months ago
- Status changed from Needs Feedback to Rejected
I'm closing this one, since it could be easily achieved just using some typoscript :)