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

Author Topic: Header picture for animedark  (Read 4154 times)

0 Members and 1 Guest are viewing this topic.

kaytee

  • Coppermine newbie
  • Offline Offline
  • Gender: Female
  • Posts: 4
Header picture for animedark
« on: October 10, 2005, 04:08:48 pm »

I just downloaded the coppermine 1.3.5 and installed the animedark theme and the header picture doesn't show up can someone please help the file name for the picture is logo1024.jpg and below is the coding. Can someone please help tell me what to enter so it shows up
Thanks


<!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/animedark/style.css" />
<script type="text/javascript" src="scripts.js"></script>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="15" cellspacing="15">
<tr>
        <td valign="top" bordercolor="#666666" style="border: 0px solid #424984; background-img: url("images/bg.gif");">
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                       <tr>
                                <td width="100%" align="center">

                                        <h1>{GAL_NAME}</h1>
                                        <h3>{GAL_DESCRIPTION}</h3><br />
                                        {MAIN_MENU}<br />
                                        {LANGUAGE_SELECT_FLAGS}<br>{LANGUAGE_SELECT_LIST}&nbsp;
                                        {THEME_SELECT_LIST}
                                </td>
                        </tr>
                </table>
                <img src="images/spacer.gif" width="1" height="15" /><br />
                <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                        <tr>
                                <td align="center" valign="top">
                                        {ADMIN_MENU}
                                        {GALLERY}

<br>
<font color="#FFFFFF">Theme Copyright @ 2004 by kakashi  -  Paid Us Dot Com Release<br></font>
:: <a href=mailto:kakashi@paidus.com><font color="#FFFFFF">kakashi</font></a> :: <a href=mailto:minimog@minimog.net><font color="#FFFFFF">minimog</font></a> ::<br></center>
                                </td>

                        </tr>
                </table>
        </td>
</tr>
</table>
</body>
</html>
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Header picture for animedark
« Reply #1 on: October 10, 2005, 08:49:11 pm »

post a link to your site.
Logged

kaytee

  • Coppermine newbie
  • Offline Offline
  • Gender: Female
  • Posts: 4
Re: Header picture for animedark
« Reply #2 on: October 11, 2005, 08:26:32 am »

this is the temp home of it http://nmours.serveftp.org/index.php we will be linking it to my blog site later
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Header picture for animedark
« Reply #3 on: October 11, 2005, 08:28:44 am »

the page you refer to doesn't have the animedark theme, but the hardwired theme. Are you sure that you have modified to proper theme file?
Logged

kaytee

  • Coppermine newbie
  • Offline Offline
  • Gender: Female
  • Posts: 4
Re: Header picture for animedark
« Reply #4 on: October 11, 2005, 08:31:20 am »

it has the option to choose a different theme i have changed the default theme so its the Animedark now

Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Header picture for animedark
« Reply #5 on: October 12, 2005, 08:13:19 am »

I just downloaded the coppermine 1.3.5 and installed the animedark theme and the header picture doesn't show up can someone please help the file name for the picture is logo1024.jpg and below is the coding. Can someone please help tell me what to enter so it shows up
Well, there's no reference in http://nmours.serveftp.org/themes/animedark/template.html to a file named logo1024.jpg, that's why it won't show up. What exactly is your question? Where is is supossed to show up? If you want to replace the logo animedark comes with, just edit http://nmours.serveftp.org/themes/animedark/template.html, find
Code: [Select]
        <td valign="top" bordercolor="#666666" style="border: 0px solid #424984; background-img: url("images/bg.gif");">and replace with
Code: [Select]
        <td valign="top" bordercolor="#666666" style="border: 0px solid #424984; background-img: url("images/logo1024.jpg");">This is all plain html/css, nothing fancy.
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 20 queries.