Antoine Searcher Hello, to link with AutoModerator I added the following code to my extension: https://github.com/AntoineFr/flarum-ext-money/tree/master/src/AutoModerator and a few lines at the end of https://github.com/AntoineFr/flarum-ext-money/blob/master/extend.php !
Antoine Searcher Hi, I added 2 new PHP classes to my code : https://github.com/AntoineFr/flarum-ext-money/blob/master/src/AutoModerator/Action/Money.php to define an action that can be triggered by different events provided by the Auto-Moderator extension ; https://github.com/AntoineFr/flarum-ext-money/blob/master/src/AutoModerator/Metric/Money.php to define a metric that can be used to trigger other actions. And then I registered these 2 classes in the main file : https://github.com/AntoineFr/flarum-ext-money/blob/master/extend.php#L51-L57
Searcher Antoine Ok, thank you very much) How can I actually change someone else's extension? That is, add these files to your hosting forum? If you just go into the vendor folder and change something there, then nothing comes out (((