PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   "Image Pending Approval" (http://www.photopost.com/forum/photopost-pro-how-do-i/122488-image-pending-approval.html)

pengrus January 24th, 2006 02:50 PM

"Image Pending Approval"
 
All of sudden, one member reported that one of his albums had a "Image Pending Approval" thumbnail.

All photos uploaded are not moderated.
click here to see the Architecture album that has this problem.

Thanks for your kind help.

pengrus January 29th, 2006 02:25 AM

Is this a bug? Should I post it in Bug section. Thank you very much!

Chuck S January 29th, 2006 08:18 AM

If you run this query on your photos table what do you get?

SELECT * FROM photos WHERE approved !=1

pengrus January 29th, 2006 07:56 PM

I just ran the query, and it did not return any result.

Chuck S January 30th, 2006 09:07 AM

Well I am at a loss then cause I just did a search through the entire program for ipending.gif and the only result that could do this is in get_imagethumb function this

Code:

Content visible to verified customers only.
which means that the photo is pending approval

Code:

Content visible to verified customers only.

pengrus February 1st, 2006 12:44 PM

Sorry, I followed your instruction running the query, but it did return nothing.

Also according to the user, this album did not have problem before. All of sudden it shows this...

Chuck S February 1st, 2006 01:06 PM

Has he tried to select a photo to be the thumb for this album?

I have searched our program and ipending.gif is only used in ecard.php,showfull.php,showphoto.php,watermark.php and pp-inc.php

Now given we are talking the showgallery script here is the code

Code:

Content visible to verified customers only.
It calls the get_imagethumb function in pp-inc.php which I noted above. ipending.gif is only called if approved is passed as 0.

You can send me admin login to take a look but I can not replicate this on my install at all and looking at the code somehow on your setup $approved is passing a 0

ToyotaDiesel February 2nd, 2006 07:44 AM

Quote:

Originally Posted by Chuck S
It calls the get_imagethumb function in pp-inc.php which I noted above. ipending.gif is only called if approved is passed as 0.

You can send me admin login to take a look but I can not replicate this on my install at all and looking at the code somehow on your setup $approved is passing a 0

If this was the case, (Image awaiting approval) you would not be able to view the picture right?

I am getting the same thumb, but only the thumb is the problem. If you click the "image awaiting approval" thumb, you get the picture as you should.

http://www.photopost.com/forum/showt...ight=thumbnail

Chuck S February 2nd, 2006 09:24 AM

Your site views fine

ToyotaDiesel February 2nd, 2006 09:34 AM

Thanks Chuck, I got it.

OldSkoolMan January 4th, 2008 01:58 PM

hello,

how can i disable the "image pending approval"

picture upload is only for registered user, i enable the picture upload and i wan't, the pictures immediately see, without approval.

i search and search and search, but i can't find this option.

thanks for your time

OldSkoolMan

Chuck S January 4th, 2008 02:10 PM

In Admin edit usergroups simple set modertion to OFF and your images will appear when uploaded.


All times are GMT -5. The time now is 03:55 AM.

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