Gregor-Agnes / newsletter_subscribe

TYPO3-extension: Subscribe and unsubscribe to tt_address, generate static Link to unsubscribe (to use in Newsletter), automatically delete unconfirmed subscribers
https://extensions.typo3.org/extension/newsletter_subscribe
GNU General Public License v3.0
2 stars 5 forks source link

Design of unsubscribe #72

Closed Kaliumiodid closed 1 year ago

Kaliumiodid commented 1 year ago

Is it by purpose that the unsubscribe content element looks slightly different to the subscribe part? In my case, the text field for the email address is shorter, the button right next to it and the button has the default look. Also, the unsubscribe mail is not using the template I placed in the templates directory; the subscribe mails use it.

Gregor-Agnes commented 1 year ago

Thx, will have look into it. Screenshots would be nice :) Please describe only in each report.

Kaliumiodid commented 1 year ago

subscribeMenu

In the screenshot above you can see the subscribe menu.

unsubscribeMenu

In the screenshot above is the unsubscribe menu. In both cases, I did not make any changes e.g. via CSS. So, from my side it would be nice to have similar looking buttons and the text boxes have a similar width. Maybe it's done by using the same classes (the text field in the unsubscribe part has no class name and the button is named "button hollow", while the counterparts in the subscribe form have rather long classes).

Kaliumiodid commented 1 year ago

For the email part: I set the mailTemplateRootPath in the plugin's subscribe content element. So for the subscribe mails (Confirmation and AlreadySubscribed), my templates are used.

image

This field is missing in the unsubscribe part, but it seems to be required. I am using the UI, because I could not manage to set up the templates path via typoscript.

Gregor-Agnes commented 1 year ago

Fixed in 50db127f979e3a0f55fa3e32d9f9e36c2fdf5396 and 822ca5963f3ebcb97641f483623cbe918367c4b8