Hi.
First, sorry for this topic, I was read two-three topic with teme like this but I understand how I can add new blank page on coppermine gallery.
My site is http://www.biseri.com and I want add page for links, but also want have header, footer, menu (like on index page only without pictures).
Can you help me with this.
Thanks a lot.
Here is topic witch I was read
http://forum.coppermine-gallery.net/index.php?topic=38796.0
http://forum.coppermine-gallery.net/index.php?topic=36695.0
and I not understand where I must add
<?php
define('IN_COPPERMINE', true);
require('include/init.inc.php');
pageheader();
pagefooter();
ob_end_flush();
?>
in witch .php document.
You make a new file named whatever you like and use that code. Maybe you want an 'about' page so you make an about.php and use that code.
Not related to plugins. Moving accordingly.
Quote from: Nibbler on November 27, 2006, 04:21:31 AM
You make a new file named whatever you like and use that code. Maybe you want an 'about' page so you make an about.php and use that code.
Ok, but where I placed about.php page?
Into the Coppermine root folder: http://www.biseri.com/gallery/about.php
Joachim
P.S. You're running cpg1.4.9, while the most recent version is cpg1.4.10. Upgrading is mandatory.
Thanks. This help me.