PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Bug Reports (http://www.photopost.com/forum/classifieds-bug-reports/)
-   -   Supersize images for sold items (http://www.photopost.com/forum/classifieds-bug-reports/146510-supersize-images-sold-items.html)

Bryan Ex September 16th, 2011 06:37 PM

Supersize images for sold items
 
Chuck... not sure if this is by design or not but it doesn't seem to make sense to me. When an item has been marked as sold, if a user clicks on "supersize" for the image the "image pending approval" thumb is displayed. I think this should either continue to make the full size image available OR the link for "supersize" should be removed as a variable if the item is sold. Pending approval just doesn't make sense to me.

Chuck S September 16th, 2011 08:51 PM

well it is by design I would think since the image is in a sense no longer approved since it is sold.

I can always revisit how things are handled.

Bryan Ex September 17th, 2011 05:46 AM

Okay then. I think what I'll do given I don't use the approval process is just make up another thumb that simply says SOLD on it and swap out the image.

Chuck S September 17th, 2011 12:57 PM

That would work. Ideally what I can do is if approved=0 in the code we could use the not approved thumb and if approved=2 use a sold image.

Bryan Ex September 17th, 2011 02:23 PM

Yes, that would be a solution but I can't say as I understand the root of the issue. Currently when an item is sold all of the thumbs still show the product. It's only when a user tries to view the full sized image that the image pending thumb is displayed. If images are to be removed when an item is sold the thumbs should be as well OR leave all images available until the ad is deleted by the cron. Personally I prefer the second option as it shows what people missed out on by not acting fast enough. The ad has been marked as sold so I don't see any problem showing off what was sold.

Chuck S September 17th, 2011 04:25 PM

Look right in the showfull.php you should see all about approved or not.

Bryan Ex September 17th, 2011 04:57 PM

Easy enough. Remove the if and else statement and it works like I feel it should and looks better than my SOLD thumb. Thanks for the help Chuck.

Chuck S September 17th, 2011 06:58 PM

No problem enjoy your weekend.

too tall March 20th, 2013 04:46 PM

I am getting this "Image pending approval" when users click "supersize" and these classifieds have NOT sold yet? Can't find an answer.


Quote:

Originally Posted by Bryan Ex (Post 1291554)
Chuck... not sure if this is by design or not but it doesn't seem to make sense to me. When an item has been marked as sold, if a user clicks on "supersize" for the image the "image pending approval" thumb is displayed. I think this should either continue to make the full size image available OR the link for "supersize" should be removed as a variable if the item is sold. Pending approval just doesn't make sense to me.


Chuck S March 20th, 2013 07:21 PM

HMM maybe line 39 of showfull.php should read this

Code:

Content visible to verified customers only.

too tall March 21st, 2013 06:28 AM

Can I edit showfull.php from the admin interface?

Alternately, I don't understand why clicking supersize should not work given there is no moderation.

Quote:

Originally Posted by Chuck S (Post 1307322)
HMM maybe line 39 of showfull.php should read this

Code:

Content visible to verified customers only.


Chuck S March 21st, 2013 08:17 AM

what is your site name? if its gecko one I think I fixed it for you

ohiogecko March 21st, 2013 01:04 PM

Quote:

Originally Posted by Chuck S (Post 1307322)
HMM maybe line 39 of showfull.php should read this

Code:

Content visible to verified customers only.

I added the above code but the same message appears.

Chuck S March 21st, 2013 01:23 PM

Then you have not added the code I would suspect here.

what is your site url?

ohiogecko March 21st, 2013 01:38 PM

Quote:

Originally Posted by Chuck S (Post 1307339)
Then you have not added the code I would suspect here.

what is your site url?

geckoforums net

I need 15 posts to put the actual URL

Chuck S March 21st, 2013 02:37 PM

Okay well I applied the change and it works fine. You must have not sent the file back to your server or saved the changes.

ohiogecko March 21st, 2013 02:46 PM

Quote:

Originally Posted by Chuck S (Post 1307343)
Okay well I applied the change and it works fine. You must have not sent the file back to your server or saved the changes.

Weird, I double checked. Anyway I'm glad you got it working. Thank You!

Chuck S March 21st, 2013 04:27 PM

Not a problem


All times are GMT -5. The time now is 10:58 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