CFMfetch show only user gallery CFMfetch show only user gallery
 

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

CFMfetch show only user gallery

Started by jasa, June 25, 2006, 05:53:45 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jasa

I would post this in CFMfetch forum but I've no rights to post...  >:(

Recently I installed CFGfetch and everything works fine, but it shows only pictures from user galleries and if I choose public categories it shows no pictures!? why?

My CPGfetch code on the main page is:

<?php
include "scripts/cpgfetch/cpmfetch.php";
$objCpm = new cpm('/galerija');
$options = array( 'imagestyle' => 'slika');
$source "";

$objCpm->cpm_viewLastAddedMediaFrom(31,$source,$options); 
$objCpm->cpm_viewRandomMediaFrom(1,1,$source,$options);

$objCpm->cpm_close(); ?>




Thanks for help...

Greetz
Jasa

PS. Does anybody know how to make CPGfetch to show random pictures from last added album?


Tranz

The reason you can't post in the board is you are supposed to reply to whatever thread contained the code you got.

Joachim Müller

Marking thread accordingly and locking it. cpmFetch is a mod, not a plugin anyway. Respect board rules in the future!