Page 1 of 1

How to replace FEU events OnCreateUser / OnCreateGroup with hooks

Posted: Mon Jan 04, 2021 8:06 pm
by noosphere
Hello (and happy new year)!

I'm updating to CMSMS 2.x an old website that executed quite a few interesting actions (UDTs) to sync the FEU and the Uploads modules when a FEU user or group was created (events: OnCreateUser / OnCreateGroup).
Now I just noticed the new version of FEU does not use events anymore, but hooks.

I have a limited knowledge of php and would really appreciate if any expert programmer could give me some hints and tips.

Thank you in advance!

Re: How to replace FEU events OnCreateUser / OnCreateGroup with hooks

Posted: Mon Jan 04, 2021 9:02 pm
by noosphere
Temporarily I downgraded to the last FEU 2.14.3.4 that used Events ;D