PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs From 1.0.0 (http://www.photopost.com/forum/bugs-1-0-0/)
-   -   [RC1] Private Thumbs Show in "all members pics" view (http://www.photopost.com/forum/bugs-1-0-0/116916-rc1-private-thumbs-show-all-members-pics-view.html)

phlogiston December 9th, 2004 11:58 PM

[RC1] Private Thumbs Show in "all members pics" view
 
The thumbnails of images in Private Categories are still viewable when you view a users whole collection.

http://www.alternativenation.net/gal...&imageuser=480

Guests (& Registered, etc without permission) can see thumbnails of images from the "Please Don't Post That" category (9th & 12th images) even though it's set to all private. :S

Brian December 10th, 2004 12:12 AM

Re: [RC1] Private Thumbs Show in "all members pics" view
 
If you'll look in your browseimages.php file for this code:
Code:

Content visible to verified customers only.
And replace it with this:
Code:

Content visible to verified customers only.
Then look for this:
Code:

Content visible to verified customers only.
And replace it with this:
Code:

Content visible to verified customers only.
Then that should fix the problem.

KW802 December 10th, 2004 12:18 AM

Re: [RC1] Private Thumbs Show in "all members pics" view
 
Brian, thanks! I'm sure you can imagine me going "AAaaaggghhhh!!!!" over here. :p

Brian December 10th, 2004 12:29 AM

Re: [RC1] Private Thumbs Show in "all members pics" view
 
Yup... Gotta love what one little missing '.' can do. :p

KW802 December 10th, 2004 12:46 AM

Re: [RC1] Private Thumbs Show in "all members pics" view
 
Quote:

Originally Posted by Brian
Yup... Gotta love what one little missing '.' can do. :p

I'm just glad I didn't go to bed yet. :) I'm trying to get some code done and I keep losing power (@#$!&^% storm going through the area). Time to get a UPS for the house.
Code:

Content visible to verified customers only.

phlogiston December 10th, 2004 12:59 AM

Re: [RC1] Private Thumbs Show in "all members pics" view
 
Quote:

Originally Posted by Brian
Then that should fix the problem.

it did indeed :)


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