Author
|
Message
|
PaoloMellerio kk
|
Friday 09 January 2004 12:46:55 am
Hi,
I've a problem, more philosophical than technical.
In my site, the anonymous user must have the possibility to create a Curriculum Vitae and when it makes this, an email must be submitted to admin-site. I've solved the problem creating a specific class for the curriculum vitae and giving the right permission rules to the anonymous user for creating it. All works, and the curricula created are visible in a specific folder in my admin interface.
The question is: what can I make for send an email to admin-site every time a new curriculum is submitted; i don't want to make the user login; it simply goes in the appropriate section of my site and create his curriculum. Is this the correct approach to solve the problem? (I don't want to use the mechanism form-information collector, because the curriculum must be stored and not only sended by email to the admin-site) Any idea? Thx in Advice Paolo Mellerio (Clikka!com)
Paolo Mellerio
http://www.clikka.com
|
Dominik Stoeppel
|
Friday 09 January 2004 10:39:31 am
hi,
you can use the notification system. Go to the folder in the admin interface and press "keep me updated". Every time a user publish something in this folder you will be informed. After this you must config the notification system /cronjobs, so the mails are generated automaticly.
look here : http://www.ez.no/developer/ez_publish_3/documentation/configuration/configuration/cron_jobs (there are some problems with notification system in 3.3.1 at the moment)
-- dominik
|
Marco Zinn
|
Friday 09 January 2004 12:18:27 pm
Dominik,
I'd like to use the notification system on 3.3 soon. i just did some tests with it with 3.2-3 and they like fine.
What's wrong in 3.3... Can you give me a hint (or links to bug reports?) I know, that there was some change concerning the use of the "primary key" (user-id instead of email-adress), which i absoluty will need. Paolo, i agree 100% with dominik: The notification system is exactly, what you need ;)
Marco
http://www.hyperroad-design.com
|
Dominik Stoeppel
|
Saturday 10 January 2004 1:04:08 pm
hi marco, i have many problems with ez at the moment. the notification is only one of them (have make many tests this week, and most problems doesn't made by me :) )
You can look here :
http://ez.no/developer/ez_publish_3/bug_reports/notification_system http://ez.no/developer/ez_publish_3/bug_reports/fatal_error_runcronjobs
and if you have time & an answer for this ;)
http://ez.no/developer/ez_publish_3/bug_reports/placements_in_plain_package_wrong http://ez.no/developer/ez_publish_3/forum/install_configuration/problem_with_siteaccess_vhost_ie6
-- dominik
|
Marco Zinn
|
Saturday 10 January 2004 1:57:06 pm
Dominik,
the first two (bug reports) very much seem to be some SQL error.
Kaare send an SQL fix, which was in the update scripts, but not in the 3.3-1 "full" release.
For the "placement" bug: I didn't quite understand the bug report.
For the "host map" problem: I wrote a comment, but I'd assume, that it IS a cookie problem. May be a code bug anyway. If you can reproduce it 100%, file a bug report. Marco
Marco
http://www.hyperroad-design.com
|
Dominik Stoeppel
|
Saturday 10 January 2004 2:26:12 pm
hi marco, it's the location (path) to the object. placement is not the right name . (edit_placement.tpl is the template for location) thanks for helping with the ie6 problem :)
|