ok, I understand 🙂
We prepare new CLI plugin - Acymailing source by referrer
- Adds CLI command that fills acymailing user field based on referrer from acym user history
So I go testing ...
I must say that it is very difficult to program plugins for Acymailing:
- for example, due to missing Joomla core triggers (except for onAcymAfterUserSave)
- due to Acy's own triggers, which are not passed on to other Joomla plugins but only to Acy's own pseudo-dynamic plugins
This is probably the price to pay for the fact that plugins for Acymailing must be compatible with Wordpress, so they do not respect the valid Joomla rules for programming plugins and using triggers.
For our own plugins, we had to create a new system plugin that implements Joomla triggers from other applications into Acymailing.
Preview:

