1
Hi, I'm working on next version of clientspace which has now search feature, template based display and a first block.
The next step before I publish this release is to add the notification feature to the module.
I've read all the doc from the dev wiki but I can't get it work.
I've added the lines required to make the module send notification when a follow up is added, but nothing is sent and I can't find my mistake.
Could someone please look the module files and tell me where is the error?
This version can be downloaded here:
http://www.s-martinez.com/uploads/clientspace_buggy.rarThe following lines which should make the module sent the notification are in /admin/index.php line 329
$notification_handler =& xoops_gethandler('notification');
$notification_handler->triggerEvent('global', 0, 'nouveau_suivi_dispo');
Thanks for the help.