5
ok forget the last message.
Now i am able to subscribe the members to an event it seems everything is ok for this feature but when i try to use the trigger method it does not send a message to the user. :(
le="color: #000000"><?php $notification_handler =& xoops_gethandler('notification'); $notification_handler->triggerEvent('Espera', $num , 'Reserva');
in the code espera is a category, reserva is an event and $num is a variable that i have now set to 1 for test purposes only . Maybe someone can give me a tip on what to do to make it works? Or at least to test it.