Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: 1 [2]   Go Down

Author Topic: I have a problem...  (Read 9165 times)

0 Members and 1 Guest are viewing this topic.

Nibbler

  • Guest
Re: I have a problem...
« Reply #20 on: November 09, 2007, 11:18:45 pm »

You removed this code

Code: [Select]
<script type="text/javascript" src="scripts.js"></script>
from the template.html in your theme. This stops the fullsize popup from appearing, so you need to put it back in.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: I have a problem...
« Reply #21 on: November 10, 2007, 10:54:06 am »

Stramm already told you what the problem is: you over-edited your theme's template.html and removed reference to script.js. Put it back where it belongs, exactly as suggested in the FAQ thread Stramm refered to: edit template.html, find
Code: [Select]
</head>and add before it (into a new line)
Code: [Select]
<script type="text/javascript" src="scripts.js"></script>
Logged

Lahori_Munda

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: I have a problem...
« Reply #22 on: November 16, 2007, 07:10:24 pm »

O thanks Alot....My problem is solved....THANKS THANKS THANKS THANKS
Logged
Pages: 1 [2]   Go Up
 

Page created in 0.022 seconds with 20 queries.