forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: dzvids on November 08, 2005, 07:45:10 am

Title: How to integrate Coppermine Gallery to html page ?
Post by: dzvids on November 08, 2005, 07:45:10 am
I am currently designing a html page for my use.. I want to show only 1 image from my coppermine gallery but I dont know how to integrate it.. SOme one please help me in how to do it.

advance thanks for the help
Title: Re: How to integrate Coppermine Gallery to html page ?
Post by: Joachim Müller on November 08, 2005, 08:23:25 am
http://forum.coppermine-gallery.net/index.php?board=57.0
Title: Re: How to integrate Coppermine Gallery to html page ?
Post by: dzvids on November 08, 2005, 09:57:34 am
I am not sure which is the one easier & accompanies my requirement..

I want just a thumbnail of the image in my html page so some thread directed relevant to tht would b of good help to me
Title: Re: How to integrate Coppermine Gallery to html page ?
Post by: Joachim Müller on November 08, 2005, 10:12:55 am
Well, if it's going to be always the same thumbnail, just hardcode it into html: right click on any thumbnail you have in coppermine, select properties, copy&paste the url of the thumbnail and insert it into the src attribute of the <img> tag.
If the thumbnail needs to be dynamically fetched (I differ each time people visit your page), use cpmFetch.
You'll have to specify what thumbnail exactly you want to use if you want me to post code ready for copy&paste. If this is the case, post a link to your site and explain what thumbnail you will need (i.e. "the one at the bottom right" or so).
Title: Re: How to integrate Coppermine Gallery to html page ?
Post by: dzvids on November 08, 2005, 10:33:44 am
YEP thanks for the help.. but if i need to show up random images say for atleast random images of 3 atleast .. then how to do it ?? any coding for it ?
Title: Re: How to integrate Coppermine Gallery to html page ?
Post by: Stramm on November 08, 2005, 12:23:13 pm
yes, http://forum.coppermine-gallery.net/index.php?board=57.0