bihor / fp_newsletter

TYPO3 plugin for newsletter subscription and unsubscription. Used table: tt_address. A log is written.
https://extensions.typo3.org/extension/fp_newsletter/
GNU General Public License v3.0
7 stars 18 forks source link

Feature Request: Set address to hidden instead of deleting #100

Closed riegeo closed 3 months ago

riegeo commented 4 months ago

Hi, is there a possibility to just hide the tt_address entry if someone unsubscribes from the newsletter?

I tried this setting but the address is deleted anyway.

plugin.tx_fpnewsletter.settings.deleteMode = 1

Thank you

bihor commented 3 months ago

Well, currently it is not possible: 1: set deletion flag; 2: delete entry; 3: remove only the cat./group I could add 4: hide entry.

bihor commented 3 months ago

OK, I have added this in version 7.0.5. You can use it now.

riegeo commented 3 months ago

Thank you very much