PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Upload Photos : Extra Options : Don't Work (http://www.photopost.com/forum/photopost-pro-installation-upgrades/114419-upload-photos-extra-options-dont-work.html)

encaustic June 13th, 2005 10:11 AM

Upload Photos : Extra Options : Don't Work
 
Is anyone else having trouble with all photo uploads where the Extra Options are being used?

Want to be notified by email when users post replies? is set to No by default, but changing it to YES does not result in update email when comments are given to the satisfactoraly uploaded image.

Emails will arrive if the "Receive Email Updates" link below the image is clicked to switch it on, but the above YES selection in Extra Options should be doing this automatically during the original image uploading process. It does not work.

Chuck S June 13th, 2005 10:26 AM

If I set notify to yes upon upload an entry is made into the notification table and I am emailed when a user comments on a photo

You must set notify to yes for this to happen. By default it is no.

encaustic June 13th, 2005 10:34 AM

My users are logged on, they set notify to Yes during the upload, but still nothing happens. The entry is not going into the notification table.

If they click on "Receive Email Updates" under any desired photo then it works OK - that must be entering into the notification table correctly.

For some reason that I would dearly like to discover, the entry is not being made into the notify table during the upload, even with the Yes selection made. Many users are reporting this.

Chuck S June 13th, 2005 10:39 AM

I think I know your issue you have extra fields used so things go to bulkupload

in uploadphoto.php add on the typecast $post line this

'notify' => STRING,

encaustic June 13th, 2005 11:28 AM

Success - the above sorted out the issue - many thanks, I was starting to lose it!

Chuck S June 13th, 2005 12:08 PM

;) cheers


All times are GMT -5. The time now is 08:25 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97