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 [2]   Go Down

Author Topic: I have a problem...  (Read 9140 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.176 seconds with 20 queries.