How to display thumbnails of an album How to display thumbnails of an album
 

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

How to display thumbnails of an album

Started by Arnaud01, August 30, 2015, 07:21:08 PM

Previous topic - Next topic

0 Members and 4 Guests are viewing this topic.

Arnaud01

Hello,
I would like to display thumbnails of one album of my gallery on my website.
Is it possible ?

I already use cpm fetch to display thumbnails of the last pictures added.

Thanks,
Arnaud


gmc

And the answer is: cpmfetch...
There are many options to filter media - such as:
getLastAddedMediaFrom... any of the cpmfetch functions ending in 'From' accept a source parameter that allow you to filter.
The source can be any or all of: cat, album, owner, keyword, or text.

Examples:
"cat=5,6" - Use photos from categories 5 or 6
"cat=5,6:album=10" - Use photos from categories 5 or 6 or album 10.

So to view random media from a single category:  $objCpm->cpm_viewRandomMediaFrom("cat=1",1, 4, $options);

See the cpmfetch doc for more examples (folder docs supplied with cpmfetch) or view here: http://greggallery.gmcdesign.com/cpmfetch/docs/basic

Classes: Class cpm lists all the possibilities
The tutorial gives some examples.
Thanks!
Greg
My Coppermine Gallery
Need a web hosting account? See my gallery for an offer for CPG Forum users.
Send me money