I get no Popuppic in my Galeries. I get no Popuppic in my Galeries.
 

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 get no Popuppic in my Galeries.

Started by rlo, May 25, 2005, 09:10:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rlo

I have a problem with the popup picture here: http://galerien.focus83.de/displayimage.php?album=random&cat=10010&pos=-153
There is no function when i click the pic.
The statusbar shows me "javascript:;".
The Popupblocker is deactivated.

Can me anyone tell what i have to do?

Thanks

RLO

Joachim Müller

You have over-edited your custom theme. Edit http://galerien.focus83.de/themes/focus/template.html, find<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{LANG_DIR}">

<head>
<link rel="stylesheet" href="themes/focus/style.css" />
<title>{TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
</head>
{META}
<body>
and replace with<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{LANG_DIR}">
<head>
<title>{TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
{META}
<link rel="stylesheet" href="themes/focus/style.css" />
<script type="text/javascript" src="scripts.js"></script>
</head>
<body>

rlo

Thats all?

Thank you, i will do that.

RLO

rlo

Thank you GauGAu,

Its running.

Greetings

RLO