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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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.