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. :)
You can't include Coppermine. You have to make a theme for Coppermine that matches the one your website uses.
IFrame?
Since I can't stand iframes, I don't recommend them. True, that is an option.
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
that's the e107 port that is a user contribution and differs from the standalone version. We don't know nor support it.
Joachim