I have a problem... - Page 2 I have a problem... - Page 2
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

I have a problem...

Started by Lahori_Munda, October 25, 2007, 03:39:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nibbler

You removed this code

<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.

Joachim Müller

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 </head>and add before it (into a new line)<script type="text/javascript" src="scripts.js"></script>


Lahori_Munda

O thanks Alot....My problem is solved....THANKS THANKS THANKS THANKS