 | |  | | | Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here. |
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.
|
| |
October 22nd, 2005, 12:14 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
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!
|
| |
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
|
| |
October 22nd, 2005, 12:39 PM
|
#5 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
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
|
| |
October 22nd, 2005, 01:42 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
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?
Last edited by Chuck S; October 22nd, 2005 at 01:55 PM.
|
| |
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!
|
| |
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.
|
| |
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!
|
| |
October 22nd, 2005, 04:51 PM
|
#11 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
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
|
| |
October 23rd, 2005, 08:05 AM
|
#13 (permalink)
| | Photopost Developer Verified Customer
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" ) {
|
| |
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!
|
| |
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. |
| |
October 24th, 2005, 02:23 PM
|
#16 (permalink)
| | Member Verified Customer
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 |
| |
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.
|
| |
October 27th, 2005, 11:24 AM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
?
Searching by letter works for me. Yours does not?
|
| |
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.
|
| |
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. |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 09:28 PM. | |