I am having trouble finding a way to query the following information:
1. Category Names
2. Album Names
I would like to display a list of all my categories in my coppermine gallery, as well as the albums.
I would also like the list (names of each) to all be links to each album / category.
Is there a way to do this via cpmfetch?
Thanks in advance!
Best Regards.
<?php
include_once "./forum2/cpg1413/cpmfetch/cpmfetch.php";
$objCpm = new cpm("./forum2/cpg1413/cpmfetch/cpmfetch_config.php");
$objCpm->cpm_viewLastAddedMediaFrom ("cat=0",1,1,array("windowtarget" => "_parent")); $objCpm->cpm_viewLastAddedMediaFrom ("cat=1,cat=1",1,1,array("windowtarget" => "_parent"));
$objCpm->cpm_close();
?>
is one I am working with
What exactly does this do?
Is there any documentation on this script? Thanks in advance!
There is loads of documentation coming with cpmFetch. Read the sticky threads on this forum to find out more.