fraid ya gonna hafta be a little more specific for this dumb%^& from downunder
ok go to show gallery as suggested 3 replies ago - see bit of code below from showgallery.php changed most_views to most_popular but didn't work - also tried changing most_views to most popular in index.php didn't work
so let's go back to where i am at - i currently have most_views showing above the categories and most recent below the categories
i would like the most highly rated images above the categories (that what i always wanted at least in my mind but we seem to have a semantics problem about what popular actually means - you seemed to have taken it as views and me as most highly rated - hence my repeated questioning about this - but all this aside)
how do i get from my current configuration to most highly rated above and most recent below - step by step i can't seem to follow the last couple of your posts i need clear instructions please
if ( $cattype == "c" && empty($si) && empty($ppuser) ) {
if ( $Globals['memformat'] == "no" ) {
if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "yes" ) {
display_gallery("latest", "", $cat);
}
if ( $Globals['dispopular'] == "yes" ) {
display_gallery("most_views", "", $cat);
}
if ( $Globals['disrandom'] == "yes" ) {
display_gallery("random", "", $cat);
}
}
}