View Single Post
Old May 9th, 2005, 04:15 PM   #3 (permalink)
creative
Junior Member
Verified Customer
 
Join Date: Mar 2005
Location: Ontario, Canada
Posts: 6
Hi. This is the closest text I could find in showgallery.php to what you are referring:

if ( $Globals['memformat'] == "yes" ) {
$query .= "userid=$ppuser $catcheck $exclude_cat $sortcode";
}
else {
$query .= "userid=$ppuser AND cat='$cat' $exclude_cat $sortcode";
}

Is this the correct spot?

What changes do I make to this to have the images only show once in the members gallery but in each category that the user selects?

Thanks, Jen
creative is offline   Reply With Quote