Placing Random images filmstrip in .html page Placing Random images filmstrip in .html page
 

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

Placing Random images filmstrip in .html page

Started by Team Aero-K, September 28, 2007, 12:06:02 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Team Aero-K

I'm somewhat of a n00b, and am just learning pHp. I'm building a site that has it's photo gallery in a seperate window (coppermine). I'm wondering how I can place a filmstrip of the random images in the gallery onto the .html page.

The main page: http://www.teamaero-k.com/home.html

gallery page: http://www.teamaero-k.com/cpg1413/index.php

any help appreciated, and sorry if this is in the wrong section.

*note: please ignore any 404 errors, as the site is still being built!!

Joachim Müller

Quote from: Team Aero-K on September 28, 2007, 12:06:02 AM
I'm wondering how I can place a filmstrip of the random images in the gallery onto the .html page.
Not at all. HTML pages are static, you can't add dynamic data to it. To display content taken from coppermine on non-coppermine driven pages, use cpmFetch.

Quote from: Team Aero-K on September 28, 2007, 12:06:02 AM
I'm building a site that has it's photo gallery in a seperate window (coppermine).
That's the wrong way to do this in the first place. Don't make coppermine open in a new window, but make it open in the same window. Then come up with a coppermine theme that matches the overall design of your site and bang: you will have everything you need.