|
From: jaytraxx <chr...@ja...> - 2008-03-03 14:18:58
|
Hi too, fimpas wrote: > > HI, > i'm developing a SMS notification system for eGroupWare with html post for > my thesis. My system go well but i'd like to integrate my work in > notification app, i'm looking for where in the calendar and info_log > applications use the notification app but without result. > > Notifications is a centralized tool, so you don't have to customize code in calendar or infolog. All things regarding notifications are coded in the /notifications folder of your eGW installation. For writing a plugin, just copy an existing one (e.g. ./inc/notifications_popup.inc.php) and modify it to fit your needs. Then extend the chains defined in ./inc/notifications.inc.php. Aleksander Adamowsky already developed a sms notification tool. I started to integrate it, but I'm not finished yet (and atm I have no time at all to get it done, sorry). If you want, I can send you that plugin or you contact Aleksander. Just search for sms notification in nabble. Bye Christian fimpas wrote: > > Can you help me? > Pleased even some advice on how to better integrate chains notification > with my notification system. > > Thanks in advance > > Bye > > Pasquale > > jaytraxx wrote: >> >> Hi all, >> >> just updated notifications a bit: >> - class autoloading (renamed some files) >> - let the admins enable / disable backends in admin->notifications->site >> configuration >> - security fixes for email and popup backend >> - unified link handling >> >> Please note: all users of /trunk should call their notification prefs an >> re-choose the "notification-chain" setting, cause I modified the keys a >> bit to have unified names in future. Don't mind... if they don't do it, >> notifications falls back to "email" and presents a warning to the user. >> >> I also have no database-defaults yet in setup for enabled/disabled >> backends. Please go to admin->notifications->site configuration and make >> a quick setting once for your site. I propose to have "popup" enabled, >> and "winpopup" and "sms" (future) disabled by default. >> >> One wish at last: If someone can help me with this question: >> >> http://www.nabble.com/how-to-handle-setlocale-to14730139s3741.html#a14730139 >> http://www.nabble.com/how-to-handle-setlocale-to14730139s3741.html#a14730139 >> ... then I will be really happy, and I can go on and finally add the sms >> backend ... >> >> Have fun! >> Bye >> Christian >> > > -- View this message in context: http://www.nabble.com/notifications-update-tp15190367s3741p15804809.html Sent from the egroupware-developers mailing list archive at Nabble.com. |