forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 plugins => Topic started by: dEnA on October 06, 2006, 05:29:45 pm

Title: Notification on new comments
Post by: dEnA on October 06, 2006, 05:29:45 pm
Hi, could someone modify someone of those email-notification mods so that when a user gets a comment he doesnt get email, but he could get for example a text somewhere like "You have X new comment(s)" if he has new comments.. Would be very thankful for all help

Thanks
dEnA
Title: Re: Notification on new comments
Post by: bitcloud on November 24, 2006, 03:45:39 am
just wanted to bump this one...

I've attempted a hack, but I'm not getting too much working on this one...
anyone else tried this?
Title: Re: Notification on new comments
Post by: bitcloud on April 01, 2007, 07:24:48 am
Yeah I too would love to see that feature... i've tried to implement this but I've had no luck....

any pointers?
Title: Re: Notification on new comments
Post by: Stramm on April 01, 2007, 08:24:21 am
Solution 1:
would mean a new field in the users table. If someone comments, you set the field to true. Then you need a new check when a user opens the gallery, if the above set field is true. If positive -> display, that he has new comments.

Solution 2:
When opening the gallery you query the notification table for commented on but not revisited pictures of that user. If at least one is existing, you display a message (linked to the subscribtion manager, you can use the function login_form -> really, really easy to come up with a solution)

Disadvantage of course is the additional query. So it would be amazing to make that an admin option (modpack - performance settings)

However this is not plugin related