David Zaoui
|
Tuesday 26 June 2007 2:53:43 am
Hi,
I am currently working on subtree notifications for a website. The built-in notification system works perfectly fine : an e-mail is sent when an article is added etc..
The problem is that i don't want users being notified by an email, but through a specific page of the website called "my notifications".
For example, when an article is added on a folder, i want the following link :
"The article XXX has been added ..." to be added on "my notifications" page for the users who subscribed. Is there a simple way to do that or do i have to modify the php notifications-related files ? Thanks, David
|
Mark Marsiglio
|
Tuesday 26 June 2007 5:48:27 am
Have you seen this function? https://ez.no/content/new It is built in, just go to /content/new on your site. I am not sure about settings or parameters of it, but it might give you a good start.
http://www.thinkcreative.com
Turning Ideas Into Strategic Solutions
|
David Zaoui
|
Wednesday 27 June 2007 1:22:13 am
Thanks Mark, i've never heard of this functionality before and it's very useful !
Now i have the same problem as Lukasz, i must only display new content that belong to the user's subscribed subtrees. As far as i know, the ('content','tree') fetch only one subtree, and the ('content','search'), although it allows multiple subtree fetch, needs a text input.
So do you know what the best solution is?
Thank you all, David
|