Entwickler Version
Bitte testen Sie es immer vor dem Stellen einer Frage auch mit der aktuellen Entwicklerversion.
| Autor | |
| 9-05-08 11:06:58 | URL in confirmation email... |
|
Kim Holberg Andersen |
I have ticket "short URL's in emails". But when receiving the email asking for confirmation, the last part of the URL are not part of the link and will not trigger the process. Only if i copy the last part with the URL and paste it back into the browser it works. It looks like this: .....dk/index.phpid=5&tx_srfeuserregister_pi1[regHash]=eac0c51080b37f95f8ca everything after _pi1 is not part of the URL What is the reason for this? Regards Kim |
| 9-05-08 11:28:15 | email client |
|
Franz Holzinger |
This is a problem of some email clients. The cannot display the link correctly. They do not suppor the parameter &tx_srfeuserregister_pi1[[regHash]=.... So either the email clients must be fixed or otherwise TYPO3 must be changed to use different parameters for extensions without square brackets. |
| 9-05-08 15:05:20 | email client |
|
Kim Holberg Andersen |
That is strange course it worked before - i use Mac mail client. But i will test it with a few other mail clients... Thanks Kim |
| 9-05-08 15:41:50 | email client |
|
Kim Holberg Andersen |
Further to this: it works if the client choose "send email as html" on register page. But i removed that option later on and the Mac mail client does not show the last part of the link with underline. It works in gmail though! Kim |
| 9-05-08 18:29:30 | Example links |
|
Franz Holzinger |
You can test this to send normal plain text emails to your email clients. Then you should notice that the [ in &tx_srfeuserregister_pi1[regHash]= causes the problem. Maybe TYPO3 should be changed to support a &tx_srfeuserregister_pi1_regHash= parameter. The last string value could be interpreted as index. The 'tx_srfeuserregister_pi1' part could be set in ext_emconf.php . Franz |
| 16-05-08 00:08:08 | Example links |
|
Kim Holberg Andersen |
Dear Franz, Thats a bit above my level of skills ... Kind regards Kim |
| 16-05-08 08:05:31 | TYPO3 |
|
Franz Holzinger |
You can write this as a feature request on the TYPO3 bugtracker. |
| 21-05-08 16:45:57 | URL in confirmation email... |
|
M. Torbeck |
That's indeed a matter of the email client. But you can change a little bit to make it more failsafe: In the template of sr_feuser_register simply put some <> brackets around the link like this: <###SETFIXED_APPROVE_URL###> In this case Thunderbird and Mail (Mac) will recognise this as complete link. |
| 1-08-08 16:15:31 | URL in confirmation email... |
|
Roland Fuhrer |
That's right, its just that simple. However, according to me, an excellent plugin like this should be written to all mail clients. I'm using Thunderbird. When I subscribed as a Member to this very site, the confirmation-URL in my mail stopped at the [hash] as well. So this change should come into the source of this plugin. Cheers Roland |
| < Zurück zum Forum | |