|
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" ) {
|