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
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
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...
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
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.
{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.