Leider habe ich bis heute noch keinen Lösungsvorschlag vom Entwickler für das unverständliche Verhalten des Plugins erhalten. Ich warte und hoffe weiterhin darauf.
Neben den bereits geschilderten Schwierigkeiten erschliesst sich mir leider auch die Verknüpfung zwischen dem Plugin resp. der Regel und der Anmeldeoption für die Abonnenten nicht.
Das Plugin macht folgende Angaben zum subscription management:
To allow users to use the subscribe feature you must create a page with the subscription form and include the link to it into the email body.
This can be an article or a page with a custom HTML module (don't forget to enable Prepare content option). Just insert a plugin code like {na subscribe UniqID} where UniqID is the value found in the right corner above. E.g. {na subscribe 5889f0565a762}
One more important thing. Since only logged in users can manage subscription, you may wish to limit the page access to the Registred users to demand login. The plugin code for guestes is removed from the output.
So
Create a page and place the plugin code.
Set page access level to Registred or whatever you need (optional)
Insert the link to the page into the email body template.
To override the subscription form output copy the layout files from plugins/system/notificationary/layouts/* to /templates/YOURTEMPLATE/html/layouts/* preserving folder structure and edit them.
"Just insert a plugin code":
Hier bin ich unsicher, wo und wie genau ich diesen Code einbinden soll. Ich habe versucht, ihn wie folgt in den Article einzubinden:
{source}{na subscribe 5889f0565a762}{/source}
oder nur
{na subscribe 5889f0565a762}
Das Ergebnis im Frontend ist beides Mal dasselbe:
Dass im Frontend die Rede von einer "Regel" ist, die kein Abonnieren erlaubt, deutet für mich darauf hin, dass die Art der Integration des Links korrekt sein könnte. Doch der Code scheint nicht zu funktionieren, denn die Regel habe ich sehr wohl auf "allow subscribe" gestellt.
Leider hilft mir auch die Dokumentation nicht weiter, da dort alle Illustrationen fehlen. Was könnte ich noch versuchen?
Ich bin sehr dankbar für jeden Input. Herzlichen Dank!