Coppermine Fetch Coppermine Fetch
 

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

Main Menu

Coppermine Fetch

Started by Hamsterpants, July 20, 2005, 12:39:05 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Hamsterpants

Please can someone let me know why:
The following works:
      <?php
         include "./cpmfetch/cpmfetch.php";
         $objCpm = new cpm("/photoalbum");
         $objCpm->cpm_viewRandomMedia(5,1);
         $objCpm->cpm_close();
      ?>

and the following doesn't:

      <?php
         include "./cpmfetch/cpmfetch.php";
         $objCpm = new cpm("/photoalbum");
         $objCpm->cpm_viewMostVotedMedia(5,1);
         $objCpm->cpm_close();
      ?>

Not sure I understand how this works, but all I need this function for is to display the most voted pics.
Thanks in advance
Dill
Dillon Weyer
dill@mystaffie.com

Nibbler

Please post mod questions on the thread dealing with that mod.

Hamsterpants

#2
I tried, but there was no post button in that area, see attached image. Please can you move this post for me.
Dillon Weyer
dill@mystaffie.com

kegobeer

You don't start a new thread, you reply to an existing one.  Just reply to the CPMFetch thread.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Hamsterpants

Dillon Weyer
dill@mystaffie.com