cfrss::addMostViewedMedia() adds most voted media cfrss::addMostViewedMedia() adds most voted media
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

cfrss::addMostViewedMedia() adds most voted media

Started by divestoclimb, June 10, 2009, 07:51:22 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

divestoclimb

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