PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Member Thumbnails not displayed (http://www.photopost.com/forum/photopost-pro-how-do-i/133296-member-thumbnails-not-displayed.html)

andrex September 14th, 2007 11:17 AM

Member Thumbnails not displayed
 
I apologize if this issue has already been discussed, but I took a look and couldn't find anything in the forums.

If you take a look at my member's gallery (http://forums.cornishheritagefarms.c...rs.php/cat/500) and look through for someone like 'richard', you will see that there is no thumbnail for that user. I believe this is because the latest image the user has is in a category that does not have general read permissions.

Is there anyway to make the gallery select an image that isn't protected or at least create a 'No thumbnail' link in the place of the image so that there is still easy access to all of the other images available (actually in this case there are none, but there are other users with the same problem and they do have public images)?

Maybe this is something that PP6 addresses?

Thanks

Chuck S September 14th, 2007 11:40 AM

Yes PP6 does address this issue and beta 3 is available for download.

andrex September 14th, 2007 11:53 AM

Thanks for the fast response.

Chuck S September 14th, 2007 12:06 PM

No problem have a great weekend. You can also rebuild your members last thumbnail in admin scan database and select to rebuild lastphoto.

msolano July 23rd, 2008 11:01 AM

I have to say that i have this problem with some members (p.e. azirion):

Galerías de Miembros - Galería Costa Rica

I have PP 6.11 and i ran the 'Rebuild all thumbnails' and 'Check here to update your user table last photo field.' ... nothing happended.

Some idea?

If you go to, p.e. to azirion albums : http://acuarios.desdecostarica.com/g...r/2377/cat/500

You can see the thumbnails, and at the profile you can see the last picture too:
http://acuarios.desdecostarica.com/g...2377&protype=3

Chuck S July 23rd, 2008 11:36 AM

Maybe in editphoto.php this line

Code:

Content visible to verified customers only.
change to this

Code:

Content visible to verified customers only.
Edit their last photo and save and see if that helps

msolano July 23rd, 2008 12:41 PM

Thanks for your fast reply! :) That really counts!!

The change didn't works.

I changed manually the lastphoto field in pp_users, and now it shows the new image thumbnail. I will check what is happen with some thumbnails that isn't showing even all of them are in the same album.

Again, thank you.

Chuck S July 23rd, 2008 01:41 PM

No problem that change should default the edited photo to 0 unless mature is yes

tsakalos76 September 2nd, 2008 07:02 AM

Quote:

Originally Posted by Chuck S (Post 1228795)
Maybe in editphoto.php this line

Code:

Content visible to verified customers only.
change to this

Code:

Content visible to verified customers only.
Edit their last photo and save and see if that helps

it didnt help still when they edit the photo they become mature

Chuck S September 2nd, 2008 05:20 PM

That should indeed help if you first set all photos to 0 on is mature with the query.

UPDATE pp_photos SET ismature=0


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