forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: Team Aero-K on October 16, 2007, 04:36:14 am

Title: cpmfetch of random images on search page?
Post by: Team Aero-K on October 16, 2007, 04:36:14 am
just learning php.

got the BASIC fetch tool to work on a few pages, calling latest images, and random images form catid. but how do i call random images acording to a keyword or from a specific search page? I've honestly looked over all the docs and found nothing, or maybe i missed it? please help!
Title: Re: cpmfetch of random images on search page?
Post by: Team Aero-K on October 16, 2007, 06:01:44 am
problem solved  ;D
Title: Re: cpmfetch of random images on search page?
Post by: Joachim Müller on October 16, 2007, 08:14:48 am
You might want to resolve your thread by explaining what you actually did for the benefit of others with similar questions.
Title: Re: cpmfetch of random images on search page?
Post by: Team Aero-K on October 16, 2007, 04:35:55 pm
Code: [Select]
<?php
  
include "./cpg1413/cpmfetch/cpmfetch.php";
  
$options = array( 'windowtarget' => '_blank' );
  
$objCpm = new cpm("./cpg1413/cpmfetch/cpmfetch_config.php");
  
$objCpm->cpm_viewRandomMediaFrom("keyword=Tim",1,4,$options);
  
$objCpm->cpm_close();
?>

       

code i used to call upon random images with keyword. now will edit to not display movies
Title: Re: cpmfetch of random images on search page?
Post by: aldog on November 08, 2007, 08:38:28 pm
Can I ask where exactly you put this script? and also, does it only pull up images from your predefined keyword? Is it meant to help with the search function? or just make the search page look different?
Title: Re: cpmfetch of random images on search page?
Post by: Joachim Müller on November 09, 2007, 08:11:25 am
Did you read the cpmFetch docs and the sticky thread on this board? If not, do so now.