coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: RNPoo7 on August 14, 2006, 09:45:41 PM

Title: Integrating coppermine into my website - need help please
Post by: RNPoo7 on August 14, 2006, 09:45:41 PM
Hey guys, I wondering if you can help me insert coppermine under my website design/template
http://greenvillecopts.org/photogal.html

Obviously it would be a page with no content, but it would have the template.

The address for the new gallery is
http://greenvillecopts.org/gallery

Thanks in advance.
Title: Re: Integrating coppermine into my website - need help please
Post by: RNPoo7 on August 14, 2006, 11:15:24 PM
I almost have it fixed, but can't figure out the rest.

Can anyone help me?

Here's what I have so far:
http://greenvillecopts.org/gallery/

Thanks in advance.
Title: Re: Integrating coppermine into my website - need help please
Post by: Gizmo on August 14, 2006, 11:20:16 PM
Your style.css link is not pointing to the correct location. In your template.html, change the link to
<link rel="stylesheet" href="themes/integreatetest/style.css" type="text/css" />.
Title: Re: Integrating coppermine into my website - need help please
Post by: Gizmo on August 14, 2006, 11:24:09 PM
OK... looking further at your souce code, I see you're using the Hardware theme. If you renamed this theme folder then you need to change all the links that point to Hardware to the new name. Check the links in your template.html file and make them point the correct theme folder.
Title: Re: Integrating coppermine into my website - need help please
Post by: RNPoo7 on August 14, 2006, 11:39:10 PM
Quote from: Gizmo on August 14, 2006, 11:24:09 PM
OK... looking further at your souce code, I see you're using the Hardware theme. If you renamed this theme folder then you need to change all the links that point to Hardware to the new name. Check the links in your template.html file and make them point the correct theme folder.

yeah I just noticed those mistakes doh!!
thank you

Could you please look at it one more time now and see if you notice anything wrong?

Thanks
Title: Re: Integrating coppermine into my website - need help please
Post by: Gizmo on August 15, 2006, 12:06:16 AM
The banner link is wrong:
<img src="greenvillecopts.org/gallery/themes/integreatetest/images/banner1.jpg" alt="Banner"> should be <img src="themes/integreatetest/images/banner1.jpg" alt="Banner">

All your src and style links are wrong. Check out the Hardwire theme and look at link locations. Your theme.php, style.css and template.html links should be "=themes/integreatetest/images/the_link_pic".
Title: Re: Integrating coppermine into my website - need help please
Post by: RNPoo7 on August 15, 2006, 12:37:45 AM
sorry i was still fixing while you posted.

I have been working on this all day, so please excuse my stupidity if it's not clicking at the momment.

Title: Re: Integrating coppermine into my website - need help please
Post by: Gizmo on August 15, 2006, 04:13:02 AM
Hang in there, it'll all come together soon. One thing I found was that the "Home" button isn't working correctly. If you click on another gallery button such as FAQ, the Home button doesn't take you back to home. In your theme.php file, check the // HTML template for sys menu code and see if the Home link is set to <a href="{HOME_TGT}" title="{HOME_TITLE}">{HOME_LNK}</a>.
Title: Re: Integrating coppermine into my website - need help please
Post by: RNPoo7 on August 15, 2006, 04:40:02 AM
Quote from: Gizmo on August 15, 2006, 04:13:02 AM
Hang in there, it'll all come together soon. One thing I found was that the "Home" button isn't working correctly. If you click on another gallery button such as FAQ, the Home button doesn't take you back to home. In your theme.php file, check the // HTML template for sys menu code and see if the Home link is set to <a href="{HOME_TGT}" title="{HOME_TITLE}">{HOME_LNK}</a>.

Oh yeah, the home button doesn't work right now because I had it taken out for a little while. 
I just don't understand why the orange dots/pics are not being aligned properly as they should be.