|
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
|