Echo at the bottom of my page Echo at the bottom of my page
 

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]

Main Menu

Echo at the bottom of my page

Started by silversila, November 19, 2007, 12:06:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

silversila

I don't know how to explain this the best way, other than to paste a link to the gallery - http://galleri.papirihjertet.no/index.php

There is an echo on the bottom of the gallery frontpage - (browser: IE) -> Powered by Coppermine Photo Gallery Gallery. Gallery is listet twise. This happens other places aswell.

http://galleri.papirihjertet.no/displayimage.php?album=lastup&cat=0&pos=0 - TFL FL
"FL" is listet as an "echo" under the pic view.

http://galleri.papirihjertet.no/thumbnails.php?album=7 - Powered by Coppermine Photo Gallery Gallery.
Echo at the bottom from "allery"

http://galleri.papirihjertet.no/index.php?cat=10006 - Powered by Coppermine Photo Gallery Gallery.
Echo at the bottom "ry" (Here it's also one extra pixel-line at the bottom)

Somebody knows why? It does'nt show in the "view source" and I've seached around to get info. But now I'll try to get some help here.

Hope that somebody can help.
Thanks!!

Nibbler


silversila

I've only tested this in IE. Wich browser do you use? You don't see it? Well then it's a IE problem only..

Thank you so much for taking the time to answer.

Stramm

Only happens with your custom theme and IE (7 I've tested). So you should check your theme...

silversila

I've checked the template.html - and I can't find out why.. maybe it's because of the <div> tags?

Here's the template.html

Somebody have any idea? Thanks for helping me guys!

Quote<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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/pih_galleri/style.css" type="text/css" />
   <script type="text/javascript" src="scripts.js"></script>
   <!-- $Id: template.html 2688 2005-12-04 03:22:35Z donnoman $ -->
</head>
<body>
   <div id="container">
        <div id="top">
   <h1 id="header"><a href="index.php">{GAL_NAME} - {GAL_DESCRIPTION}</a></h1>
   <iframe src ="http://www.papirihjertet.no/meny-til-galleriet/" style="border-bottom: 20px solid #FFF; border: 0; width: 800px; height: 30px; float: left; clear: both; overflow: hidden; background: transparent;" frameborder="0"></iframe>
        </div>
        <div id="top-content">
    <ul align="center" class="h4" id="system-menu">
      {SYS_MENU}{SUB_MENU}
   </ul>
   {ADMIN_MENU}
         </div>
         <div id="the-gallery">
              {GALLERY}
         </div>
    </div>
</body>
</html>

silversila

Did an upgrade to stable 1.14.4 and now the problem is solved. Just have to modify my theme style.css now. Does'nt look good at all now.

I've been snooking around this forum to get and gathered enough information to do various changes in my_theme.php.

Thanks a lot to everybody!