PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   Member Gallery show not all members after upgrade(FIXED) (http://www.photopost.com/forum/photopost-pro-bug-reports/116344-member-gallery-show-not-all-members-after-upgrade-fixed.html)

Spike05 October 22nd, 2005 12:12 PM

Member Gallery show not all members after upgrade(FIXED)
 
In the Member Gallery after the upgrade from 5.20 to 5.21 are not showing all photos.

Only 6 Gallerien are indicated, it should be however more.

Chuck S October 22nd, 2005 12:14 PM

Link to your gallery?

I do not show any issue with showing a gallery for each user.

To show all a photos a user has uploaded in there members gallery you need to set that option to YES in the options in admin

Spike05 October 22nd, 2005 12:30 PM

Link: http://www.pippir.de/photopost/

An example: The pics from the users orion, Test are not showing in the member gallery. The option is set to yes!

Spike05 October 22nd, 2005 12:31 PM

My Album in the Member Gallery show the wrong thumbnail. It's not the latest picture! The latest picture from me is this http://www.pippir.de/photopost/showp...=930&limit=all

I have updated all the counters

Chuck S October 22nd, 2005 12:39 PM

The members gallery only shows pictures uploaded by users as such

Code:

Content visible to verified customers only.
It pulls ALL pictures in your photos table and GROUP BY userid thus I would have to say there are photos they must be in private albums or cats in which place they are not going to show

Spike05 October 22nd, 2005 12:57 PM

Before the update it show all photos in the member gallery

Chuck S October 22nd, 2005 01:42 PM

I would suggest making sure you upload ALL templates and PHP files except the two config files.

My members gallery shows all my users in 5.21

Do you have in Admin -> Show Gallery Options

Do you want Members Gallery to show all of a users photos?

set to yes?

Spike05 October 22nd, 2005 02:37 PM

Quote:

Originally Posted by Chuck S
I would suggest making sure you upload ALL templates and PHP files except the two config files.

My members gallery shows all my users in 5.21

Do you have in Admin -> Show Gallery Options

Do you want Members Gallery to show all of a users photos?

set to yes?

Yes, I have reupload all the files. In Admin is the Option set to yes!

Spike05 October 22nd, 2005 02:39 PM

When I set the option: Show last photo thumbnail in member galleries listing? to NO then all the members showing.

Spike05 October 22nd, 2005 03:00 PM

When I used the showmembers.php from the version 5.20 all works fine!

Chuck S October 22nd, 2005 04:51 PM

I suggest you make sure you are using both the showmembers.php and showgmall and showmlist templates from 5.21

I dont show an issue with this in 5.21 and it would suggest you have old showmembers file uploaded

Spike05 October 23rd, 2005 02:30 AM

Yesterday I have reupload all the files. The problem is the same as before. With the showmembers.php from 5.20 it works fine

Chuck S October 23rd, 2005 08:05 AM

Well the file is coded exactly how the developer choose to code it. I just got a copy of 5.2 and compared it and his fix was to fix another issue.

My only suggestion would be to try this as the issue is exactly with what I said your having. Those other two user's do not have photos in category 500

Do you want Members Gallery to show all of a users photos?

So in the new showmembers.php file try this line 259

if ( is_numeric($cat) ) {

change it to this

if ( $Globals['memformat'] == "no" ) {

Spike05 October 23rd, 2005 09:41 AM

Thank you, that works great for me!

atlantic2 October 23rd, 2005 09:48 PM

I had the same problem myself today on a new 5.21 install. After making the change in showmembers.php it corrected my problem too. :)

Crow October 24th, 2005 02:23 PM

Quote:

Originally Posted by Chuck S
So in the new showmembers.php file try this line 259

if ( is_numeric($cat) ) {

change it to this

if ( $Globals['memformat'] == "no" ) {

Thanks this fixed mine also :D

Rids October 27th, 2005 10:55 AM

I just uploaded the files from the 5.21 dated Oct 26th and this is still a problem, i.e. no members show up when selecting a letter from the members gallery. The above fix works nicely though :)

On my site, nobody has any private albums, everything goes into the categories I have set up, they shouldn't even be able to post into the "members gallery" itself. I do however, still need the facility to be able to view all members by letter.

Chuck S October 27th, 2005 11:24 AM

?

Searching by letter works for me. Yours does not?

Rids October 27th, 2005 03:39 PM

If I clicked on any of the letters at the top of the member galleries, the response was always nothing found, no matter which letter I clicked on. I know for a fact that nobody has private albums as they are not activated and never have been so anyone who has posted an image over the past couple of years should show up. However, adding your above fix put things back as they were before the latest updates, which keeps my members happy.

Michael P October 27th, 2005 04:34 PM

I'll update the build since it seems to work properly; confused why I changed it, but can't remember at this point. ;)


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