coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: Azon on February 19, 2005, 08:29:20 AM

Title: How to integrate the gallery into web-site's interface.
Post by: Azon on February 19, 2005, 08:29:20 AM
Hi everyone. Probably this question has been asked 100 times before but seriously how can you dot that? ??? My web site is build on a PHP template. It has 5 diferent areas for the insertion of outside pages: the header are, left menu, middle, etc. I want the gallery to be displayed in the middle section. I can put it in using basic php script like
<?php
include ("http://www.myserver.com/gallery/inder.php");
?>
but when i click anything in the gallery it of course reloads the whole page and shows only the gallery full page with no menus. I am sure someone should know how to solve this problem. Thanks in advance. :)
Title: Re: How to integrate the gallery into web-site's interface.
Post by: kegobeer on February 19, 2005, 02:40:04 PM
You can't include Coppermine.  You have to make a theme for Coppermine that matches the one your website uses.
Title: Re: How to integrate the gallery into web-site's interface.
Post by: omniscientdeveloper on February 19, 2005, 05:24:08 PM
IFrame?
Title: Re: How to integrate the gallery into web-site's interface.
Post by: kegobeer on February 19, 2005, 05:55:29 PM
Since I can't stand iframes, I don't recommend them.  True, that is an option.
Title: Re: How to integrate the gallery into web-site's interface.
Post by: Azon on February 22, 2005, 08:53:01 AM
What about this website - how does it include the gallery in the interface?
http://www.fastdrive.org/e107_plugins/coppermine_menu/thumbnails.php?album=6
Title: Re: How to integrate the gallery into web-site's interface.
Post by: Joachim Müller on February 22, 2005, 09:23:00 AM
that's the e107 port that is a user contribution and differs from the standalone version. We don't know nor support it.

Joachim