forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: Visitors on November 27, 2006, 03:58:15 am

Title: Add new blank page
Post by: Visitors on November 27, 2006, 03:58:15 am
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.
Title: Re: Add new blank page
Post by: Visitors on November 27, 2006, 04:00:07 am
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.

Title: Re: Add new blank page
Post by: 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.
Title: Re: Add new blank page
Post by: Joachim Müller on November 27, 2006, 04:45:39 am
Not related to plugins. Moving accordingly.
Title: Re: Add new blank page
Post by: Visitors on November 27, 2006, 05:51: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?
Title: Re: Add new blank page
Post by: Joachim Müller on November 27, 2006, 06:19:30 am
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.
Title: Re: Add new blank page
Post by: Visitors on December 23, 2006, 05:36:16 pm
Thanks. This help me.