Integrating coppermine into my website - need help please Integrating coppermine into my website - need help please
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Integrating coppermine into my website - need help please

Started by RNPoo7, August 14, 2006, 09:45:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

RNPoo7

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.

RNPoo7

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.

Gizmo

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" />.
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

Gizmo

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.
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

RNPoo7

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

Gizmo

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".
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

RNPoo7

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.


Gizmo

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>.
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

RNPoo7

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.