gctools-outilsgc / gcconnex

A social network based on Elgg
Other
49 stars 44 forks source link

GCconnex Decommissioning - Prevent system notifications #2677

Open Phanoix opened 1 week ago

Phanoix commented 1 week ago

Leaving any notifications required for careers marketplace and the system to functions properly such as password resets.

Easiest way is probably to disable them in https://github.com/gctools-outilsgc/gcconnex/blob/master/mod/cp_notifications/start.php

Phanoix commented 4 days ago

the notifications for new content created are sent here: https://github.com/gctools-outilsgc/gcconnex/blob/master/mod/cp_notifications/start.php#L1444 email and site notification sections can just have a $switch_case == 'mission' condition added to still allow careers marketplace notifications, and the more important system notifications are handled in different functions.