View Single Post
Old October 23rd, 2005, 08:05 AM   #13 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,056
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 offline   Reply With Quote