MaGeFH
Active member
I'm developing an addon that extends the vanilla advertising positions.
I've managed to extend the regular xml data export as well as the developer json data export. When installing the addon, I add my custom data via the
However, when rebuilding the addon. The system switches the addon inactive by setting
As far as I can see, there is no way to hook in there, or is there?
I've managed to extend the regular xml data export as well as the developer json data export. When installing the addon, I add my custom data via the
Setup::postInstall
method at the end.However, when rebuilding the addon. The system switches the addon inactive by setting
is_processing
to 1. So my custom code for the XF\AddOn\DataType\AdvertisingPosition
is not run.As far as I can see, there is no way to hook in there, or is there?
Last edited: