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!!
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.