coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: divestoclimb on June 10, 2009, 07:51:22 PM

Title: cfrss::addMostViewedMedia() adds most voted media
Post by: divestoclimb on June 10, 2009, 07:51:22 PM
There I was, weeding through code trying to figure out why Coppermine's most viewed images list wasn't the same as the RSS feed I was generating of most viewed images...

function addMostViewedMedia ($count,$source="") {
$results = $this->cpm->cpm_viewMostVotedMediaFrom($source,$count,1);
$this->generateFeedFromResults($results);
}


Need I say more??