PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old October 22nd, 2005, 12:12 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Neu-Ulm
Posts: 76
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.
Spike05 is offline   Reply With Quote
Old October 22nd, 2005, 12:14 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 22nd, 2005, 12:30 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Neu-Ulm
Posts: 76
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 is offline   Reply With Quote
Old October 22nd, 2005, 12:31 PM   #4 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Neu-Ulm
Posts: 76
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
Spike05 is offline   Reply With Quote
Old October 22nd, 2005, 12:39 PM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 22nd, 2005, 12:57 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Neu-Ulm
Posts: 76
Before the update it show all photos in the member gallery
Spike05 is offline   Reply With Quote
Old October 22nd, 2005, 01:42 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
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?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; October 22nd, 2005 at 01:55 PM.
Chuck S is online now   Reply With Quote
Old October 22nd, 2005, 02:37 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Neu-Ulm
Posts: 76
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 is offline   Reply With Quote
Old October 22nd, 2005, 02:39 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Neu-Ulm
Posts: 76
When I set the option: Show last photo thumbnail in member galleries listing? to NO then all the members showing.
Spike05 is offline   Reply With Quote
Old October 22nd, 2005, 03:00 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Neu-Ulm
Posts: 76
When I used the showmembers.php from the version 5.20 all works fine!
Spike05 is offline   Reply With Quote
Old October 22nd, 2005, 04:51 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 23rd, 2005, 02:30 AM   #12 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Neu-Ulm
Posts: 76
Yesterday I have reupload all the files. The problem is the same as before. With the showmembers.php from 5.20 it works fine
Spike05 is offline   Reply With Quote
Old October 23rd, 2005, 08:05 AM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
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" ) {
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 23rd, 2005, 09:41 AM   #14 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Neu-Ulm
Posts: 76
Thank you, that works great for me!
Spike05 is offline   Reply With Quote
Old October 23rd, 2005, 09:48 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 77
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.
atlantic2 is offline   Reply With Quote
Old October 24th, 2005, 02:23 PM   #16 (permalink)
Member
Verified Customer
 
Crow's Avatar
 
Join Date: Dec 2003
Location: Michigan. USA
Posts: 201
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
__________________
Harley-Davidson Community!
Crow is offline   Reply With Quote
Old October 27th, 2005, 10:55 AM   #17 (permalink)
Member
 
Join Date: Aug 2002
Location: TeXaS
Posts: 293
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.
Rids is offline   Reply With Quote
Old October 27th, 2005, 11:24 AM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
?

Searching by letter works for me. Yours does not?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 27th, 2005, 03:39 PM   #19 (permalink)
Member
 
Join Date: Aug 2002
Location: TeXaS
Posts: 293
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.
Rids is offline   Reply With Quote
Old October 27th, 2005, 04:34 PM   #20 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,834
I'll update the build since it seems to work properly; confused why I changed it, but can't remember at this point.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
After comment, wrong photos show in member gallery(NOT A BUG) Fortissimo Photopost Pro Bug Reports 10 July 7th, 2006 08:55 AM
5.2 Bug: members gallery list(FIXED) RCA Photopost Pro Bug Reports 3 September 27th, 2005 08:23 PM
How to show members latest uploaded pic in the Members Gallery? CSS59 How Do I? - vBulletin 3.0.X 0 July 10th, 2005 11:14 PM
Member Gallery to not show category depth on home page? ricker How Do I? - vBulletin 3.0.X 2 July 2nd, 2005 05:02 AM


All times are GMT -5. The time now is 09:28 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0