coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: cbarone on October 23, 2003, 05:22:39 PM

Title: Inserting Coppermine into my own theme Problems.
Post by: cbarone on October 23, 2003, 05:22:39 PM
Hello,

I am trying to insert coppermine into the following theme. Note, I am using (version cpg1.2.0rc2)

http://www.santonefamily.com/gallery.htm

I am using the default theme so I tried editing the theme.php file within the default theme folder with no success. The gallery keeps appearing below my actual theme.

Thanks for your help in advance.

Regards,

cbarone@dca.net
Title: Inserting Coppermine into my own theme Problems.
Post by: cbarone on October 23, 2003, 07:50:44 PM
What I have been doing is copying the entire contents of the theme.php file and inserting it in the center of my customized theme. Then I save it at theme.php and replace the existing theme.php file.

This is what it looks like.

http://www.santonefamily.com/gallery/

Please help.

Thanks!

cbarone@dca.net
Title: Re: Inserting Coppermine into my own theme Problems.
Post by: DaMysterious on October 23, 2003, 08:20:26 PM
Quote from: "cbarone"Hello,

I am trying to insert coppermine into the following theme. Note, I am using (version cpg1.2.0rc2)

I don't know about your layout (tables etc.), but replace

 "I WANT TO INSERT COPPERMINE HERE. I AM USING VERSION cpg1.2.0rc"

with following:


{GAL_NAME} :: {GAL_DESCRIPTION}

{MAIN_MENU}

{ADMIN_MENU}

{GALLERY}


Change the style via style.css.

Have fun...
Title: Inserting Coppermine into my own theme Problems.
Post by: cbarone on October 23, 2003, 09:09:57 PM
You said

"with following:

Code:

{GAL_NAME} :: {GAL_DESCRIPTION}

{MAIN_MENU}

{ADMIN_MENU}

{GALLERY} "

Where is this code coming from? theme.php?

kind of confused.

Thanks!

cbarone@dca.net
Title: Inserting Coppermine into my own theme Problems.
Post by: DaMysterious on October 23, 2003, 09:32:57 PM
Quote from: "cbarone"You said

"with following:

Code:

{GAL_NAME} :: {GAL_DESCRIPTION}

{MAIN_MENU}

{ADMIN_MENU}

{GALLERY} "

Where is this code coming from? theme.php?
kind of confused.

Thanks!

cbarone@dca.net

You have don't be to confused. Just trust me ;)! Take a look into the default theme to learn more how to make changes into anoher theme. I saw that it works. Nice Layout.
Title: Inserting Coppermine into my own theme Problems.
Post by: hyperion on October 23, 2003, 09:47:15 PM
{GAL_NAME}, etc. are found in the template.html file that goes with each theme.

Modifications should/can be made to the theme.php, template.html, and the CSS files, as well as the image files. They all work together.