Advanced search  

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

Pages: [1]   Go Down

Author Topic: Integrating coppermine into my website - need help please  (Read 4482 times)

0 Members and 1 Guest are viewing this topic.

RNPoo7

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Integrating coppermine into my website - need help please
« 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.
Logged

RNPoo7

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: Integrating coppermine into my website - need help please
« Reply #1 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.
Logged

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: Integrating coppermine into my website - need help please
« Reply #2 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
Code: [Select]
<link rel="stylesheet" href="themes/integreatetest/style.css" type="text/css" />.
Logged
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

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: Integrating coppermine into my website - need help please
« Reply #3 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.
Logged
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

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: Integrating coppermine into my website - need help please
« Reply #4 on: August 14, 2006, 11:39:10 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
Logged

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: Integrating coppermine into my website - need help please
« Reply #5 on: August 15, 2006, 12:06:16 am »

The banner link is wrong:
Code: [Select]
<img src="greenvillecopts.org/gallery/themes/integreatetest/images/banner1.jpg" alt="Banner"> should be
Code: [Select]
<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".
Logged
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

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: Integrating coppermine into my website - need help please
« Reply #6 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.

Logged

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: Integrating coppermine into my website - need help please
« Reply #7 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
Code: [Select]
<a href="{HOME_TGT}" title="{HOME_TITLE}">{HOME_LNK}</a>.
Logged
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

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: Integrating coppermine into my website - need help please
« Reply #8 on: August 15, 2006, 04:40: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
Code: [Select]
<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.
Logged
Pages: [1]   Go Up
 

Page created in 0.03 seconds with 20 queries.