Plugin Subscribe Newsletter
The plugin allows a user to subscribe directly to a newsletter - without having to choose the newsletter. If the user is not subscribed to the newsletter a button will appear, if he is, nothing will appear.
Since Tiki6: an anonymous if he has the perm can also subscribe by giving his email. If antibot protection is on, the user will also need to type the antibot code for the subscription request to be valid, plus validating the email received, as usual.
Parameters
| Name | Value | Description | Default | Version |
| nlId | ID | The newsletter Id | ||
| thanks | Text | The text that will be displayed after a successful subscription | Subscription confirmed! | |
| button | Text | The label of the button | Subscribe to the newsletter: name of the newsletter | |
| body | Text | the label of the button if thanks params is not empty, or the thanks note if button is not empty. Only the body is wiki parsed if set with the corresponding parameter (see below) - not the parameters | Subscribe to the newsletter:name of the newsletter | |
| wikisyntax | 0 or 1 | By default, wiki syntax is parsed ("0"). If set to "1", wiki syntax in the body will be parsed | 0 (not parsed) | 6.0 |
