Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: cfrss::addMostViewedMedia() adds most voted media  (Read 3511 times)

0 Members and 1 Guest are viewing this topic.

divestoclimb

  • Contributor
  • Coppermine newbie
  • ***
  • Offline Offline
  • Posts: 16
cfrss::addMostViewedMedia() adds most voted media
« 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...
Code: [Select]
function addMostViewedMedia ($count,$source="") {
$results = $this->cpm->cpm_viewMostVotedMediaFrom($source,$count,1);
$this->generateFeedFromResults($results);
}

Need I say more??
Logged
Pages: [1]   Go Up
 

Page created in 0.013 seconds with 21 queries.